Skip to content
Snippets Groups Projects
Commit 2432d50e authored by tpylak's avatar tpylak
Browse files

minor: change ant task names for eclipse-screening

SVN: 14897
parent 2d29133d
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,15 @@ ...@@ -56,11 +56,15 @@
description="Prepare, compile, and run the module test mode"> description="Prepare, compile, and run the module test mode">
</target> </target>
<target name="module-test" description="Compile and run the module test mode"> <target name="compile-and-run-openbis-screening-from-eclipse" description="Compile and run the screening openbis from Eclipse">
<antcall target="compile-module-test"> <antcall target="compile-module-test">
<param name="module-test.path" value="openbis-test-screening" /> <param name="module-test.path" value="openbis-test-screening" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" />
</antcall> </antcall>
<antcall target="run-openbis-screening-from-eclipse" />
</target>
<target name="run-openbis-screening-from-eclipse" description="run the screening openbis from Eclipse">
<antcall target="run-module-test"> <antcall target="run-module-test">
<param name="module-test.path" value="openbis-test-screening" /> <param name="module-test.path" value="openbis-test-screening" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment