From: markt Date: Tue, 3 Nov 2009 00:25:54 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48066 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=51065d60bc557ba8d01d686b34ff6fc432bfc5b5;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48066 Be explicit about including Ant on the compilation classpath git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 5ea4f6580..12e57ebcb 100644 --- a/build.xml +++ b/build.xml @@ -104,7 +104,6 @@ - @@ -157,7 +156,8 @@ target="${compile.target}" optimize="${compile.optimize}" excludes="**/CVS/**,**/.svn/**" - encoding="ISO-8859-1"> + encoding="ISO-8859-1" + includeAntRuntime="true" >