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 2014/09/25 09:36:33 UTC

svn commit: r1627471 - in /tomcat/tc7.0.x/trunk: ./ res/META-INF/websocket-api.jar.manifest

Author: violetagg
Date: Thu Sep 25 07:36:32 2014
New Revision: 1627471

URL: http://svn.apache.org/r1627471
Log:
Merged revisions 1626747-1626748 from tomcat/trunk:
- Fix copy/paste error
- Correct package (it was changed during the development of 1.0)

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/res/META-INF/websocket-api.jar.manifest

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1626747-1626748

Modified: tomcat/tc7.0.x/trunk/res/META-INF/websocket-api.jar.manifest
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/META-INF/websocket-api.jar.manifest?rev=1627471&r1=1627470&r2=1627471&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/META-INF/websocket-api.jar.manifest (original)
+++ tomcat/tc7.0.x/trunk/res/META-INF/websocket-api.jar.manifest Thu Sep 25 07:36:32 2014
@@ -2,10 +2,10 @@ Manifest-version: 1.0
 X-Compile-Source-JDK: @source.jdk@
 X-Compile-Target-JDK: @target.jdk@
 
-Name: javax/el/
+Name: javax/websocket/
 Specification-Title: WebSocket
 Specification-Version: 1.1
 Specification-Vendor: Oracle, Inc.
-Implementation-Title: javax.net.websocket
+Implementation-Title: javax.websocket
 Implementation-Version: 1.1.@websocket.revision@
 Implementation-Vendor: Apache Software Foundation



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