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

jleroux@apache.org
Author: jleroux
Date: Wed Sep  9 07:14:40 2015
New Revision: 1701914

URL: http://svn.apache.org/r1701914
Log:
No functional change: comments out "docs-all" ant target since it's now done automatically by Buildbot at the ASF

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1701914&r1=1701913&r2=1701914&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Sep  9 07:14:40 2015
@@ -488,8 +488,7 @@ under the License.
         <iterate target="docs" filelist="specialpurpose-builds"/>
     </target>
 
-    <target name="docs-all" depends="build,ofbiz-init"
-            description="For committers : Build all javadoc into one tree for easier viewing by the community">
+    <target name="docs-all" depends="build,ofbiz-init"><!--description="For committers : Build all javadoc into one tree for easier viewing by the community"  Note: this is now done automatically by Buildbot at the ASF-->
 
         <echo message="[docs-all] ========== Start Building (JavaDoc) =========="/>