You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2005/10/13 06:56:04 UTC

svn commit: r320656 - /ant/core/trunk/docs.xml

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org