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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

lektran
Author: lektran
Date: Sat Aug 20 06:59:04 2011
New Revision: 1159855

URL: http://svn.apache.org/viewvc?rev=1159855&view=rev
Log:
Re-added target removed in r1159056, was causing the build to fail when using a git checkout (because the src folder is missing)

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=1159855&r1=1159854&r2=1159855&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/build.xml (original)
+++ ofbiz/trunk/applications/humanres/build.xml Sat Aug 20 06:59:04 2011
@@ -48,6 +48,12 @@ under the License.
      </path>
 
     <!-- ================================================================== -->
+    <!-- Compilation of the source files                                                                                                                         -->
+    <!-- ================================================================== -->
+
+    <target name="classes" depends="prepare"/>
+
+    <!-- ================================================================== -->
     <!-- Build JavaDoc                                                      -->
     <!-- ================================================================== -->