svn commit: r664427 - /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: r664427 - /ofbiz/trunk/applications/humanres/build.xml

ruppert-2
Author: ruppert
Date: Sat Jun  7 20:39:32 2008
New Revision: 664427

URL: http://svn.apache.org/viewvc?rev=664427&view=rev
Log:
Removed the building of the humanres javadoc since there are no java files at this point and it's causing a build error during generation

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=664427&r1=664426&r2=664427&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/build.xml (original)
+++ ofbiz/trunk/applications/humanres/build.xml Sat Jun  7 20:39:32 2008
@@ -108,12 +108,15 @@
     <!-- ================================================================== -->
 
     <target name="docs" depends="prepare-docs,classpath">
+        <!-- Commented out since there are no java files in this package at this time -->
+        <!--
         <javadoc packagenames="org.ofbiz.humanres.*"
                  classpathref="local.class.path"
                  destdir="${build.dir}/javadocs"
                  Windowtitle="Open for Business - ${desc}">
             <sourcepath path="${src.dir}"/>
         </javadoc>
+        -->
     </target>
 
     <target name="all" depends="jar,docs"/>