[OFBiz] SVN: r7400 - trunk/applications/humanres

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Tue Apr 25 05:10:39 CDT 2006


Author: jacopo
Date: 2006-04-25 05:10:33 -0500 (Tue, 25 Apr 2006)
New Revision: 7400

Modified:
   trunk/applications/humanres/build.xml
Log:
Formatting cleanup: replaced tab to 4-spaces.

Modified: trunk/applications/humanres/build.xml
===================================================================
--- trunk/applications/humanres/build.xml	2006-04-25 07:38:52 UTC (rev 7399)
+++ trunk/applications/humanres/build.xml	2006-04-25 10:10:33 UTC (rev 7400)
@@ -79,7 +79,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare,classpath">
-    	<javac debug="on" source="1.4" deprecation="on" destdir="${build.dir}/classes">
+        <javac debug="on" source="1.4" deprecation="on" destdir="${build.dir}/classes">
             <classpath>
                 <path refid="local.class.path"/>
             </classpath>



More information about the Svn mailing list