[jboss-cvs] jboss-seam/examples/dvdstore/resources/META-INF ...
Gavin King
gavin.king at jboss.com
Sat Dec 2 23:41:34 EST 2006
User: gavin
Date: 06/12/02 23:41:34
Modified: examples/dvdstore/resources/META-INF application.xml
Log:
schema for app.xml
Revision Changes Path
1.5 +7 -6 jboss-seam/examples/dvdstore/resources/META-INF/application.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: application.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/META-INF/application.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- application.xml 25 Sep 2006 20:58:08 -0000 1.4
+++ application.xml 3 Dec 2006 04:41:34 -0000 1.5
@@ -1,10 +1,11 @@
-<application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
+<?xml version="1.0" encoding="UTF-8"?>
+<application xmlns="http://java.sun.com/xml/ns/javaee"
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/application_1_4.xsd">
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
+ version="5">
<display-name>DVD Store</display-name>
- <description>Seam DVD Store Example</description>
+
<module>
<ejb>jboss-seam-dvd.jar</ejb>
</module>
More information about the jboss-cvs-commits
mailing list