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

svn commit: r885390 - /ofbiz/trunk/specialpurpose/shark/build.xml

Author: jleroux
Date: Mon Nov 30 11:57:25 2009
New Revision: 885390

URL: http://svn.apache.org/viewvc?rev=885390&view=rev
Log:
Commented out Shark JavaDoc target to avoid the issue we got recently (since the build is also commented out)

Modified:
    ofbiz/trunk/specialpurpose/shark/build.xml

Modified: ofbiz/trunk/specialpurpose/shark/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/build.xml?rev=885390&r1=885389&r2=885390&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/build.xml (original)
+++ ofbiz/trunk/specialpurpose/shark/build.xml Mon Nov 30 11:57:25 2009
@@ -62,6 +62,7 @@
     <!-- Build JavaDoc                                                      -->
     <!-- ================================================================== -->
 
+    <!-- commented out to be synchronized with the build wich is not done by default
     <target name="docs" depends="prepare-docs">
         <javadoc packagenames="org.ofbiz.shark.*"
                  classpathref="local.class.path"
@@ -73,6 +74,7 @@
             </fileset>
         </javadoc>
     </target>
+    -->
 
     <!-- ================================================================== -->
     <!-- Copy Libs                                                          -->