You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/01/08 20:08:23 UTC

svn commit: r1430448 - /tomcat/trunk/build.xml

Author: kkolinko
Date: Tue Jan  8 19:08:23 2013
New Revision: 1430448

URL: http://svn.apache.org/viewvc?rev=1430448&view=rev
Log:
Correct version

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1430448&r1=1430447&r2=1430448&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Jan  8 19:08:23 2013
@@ -2253,7 +2253,7 @@ Apache Tomcat ${version} native binaries
       filesId="files.annotations-api"
       manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
 
-    <!-- Servlet 3.0 Implementation JAR File -->
+    <!-- Servlet 3.1 Implementation JAR File -->
     <jarIt jarfile="${servlet-api-src.jar}"
       filesDir="java"
       filesId="files.servlet-api"
@@ -2261,7 +2261,7 @@ Apache Tomcat ${version} native binaries
       notice="${tomcat.manifests}/servlet-api.jar.notice"
       license="${tomcat.manifests}/servlet-api.jar.license" />
 
-    <!-- JSP 2.1 Implementation JAR File -->
+    <!-- JSP 2.2 Implementation JAR File -->
     <jarIt jarfile="${jsp-api-src.jar}"
       filesDir="java"
       filesId="files.jsp-api"
@@ -2269,7 +2269,7 @@ Apache Tomcat ${version} native binaries
       notice="${tomcat.manifests}/jsp-api.jar.notice"
       license="${tomcat.manifests}/jsp-api.jar.license" />
 
-    <!-- JSP 2.1 EL Implementation JAR File -->
+    <!-- JSP 2.2 EL Implementation JAR File -->
     <jarIt jarfile="${el-api-src.jar}"
       filesDir="java"
       filesId="files.el-api"



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