From: markt Date: Fri, 11 Sep 2009 17:33:07 +0000 (+0000) Subject: Since individual jars are made available for download, really should have LICENSE... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b1fb1ded2b31ef3a243fc7618bcb429b41908f9d;p=tomcat7.0 Since individual jars are made available for download, really should have LICENSE and NOTICE embedded in the JAR files. This patch enables per-jar NOTICE, LICENSE and manifest files with most using the defaults. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@813936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index d2f50a75d..1d5c2c41e 100644 --- a/build.xml +++ b/build.xml @@ -54,10 +54,12 @@ + + @@ -290,130 +292,154 @@ + + + - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + - + - - - - - - - - - - - - - + - - - - - - - - - - - - - + - + - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + + + - + + + - + + + @@ -660,7 +686,7 @@ + depends="build-prepare,build-manifests,compile" > @@ -671,7 +697,9 @@ + filesId="files.tomcat-embed-core" + notice="res/META-INF/default.notice" + license="res/META-INF/default.license"/> + @@ -773,7 +802,8 @@ + description="Download (and build as necessary) dependent components" + depends="build-manifests"> @@ -890,22 +920,32 @@ + index="true" + manifest="${tomcat.tmp}/default.manifest"> + + - + + + diff --git a/extras.xml b/extras.xml index 435ca633a..588c0b0ed 100644 --- a/extras.xml +++ b/extras.xml @@ -57,7 +57,9 @@ + + @@ -129,7 +131,8 @@ dir="${tomcat.extras}/logging/commons-logging-${commons-logging-version}-src" target="compile" /> - + @@ -137,8 +140,6 @@ - - @@ -149,21 +150,28 @@ + + - + - - + + @@ -208,13 +216,18 @@ - + + + @@ -224,10 +237,15 @@ - - + + - + + +