Author: bodewig
Date: Wed Oct 12 21:56:01 2005
New Revision: 320656
URL: http://svn.apache.org/viewcvs?rev=320656&view=rev
Log:
was fixing the wrong directory
Modified:
ant/core/trunk/docs.xml
Modified: ant/core/trunk/docs.xml
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs.xml?rev=320656&r1=320655&r2=320656&view=diff
==============================================================================
--- ant/core/trunk/docs.xml (original)
+++ ant/core/trunk/docs.xml Wed Oct 12 21:56:01 2005
@@ -85,7 +85,7 @@
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">
</anakia>
- <fixcrlf srcdir="${docs.src}" inlcudes="**/*.html"/>
+ <fixcrlf srcdir="${docs.dest}" inlcudes="**/*.html"/>
</target>
<target name="fixcrlf" if="onwindows">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]