Author: markt
Date: Tue Oct 29 10:55:55 2013
New Revision: 1536652

URL: http://svn.apache.org/r1536652
Log:
This is Tomcat 7 so need to define a 3.0 not a 3.1 fragment

Modified:
    tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml

Modified: 
tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml?rev=1536652&r1=1536651&r2=1536652&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml 
(original)
+++ tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml 
Tue Oct 29 10:55:55 2013
@@ -15,11 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee";
+<web-fragment xmlns="http://java.sun.com/xml/ns/javaee";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
-                      http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd";
-  version="3.1"
+  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
+                      http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd";
+  version="3.0"
   metadata-complete="true">
   <name>org_apache_tomcat_websocket</name>
   <distributable/>



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

Reply via email to