Author: kpreisser
Date: Sun Oct 13 16:57:42 2013
New Revision: 1531713

URL: http://svn.apache.org/r1531713
Log:
Revert r1531680 to prevent CI failures and to prevent the Examples webapp from 
failing to start when running Tomcat 7 with Java 6.

Modified:
    tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1531713&r1=1531712&r2=1531713&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sun Oct 13 16:57:42 
2013
@@ -20,7 +20,7 @@
   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                       http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";
   version="3.0"
-  metadata-complete="false">
+  metadata-complete="true">
 
     <description>
       Servlet and JSP Examples.



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

Reply via email to