Skip to content
Snippets Groups Projects
Commit d166add0 authored by cramakri's avatar cramakri
Browse files

MINOR: Formatting change in build.xml.

SVN: 15303
parent ef0962e2
No related branches found
No related tags found
No related merge requests found
...@@ -708,7 +708,9 @@ ...@@ -708,7 +708,9 @@
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" depends="check-dictionary-syntax"> <target name="module-test"
description="Compile and run the module test mode"
depends="check-dictionary-syntax">
<antcall target="compile-module-test"> <antcall target="compile-module-test">
<param name="module-test.path" value="openbis-test" /> <param name="module-test.path" value="openbis-test" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.OpenBIS" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.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