Author: markt Date: Fri Aug 20 14:46:04 2010 New Revision: 987527 URL: http://svn.apache.org/viewvc?rev=987527&view=rev Log: Fix spec version numbers in comments
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=987527&r1=987526&r2=987527&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Aug 20 14:46:04 2010 @@ -495,7 +495,7 @@ 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" @@ -503,7 +503,7 @@ 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" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org