You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2017/09/30 18:59:56 UTC

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

Author: violetagg
Date: Sat Sep 30 18:59:55 2017
New Revision: 1810228

URL: http://svn.apache.org/viewvc?rev=1810228&view=rev
Log:
Ensure "**/javax.servlet.ServletContainerInitializer" has correct line endings in the source tag.gz file

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=1810228&r1=1810227&r2=1810228&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Sat Sep 30 18:59:55 2017
@@ -241,6 +241,7 @@
     <include name="**/LICENSE"/>
     <include name="**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
+    <include name="**/javax.servlet.ServletContainerInitializer"/>
     <include name="**/javax.websocket.ContainerProvider"/>
     <include name="**/javax.websocket.server.ServerEndpointConfig$Configurator"/>
     <include name="**/.gitignore"/>



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