diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 098adb1b7a68db5ea266ce471a29c9cdd6bd2e0f..1d4c6055cd1a09c69f04ded5e2df7b7c5fa1af72 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -708,7 +708,9 @@
 	        description="Prepare, compile, and run the module test mode">
 	</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">
 			<param name="module-test.path" value="openbis-test" />
 			<param name="module-test.module" value="ch.systemsx.cisd.openbis.OpenBIS" />