You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/02/06 12:52:15 UTC

svn commit: r1565187 - /tomcat/site/trunk/build.xml

Author: markt
Date: Thu Feb  6 11:52:14 2014
New Revision: 1565187

URL: http://svn.apache.org/r1565187
Log:
Remove my local hack

Modified:
    tomcat/site/trunk/build.xml

Modified: tomcat/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1565187&r1=1565186&r2=1565187&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Thu Feb  6 11:52:14 2014
@@ -211,9 +211,4 @@
     <available file="${destfile}" property="exist"/>
   </target>
 
-  <target name="fixeol">
-    <fixcrlf srcdir="${docs.dest}/tomcat-6.0-doc" eol="crlf"
-        encoding="ISO-8859-1" fixlast="false" >
-    </fixcrlf>
-  </target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org