Author: painter
Date: Mon Oct 24 20:23:00 2016
New Revision: 1766440
URL: http://svn.apache.org/viewvc?rev=1766440&view=rev
Log:
Use updated Oracle link for xsd location
Modified:
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Modified:
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml?rev=1766440&r1=1766439&r2=1766440&view=diff
==============================================================================
---
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
(original)
+++
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Mon Oct 24 20:23:00 2016
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-#*
+<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -16,11 +16,11 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-*#
+-->
<web-app id="WebApp_ID" version="2.5"
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/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd">
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/web-app_2_5.xsd">
<!-- ========================================================================
-->
<!--
-->
<!-- Web Application descriptor
-->