You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/01/24 13:35:33 UTC

svn commit: r1560973 - /tomcat/tc7.0.x/trunk/build.xml

Author: markt
Date: Fri Jan 24 12:35:33 2014
New Revision: 1560973

URL: http://svn.apache.org/r1560973
Log:
Fix copy/paste error

Modified:
    tomcat/tc7.0.x/trunk/build.xml

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1560973&r1=1560972&r2=1560973&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Fri Jan 24 12:35:33 2014
@@ -1149,12 +1149,12 @@
            filesDir="${tomcat.classes}"
            filesId="files.tomcat-embed-core"
            notice="${tomcat.manifests}/servlet-api.jar.notice"
-           license="${tomcat.manifests}/servlet-api.jar.jar.license"/>
+           license="${tomcat.manifests}/servlet-api.jar.license"/>
     <jarIt jarfile="${tomcat-embed-jasper.jar}"
            filesDir="${tomcat.classes}"
            filesId="files.tomcat-embed-jasper"
            notice="${tomcat.manifests}/jsp-api.jar.notice"
-           license="${tomcat.manifests}/jsp-api.jar.jar.license"/>
+           license="${tomcat.manifests}/jsp-api.jar.license"/>
     <jarIt jarfile="${tomcat-embed-el.jar}"
            filesDir="${tomcat.classes}"
            filesId="files.tomcat-embed-el"/>
@@ -1178,12 +1178,12 @@
            filesDir="java"
            filesId="files.tomcat-embed-core"
            notice="${tomcat.manifests}/servlet-api.jar.notice"
-           license="${tomcat.manifests}/servlet-api.jar.jar.license"/>
+           license="${tomcat.manifests}/servlet-api.jar.license"/>
     <jarIt jarfile="${tomcat-embed-jasper-sources.jar}"
            filesDir="java"
            filesId="files.tomcat-embed-jasper"
            notice="${tomcat.manifests}/jsp-api.jar.notice"
-           license="${tomcat.manifests}/jsp-api.jar.jar.license"/>
+           license="${tomcat.manifests}/jsp-api.jar.license"/>
     <jarIt jarfile="${tomcat-embed-el-sources.jar}"
            filesDir="java"
            filesId="files.tomcat-embed-el"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org