This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 09cf8df Fix class name typo. Align with 10.0.x/9.0.x 09cf8df is described below commit 09cf8df6d669b959dd8e78fd8db9e4b05ccd1323 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 8 11:21:49 2021 +0100 Fix class name typo. Align with 10.0.x/9.0.x --- build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 19be6ed..6610905 100644 --- a/build.xml +++ b/build.xml @@ -281,7 +281,7 @@ <include name="**/LICENSE"/> <include name="**/NOTICE"/> <include name="**/RELEASE-NOTES"/> - <include name="**/java.el.ExpressionFactory"/> + <include name="**/javax.el.ExpressionFactory"/> <include name="**/javax.servlet.ServletContainerInitializer"/> <include name="**/javax.websocket.ContainerProvider"/> <include name="**/javax.websocket.server.ServerEndpointConfig$Configurator"/> @@ -771,7 +771,7 @@ filesId="files.annotations-api" manifest="${tomcat.manifests}/annotations-api.jar.manifest" /> - <!-- Servlet 3.1 Implementation JAR File --> + <!-- Servlet Implementation JAR File --> <jarIt jarfile="${servlet-api.jar}" filesDir="${tomcat.classes}" filesId="files.servlet-api" @@ -797,7 +797,7 @@ filesId="files.websocket-api" manifest="${tomcat.manifests}/websocket-api.jar.manifest" /> - <!-- JASPIC 1.1 API JAR File --> + <!-- JASPIC API JAR File --> <jarIt jarfile="${jaspic-api.jar}" filesDir="${tomcat.classes}" filesId="files.jaspic-api" @@ -2668,13 +2668,13 @@ skip.installer property in build.properties" /> <mkdir dir="${tomcat.src.jars}" /> - <!-- Common Annotations 1.2 JAR File --> + <!-- Common Annotations JAR File --> <jarIt jarfile="${annotations-api-src.jar}" filesDir="java" filesId="files.annotations-api" manifest="${tomcat.manifests}/annotations-api.jar.manifest" /> - <!-- Servlet 3.1 Implementation JAR File --> + <!-- Servlet Implementation JAR File --> <jarIt jarfile="${servlet-api-src.jar}" filesDir="java" filesId="files.servlet-api" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org