Author: doogie
Date: Mon Nov 3 16:12:57 2008
New Revision: 711137
URL:
http://svn.apache.org/viewvc?rev=711137&view=revLog:
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 -->