You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/31 04:10:49 UTC

svn commit: r1238141 - /jmeter/trunk/build.xml

Author: sebb
Date: Tue Jan 31 03:10:48 2012
New Revision: 1238141

URL: http://svn.apache.org/viewvc?rev=1238141&view=rev
Log:
Likewise replace needs encoding; html files are iso-8859-1

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1238141&r1=1238140&r2=1238141&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Jan 31 03:10:48 2012
@@ -1932,7 +1932,7 @@ run JMeter unless all the JMeter jars ar
     <echo level="info">Fixing EOL</echo>
     <fixcrlf encoding="iso-8859-1" srcdir="${dest.docs}/" includes="**/*.html" excludes="api/**" fixlast="false"/>
     <echo level="info">Removing unnecessary &lt;/br> tags</echo>
-    <replace dir="${dest.docs}/" includes="**/*.html" token="&lt;/br>" value=""/>
+    <replace encoding="iso-8859-1" dir="${dest.docs}/" includes="**/*.html" token="&lt;/br>" value=""/>
     <echo level="info">Copying files</echo>
     <copy todir="${dest.docs}/css">
       <fileset dir="${src.css}"/>
@@ -1963,7 +1963,7 @@ run JMeter unless all the JMeter jars ar
     <echo level="info">Fixing EOL</echo>
     <fixcrlf encoding="iso-8859-1" srcdir="${dest.printable_docs}/" includes="**/*.html" fixlast="false"/>
     <echo level="info">Removing unnecessary &lt;/br> tags</echo>
-    <replace dir="${dest.printable_docs}/" includes="**/*.html" token="&lt;/br>" value=""/>
+    <replace encoding="iso-8859-1" dir="${dest.printable_docs}/" includes="**/*.html" token="&lt;/br>" value=""/>
     <!--
     Share images with non-printable version
     Means printable version won't work on web-site