Author: markt Date: Fri May 10 11:39:36 2013 New Revision: 1480984 URL: http://svn.apache.org/r1480984 Log: Fix overly enthusiastic copy/paste.
Modified: tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1ordering.xml tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2name.xml tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2ordering.xml Modified: tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml?rev=1480984&r1=1480983&r2=1480984&view=diff ============================================================================== --- tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml (original) +++ tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml Fri May 10 11:39:36 2013 @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; +<web-fragment xmlns="http://xmlns.jcp.org/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-app_3_1.xsd"; + http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"; version="3.1" metadata-complete="true"> <name>org_apache_tomcat_websocket</name> Modified: tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml?rev=1480984&r1=1480983&r2=1480984&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml (original) +++ tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml Fri May 10 11:39:36 2013 @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; +<web-fragment xmlns="http://xmlns.jcp.org/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-app_3_1.xsd"; + http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"; version="3.1" metadata-complete="true"> <name>name1</name> Modified: tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1ordering.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1ordering.xml?rev=1480984&r1=1480983&r2=1480984&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1ordering.xml (original) +++ tomcat/trunk/test/org/apache/catalina/startup/web-fragment-1ordering.xml Fri May 10 11:39:36 2013 @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; +<web-fragment xmlns="http://xmlns.jcp.org/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-app_3_1.xsd"; + http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"; version="3.1" metadata-complete="true"> <ordering> Modified: tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2name.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2name.xml?rev=1480984&r1=1480983&r2=1480984&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2name.xml (original) +++ tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2name.xml Fri May 10 11:39:36 2013 @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; +<web-fragment xmlns="http://xmlns.jcp.org/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-app_3_1.xsd"; + http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"; version="3.1" metadata-complete="true"> <name>name1</name> Modified: tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2ordering.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2ordering.xml?rev=1480984&r1=1480983&r2=1480984&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2ordering.xml (original) +++ tomcat/trunk/test/org/apache/catalina/startup/web-fragment-2ordering.xml Fri May 10 11:39:36 2013 @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; +<web-fragment xmlns="http://xmlns.jcp.org/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-app_3_1.xsd"; + http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"; version="3.1" metadata-complete="true"> <ordering> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org