You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/05/31 00:24:36 UTC

svn commit: r661902 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Fri May 30 15:24:35 2008
New Revision: 661902

URL: http://svn.apache.org/viewvc?rev=661902&view=rev
Log:
Velocity seems to sometimes generate EOL=LF lines

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=661902&r1=661901&r2=661902&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri May 30 15:24:35 2008
@@ -1549,6 +1549,7 @@
     <anakia basedir="${src.docs}" destdir="${dest.printable_docs}/" extension=".html" style="${eclipse.anakia}/xdocs/stylesheets/site_printable.vsl" projectFile="./stylesheets/printable_project.xml"
     	excludes="**/stylesheets/** extending.xml extending/*.xml" 
     	includes="**/*.xml" lastModifiedCheck="true" velocityPropertiesFile="${src.docs}/velocity.properties"/>
+  	<fixcrlf srcdir="${dest.printable_docs}/" includes="**/*.html" fixlast="false"/>
     <!--
     Share images with non-printable version
     Means printable version won't work on web-site



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