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

jleroux@apache.org
Author: jleroux
Date: Sat Jan 21 09:58:15 2012
New Revision: 1234295

URL: http://svn.apache.org/viewvc?rev=1234295&view=rev
Log:
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">