Author: sebb
Date: Sat May 9 22:53:50 2009
New Revision: 773278
URL: http://svn.apache.org/viewvc?rev=773278&view=rev
Log:
Need to fix CRLF for site as well as printable docs
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=773278&r1=773277&r2=773278&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat May 9 22:53:50 2009
@@ -1539,6 +1539,7 @@
<anakia basedir="${src.docs}" destdir="${dest.docs}/" extension=".html"
style="${eclipse.anakia}/xdocs/stylesheets/site.vsl"
projectFile="./stylesheets/project.xml"
excludes="**/stylesheets/** extending.xml extending/*.xml"
includes="**/*.xml" lastModifiedCheck="true"
velocityPropertiesFile="${src.docs}/velocity.properties"/>
+ <fixcrlf srcdir="${dest.docs}/" includes="**/*.html" fixlast="false"/>
<copy todir="${dest.docs}/images">
<fileset dir="${src.images}"/>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]