From 991825cc4490e6ca14e320daff7d0e7e8bac0b3d Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 3 Mar 2010 22:57:30 +0000 Subject: [PATCH] minor: ant task for testing screening in Eclipse SVN: 15033 --- screening/build/build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screening/build/build.xml b/screening/build/build.xml index 0309e039153..9d84badb4fd 100644 --- a/screening/build/build.xml +++ b/screening/build/build.xml @@ -56,15 +56,15 @@ description="Prepare, compile, and run the module test mode"> </target> - <target name="compile-and-run-openbis-screening-from-eclipse" description="Compile and run the screening openbis from Eclipse"> + <target name="compile-and-run-screening-test" description="Compile and run the screening openbis from Eclipse"> <antcall target="compile-module-test"> <param name="module-test.path" value="openbis-test-screening" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" /> </antcall> - <antcall target="run-openbis-screening-from-eclipse" /> + <antcall target="run-screening-test" /> </target> - <target name="run-openbis-screening-from-eclipse" description="run the screening openbis from Eclipse"> + <target name="run-screening-test" description="run the screening openbis from Eclipse"> <antcall target="run-module-test"> <param name="module-test.path" value="openbis-test-screening" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" /> -- GitLab