Fix spec version numbers in comments
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 20 Aug 2010 14:46:04 +0000 (14:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 20 Aug 2010 14:46:04 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@987527 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ccd25a4..9ac42f7 100644 (file)
--- a/build.xml
+++ b/build.xml
       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.jar}"
       filesDir="${tomcat.classes}"
       filesId="files.jsp-api"
       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.jar}"
       filesDir="${tomcat.classes}"
       filesId="files.el-api"