From: markt Date: Fri, 8 Oct 2010 12:10:28 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50013 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d1eb06f3bb14f6ee9d720d794a6d92144bda4a96;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50013 Correctly package classes from org.apache.tomcat.util.file and add the tomcat-util.jar to the class path for the Ant tasks. Based on a patch provided by Sylvain Laurent. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1005795 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/catalina-tasks.xml b/bin/catalina-tasks.xml index 9f92e814b..88fa0d9a0 100644 --- a/bin/catalina-tasks.xml +++ b/bin/catalina-tasks.xml @@ -29,6 +29,7 @@ + diff --git a/build.xml b/build.xml index 78beca4f6..c7c9891df 100644 --- a/build.xml +++ b/build.xml @@ -277,6 +277,7 @@ + @@ -312,6 +313,7 @@ + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 59a8fc34e..42928366e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -135,6 +135,16 @@ + + + + 50013: Correctly package classes from + org.apache.tomcat.util.file and add the tomcat-util.jar to + the class path for the Ant tasks. Based on a patch provided by + Sylvain Laurent. (markt) + + +