Author: jleroux
Date: Wed Nov 25 13:45:22 2009
New Revision: 884093
URL:
http://svn.apache.org/viewvc?rev=884093&view=revLog:
copy-apis deprecated as well
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=884093&r1=884092&r2=884093&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Nov 25 13:45:22 2009
@@ -274,7 +274,7 @@
<antcall target="copy-dtds"/>
<antcall target="docs"/>
<antcall target="copy-apis"/>
- </target--><!-- deprecated -->
+ </target>
<target name="copy-apis">
<mkdir dir="${site.dir}/api"/>
@@ -290,7 +290,7 @@
<copy todir="${site.dir}/api/specialpurpose">
<fileset dir="${basedir}/specialpurpose" includes="**/build/javadocs/**"/>
</copy>
- </target>
+ </target--><!-- deprecated -->
<target name="copy-dtds"
description="For committers : Copy all dtds from OFBiz instance to website">