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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]