Author: markt Date: Fri Jan 24 11:59:39 2014 New Revision: 1560959 URL: http://svn.apache.org/r1560959 Log: Re-use servlet-api notice and license for embed-core since it is the same
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1560959&r1=1560958&r2=1560959&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Jan 24 11:59:39 2014 @@ -1190,7 +1190,9 @@ solution will be required. --> <jarIt jarfile="${tomcat-embed-core.jar}" filesDir="${tomcat.classes}" - filesId="files.tomcat-embed-core"/> + filesId="files.tomcat-embed-core" + notice="${tomcat.manifests}/servlet-api.jar.notice" + license="${tomcat.manifests}/servlet-api.jar.license"/> <jarIt jarfile="${tomcat-embed-jasper.jar}" filesDir="${tomcat.classes}" filesId="files.tomcat-embed-jasper" @@ -1217,8 +1219,8 @@ <jarIt jarfile="${tomcat-embed-core-sources.jar}" filesDir="java" filesId="files.tomcat-embed-core" - notice="${tomcat.manifests}/tomcat-embed-core.jar.notice" - license="${tomcat.manifests}/tomcat-embed-core.jar.license"/> + notice="${tomcat.manifests}/servlet-api.jar.notice" + license="${tomcat.manifests}/servlet-api.jar.license"/> <jarIt jarfile="${tomcat-embed-jasper-sources.jar}" filesDir="java" filesId="files.tomcat-embed-jasper"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org