[jbossws-commits] JBossWS SVN: r4853 - framework/branches/jbossws-framework-2.0.2/src/test/resources/jaxws/samples/serviceref/servlet-client/WEB-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 22 10:02:11 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-22 10:02:11 -0400 (Mon, 22 Oct 2007)
New Revision: 4853

Modified:
   framework/branches/jbossws-framework-2.0.2/src/test/resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml
Log:
Fix schema location

Modified: framework/branches/jbossws-framework-2.0.2/src/test/resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/src/test/resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml	2007-10-22 12:28:49 UTC (rev 4852)
+++ framework/branches/jbossws-framework-2.0.2/src/test/resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml	2007-10-22 14:02:11 UTC (rev 4853)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd">
+<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
   
   <servlet>
     <servlet-name>ServletClient</servlet-name>




More information about the jbossws-commits mailing list