Author: kkolinko
Date: Sun Dec 7 02:25:01 2014
New Revision: 1643634
URL: http://svn.apache.org/r1643634
Log:
Add service files from /res/META-INF/tomcat-websocket.jar/services/ to the list
of text files.
Now they have several lines, as Apache License header was added to them.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1643634&r1=1643633&r2=1643634&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Dec 7 02:25:01 2014
@@ -246,6 +246,8 @@
<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"/>
<include name="**/*.classpath"/>
<include name="**/*.css"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]