From a258d804914d8e8f6317df17e23e295d25d8c194 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 14 Dec 2009 10:00:23 +0000 Subject: [PATCH] Only apply filtering to the files that need it else non-text files will get corrupted. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@890256 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 96d644abd..b8f7b9c9d 100644 --- a/build.xml +++ b/build.xml @@ -570,14 +570,20 @@ - + + + + + + + -- 2.11.0