[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Thu Aug 9 10:46:08 EDT 2007
User: pmuir
Date: 07/08/09 10:46:08
Modified: seam-gen/resources/WEB-INF web.xml
Log:
JBSEAM-1778
Revision Changes Path
1.16 +4 -2 jboss-seam/seam-gen/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/web.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- web.xml 16 Jul 2007 06:46:47 -0000 1.15
+++ web.xml 9 Aug 2007 14:46:08 -0000 1.16
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<web-app 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_4.xsd"
- version="2.4">
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
+ version="2.5">
<!-- Ajax4jsf -->
@@ -78,4 +78,6 @@
</auth-constraint>
</security-constraint>
+
+
</web-app>
More information about the jboss-cvs-commits
mailing list