Author: jleroux
Date: Sat Jan 21 09:58:15 2012
New Revision: 1234295
URL:
http://svn.apache.org/viewvc?rev=1234295&view=revLog:
Generating APIs is now deprecated, since Builbot creates and updates those automatically
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1234295&r1=1234294&r2=1234295&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Jan 21 09:58:15 2012
@@ -312,10 +312,11 @@ under the License.
<!-- ================================================================== -->
<target name="build-website"
- description="For committers : Update dtds and JavaDoc from OFBiz instance to site">
+ description="For committers : Update dtds from OFBiz instance to site">
<antcall target="copy-dtds"/>
+ <!-- now deprecated since Builbot creates and updates those automatically
<antcall target="docs"/>
- <antcall target="copy-apis"/>
+ <antcall target="copy-apis"/-->
</target>
<target name="copy-apis">