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/07 06:59:36 UTC

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

Author: bodewig
Date: Thu Oct  6 21:59:32 2005
New Revision: 307018

URL: http://svn.apache.org/viewcvs?rev=307018&view=rev
Log:
make sure generated html has correct linefeeds even if Anakia wants to change them

Modified:
    ant/core/trunk/docs.xml

Modified: ant/core/trunk/docs.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs.xml?rev=307018&r1=307017&r2=307018&view=diff
==============================================================================
--- ant/core/trunk/docs.xml (original)
+++ ant/core/trunk/docs.xml Thu Oct  6 21:59:32 2005
@@ -85,6 +85,7 @@
              templatePath="${templ.path}"
              velocityPropertiesFile="${velocity.props}">
         </anakia>
+        <fixcrlf srcdir="${docs.src}" 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