From: markt Date: Tue, 15 Sep 2009 09:53:41 +0000 (+0000) Subject: Fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=47819 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f00b80a4dd950b330f40b529f4e85f3fd367f6a5;p=tomcat7.0 Fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=47819 Add source jar generation to embedded. Based on a patch by Dave Syer git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@815245 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index c330c2a27..4f8014460 100644 --- a/build.xml +++ b/build.xml @@ -54,13 +54,14 @@ - - - - - - - + + + + + + + + @@ -96,6 +97,11 @@ + + + + + @@ -291,13 +297,14 @@ + - + @@ -327,85 +334,113 @@ - - - - - - - - - - - - - - @@ -697,13 +732,51 @@ + - + filesDir="${tomcat.classes}" + filesId="files.tomcat-juli" + manifest="${tomcat.tmp}/default.manifest" + notice="res/META-INF/default.notice" + license="res/META-INF/default.license"/> + + + + + + + + + + + +