From: markt Date: Wed, 14 Apr 2010 21:25:20 +0000 (+0000) Subject: Parametrise current year in all embedded NOTICE files X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bebcea99d41231e635712f0d149e81173f7778ff;p=tomcat7.0 Parametrise current year in all embedded NOTICE files Don't use the same property name for different output files git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@934203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index c961973a7..4ba1394ba 100644 --- a/build.xml +++ b/build.xml @@ -112,7 +112,7 @@ - + @@ -824,8 +824,8 @@ + notice="${tomcat.manifests}/servlet-api.jar.notice" + license="${tomcat.manifests}/servlet-api.jar.license"/> @@ -942,7 +942,7 @@ dir="${tomcat.extras}/logging/commons-logging-${commons-logging-version}-src" target="compile" /> - @@ -961,13 +961,13 @@ - - - + - - @@ -1067,9 +1067,9 @@ - - @@ -1810,8 +1810,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. filesDir="${jasper-jdt.home}" filesId="files.jasper-jdt" manifest="${tomcat.manifests}/default.manifest" - notice="${tomcat.home}/res/META-INF/jasper-jdt.jar.notice" - license="${tomcat.home}/res/META-INF/jasper-jdt.jar.license"/> + notice="${tomcat.manifests}/jasper-jdt.jar.notice" + license="${tomcat.manifests}/jasper-jdt.jar.license"/> diff --git a/res/META-INF/jasper-jdt.jar.notice b/res/META-INF/jasper-jdt.jar.notice index c342aa5d8..eed1f1074 100644 --- a/res/META-INF/jasper-jdt.jar.notice +++ b/res/META-INF/jasper-jdt.jar.notice @@ -1,5 +1,5 @@ Apache Tomcat -Copyright 1999-2010 The Apache Software Foundation +Copyright 1999-@YEAR@ The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). diff --git a/res/META-INF/jsp-api.jar.notice b/res/META-INF/jsp-api.jar.notice index 2ff099f19..f8527aa92 100644 --- a/res/META-INF/jsp-api.jar.notice +++ b/res/META-INF/jsp-api.jar.notice @@ -1,5 +1,5 @@ Apache Tomcat -Copyright 1999-2010 The Apache Software Foundation +Copyright 1999-@YEAR@ The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). diff --git a/res/META-INF/servlet-api.jar.notice b/res/META-INF/servlet-api.jar.notice index a93f4c5a6..cd168f7a7 100644 --- a/res/META-INF/servlet-api.jar.notice +++ b/res/META-INF/servlet-api.jar.notice @@ -1,5 +1,5 @@ Apache Tomcat -Copyright 1999-2010 The Apache Software Foundation +Copyright 1999-@YEAR@ The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).