You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/11/04 01:12:57 UTC

svn commit: r711137 - /ofbiz/trunk/applications/humanres/build.xml

Author: doogie
Date: Mon Nov  3 16:12:57 2008
New Revision: 711137

URL: http://svn.apache.org/viewvc?rev=711137&view=rev
Log:
No source to compile, so don't call javac.

Modified:
    ofbiz/trunk/applications/humanres/build.xml

Modified: ofbiz/trunk/applications/humanres/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/build.xml?rev=711137&r1=711136&r2=711137&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/build.xml (original)
+++ ofbiz/trunk/applications/humanres/build.xml Mon Nov  3 16:12:57 2008
@@ -47,9 +47,7 @@
     <!-- Compilation of the source files                                                                                                                         -->
     <!-- ================================================================== -->
 
-    <target name="classes" depends="prepare">
-        <javac15/>
-    </target>
+    <target name="classes" depends="prepare"/>
 
     <!-- ================================================================== -->
     <!-- Build JavaDoc                                                      -->