From d166add06d2b097fa72c468a060803b0cf327411 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Mon, 29 Mar 2010 11:43:28 +0000
Subject: [PATCH] MINOR: Formatting change in build.xml.

SVN: 15303
---
 openbis/build/build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 098adb1b7a6..1d4c6055cd1 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" />
-- 
GitLab