[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...
Norman Richards
norman.richards at jboss.com
Tue Feb 27 02:16:53 EST 2007
User: nrichards
Date: 07/02/27 02:16:53
Modified: examples/seamspace/resources/WEB-INF components.xml
pages.xml
Log:
dtd/xsd versions
Revision Changes Path
1.31 +6 -6 jboss-seam/examples/seamspace/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/examples/seamspace/resources/WEB-INF/components.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- components.xml 22 Feb 2007 01:33:45 -0000 1.30
+++ components.xml 27 Feb 2007 07:16:53 -0000 1.31
@@ -6,11 +6,11 @@
xmlns:web="http://jboss.com/products/seam/web"
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/components http://jboss.com/products/seam/components-1.1.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
- http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.1.xsd
- http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
+ http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.2.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd">
<core:init jndi-pattern="@jndiPattern@" debug="false"/>
1.27 +3 -3 jboss-seam/examples/seamspace/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/examples/seamspace/resources/WEB-INF/pages.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- pages.xml 20 Feb 2007 23:09:20 -0000 1.26
+++ pages.xml 27 Feb 2007 07:16:53 -0000 1.27
@@ -1,6 +1,6 @@
<!DOCTYPE pages PUBLIC
- "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
- "http://jboss.com/products/seam/pages-1.1.dtd">
+ "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
+ "http://jboss.com/products/seam/pages-1.2.dtd">
<pages login-view-id="/home.xhtml">
More information about the jboss-cvs-commits
mailing list