Author: adrianc
Date: Wed Nov 25 21:31:43 2009
New Revision: 884282
URL:
http://svn.apache.org/viewvc?rev=884282&view=revLog:
Reverting 884093 and 884091. Those targets are needed for the demo servers.
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=884282&r1=884281&r2=884282&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Nov 25 21:31:43 2009
@@ -269,7 +269,7 @@
<!-- 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"/>
@@ -290,7 +290,7 @@
<copy todir="${site.dir}/api/specialpurpose">
<fileset dir="${basedir}/specialpurpose" includes="**/build/javadocs/**"/>
</copy>
- </target--><!-- deprecated -->
+ </target>
<target name="copy-dtds"
description="For committers : Copy all dtds from OFBiz instance to website">