[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...
Norman Richards
norman.richards at jboss.com
Mon May 21 22:21:18 EDT 2007
User: nrichards
Date: 07/05/21 22:21:18
Modified: seam-gen/resources/WEB-INF components-war.xml
components.xml pages.xml
Log:
JBSEAM-1335: update xml versions
Revision Changes Path
1.10 +5 -5 jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components-war.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- components-war.xml 26 Mar 2007 15:59:29 -0000 1.9
+++ components-war.xml 22 May 2007 02:21:18 -0000 1.10
@@ -6,11 +6,11 @@
xmlns:mail="http://jboss.com/products/seam/mail"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
- http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
- http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
+ http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
<core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
1.19 +5 -5 jboss-seam/seam-gen/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- components.xml 26 Mar 2007 16:44:52 -0000 1.18
+++ components.xml 22 May 2007 02:21:18 -0000 1.19
@@ -6,11 +6,11 @@
xmlns:mail="http://jboss.com/products/seam/mail"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd
- http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
- http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
+ http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
<core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
1.8 +3 -3 jboss-seam/seam-gen/resources/WEB-INF/pages.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pages.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/pages.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pages.xml 28 Feb 2007 00:00:26 -0000 1.7
+++ pages.xml 22 May 2007 02:21:18 -0000 1.8
@@ -1,6 +1,6 @@
<!DOCTYPE pages PUBLIC
- "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
- "http://jboss.com/products/seam/pages-1.2.dtd">
+ "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
+ "http://jboss.com/products/seam/pages-1.3.dtd">
<pages no-conversation-view-id="/home.xhtml"
login-view-id="/login.xhtml">
More information about the jboss-cvs-commits
mailing list