svn commit: r885390 - /ofbiz/trunk/specialpurpose/shark/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: r885390 - /ofbiz/trunk/specialpurpose/shark/build.xml

jleroux@apache.org
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                                                          -->