From 27842e30a704479cd213dcf2c575d299624413ec Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 21 May 2009 02:07:25 +0000 Subject: [PATCH] Build files: Apply explicit encoding to all operations that perform filtering. Those are: 1) , when filtering is used (has filtering="true" or has a nested ), 2) git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@776921 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 19 +++++++++++-------- dist.xml | 29 ++++++++++++++++------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/build.xml b/build.xml index 8460caa34..b0290cca0 100644 --- a/build.xml +++ b/build.xml @@ -298,7 +298,8 @@ + filtering="true" + encoding="ISO-8859-1" /> @@ -318,7 +319,8 @@ + filtering="true" + encoding="ISO-8859-1" /> @@ -338,7 +340,8 @@ + overwrite="yes" + encoding="ISO-8859-1"> - + - + @@ -496,7 +499,7 @@ - + @@ -507,7 +510,7 @@ - + @@ -526,7 +529,7 @@ - + diff --git a/dist.xml b/dist.xml index 50f4a83df..ee8522605 100644 --- a/dist.xml +++ b/dist.xml @@ -223,7 +223,7 @@ - + @@ -257,8 +257,8 @@ - - + + @@ -371,7 +371,7 @@ - + @@ -401,15 +401,18 @@ + todir="${tomcat.release}/v${version}" + encoding="ISO-8859-1"> + tofile="${tomcat.release}/v${version}/README.html" + encoding="ISO-8859-1"> + tofile="${tomcat.release}/v${version}/bin/README.html" + encoding="ISO-8859-1"> @@ -466,8 +469,8 @@ - - + + @@ -526,8 +529,8 @@ - + includes="*.txt,LICENSE,NOTICE" eol="lf" encoding="ISO-8859-1" /> + @@ -552,7 +555,7 @@ - + @@ -589,7 +592,7 @@ + eol="lf" encoding="ISO-8859-1" /> -- 2.11.0