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/09/24 22:12:43 UTC

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

Author: markt
Date: Tue Sep 24 20:12:42 2013
New Revision: 1525994

URL: http://svn.apache.org/r1525994
Log:
Correct reference to name of Tomcat 7 WebSocket implementation source JAR

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=1525994&r1=1525993&r2=1525994&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Tue Sep 24 20:12:42 2013
@@ -2479,7 +2479,7 @@ Apache Tomcat ${version} native binaries
       manifest="${tomcat.manifests}/websocket-api.jar.manifest" />
 
     <!-- WebSocket 1.0 implementation JAR File -->
-    <jarIt jarfile="${tomcat-websocket-src.jar}"
+    <jarIt jarfile="${tomcat7-websocket-src.jar}"
       filesDir="java"
       filesId="files.tomcat7-websocket" />
   </target>



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