Use updated Oracle link for xsd location

git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-4.0@1766440 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
index 001d4f2..4f55623 100644
--- a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
@@ -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                                               -->