From 51065d60bc557ba8d01d686b34ff6fc432bfc5b5 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 3 Nov 2009 00:25:54 +0000 Subject: [PATCH] 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 --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" > -- 2.11.0