Author: jleroux
Date: Wed Sep 9 07:14:40 2015
New Revision: 1701914
URL:
http://svn.apache.org/r1701914Log:
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) =========="/>