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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org