You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/25 14:44:11 UTC

svn commit: r884091 - /ofbiz/trunk/build.xml

Author: jleroux
Date: Wed Nov 25 13:44:11 2009
New Revision: 884091

URL: http://svn.apache.org/viewvc?rev=884091&view=rev
Log:
deprecated

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=884091&r1=884090&r2=884091&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Nov 25 13:44:11 2009
@@ -269,12 +269,12 @@
     <!-- WebSite Targets                                                    -->
     <!-- ================================================================== -->
 
-    <target name="build-website" 
+    <!--target name="build-website" 
       description="For committers : Update dtds and JavaDoc from OFBiz intance to site">
         <antcall target="copy-dtds"/>
         <antcall target="docs"/>
         <antcall target="copy-apis"/>
-    </target>
+    </target--><!-- deprecated -->
 
     <target name="copy-apis">
         <mkdir dir="${site.dir}/api"/>