You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/20 19:16:06 UTC

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

Author: markt
Date: Tue Aug 20 17:16:05 2013
New Revision: 1515889

URL: http://svn.apache.org/r1515889
Log:
Missed renaming the fileset for the JSR-356 WebSocket implementation in one location.

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=1515889&r1=1515888&r2=1515889&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Tue Aug 20 17:16:05 2013
@@ -2481,7 +2481,7 @@ Apache Tomcat ${version} native binaries
     <!-- WebSocket 1.0 implementation JAR File -->
     <jarIt jarfile="${tomcat-websocket-src.jar}"
       filesDir="java"
-      filesId="files.tomcat-websocket" />
+      filesId="files.tomcat7-websocket" />
   </target>
 
 



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