Author: tmjee
Date: Sun May 21 02:48:36 2006
New Revision: 408152
URL: http://svn.apache.org/viewvc?rev=408152&view=rev
Log:
- in xdoclet-tagdoc task, added overwrite="true" for the copy task
Modified:
struts/action2/trunk/build.xml
Modified: struts/action2/trunk/build.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/build.xml?rev=408152&r1=408151&r2=408152&view=diff
==============================================================================
--- struts/action2/trunk/build.xml (original)
+++ struts/action2/trunk/build.xml Sun May 21 02:48:36 2006
@@ -156,7 +156,7 @@
</xdoclet>
<mkdir dir="${docs.tags}"/>
- <copy todir="${docs.tags}" flatten="true" includeemptydirs="false">
+ <copy todir="${docs.tags}" flatten="true" includeemptydirs="false"
overwrite="true">
<fileset dir="${build.tagdocs}" includes="**/*.html">
<size value="10" when="more"/>
</fileset>