[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...
Norman Richards
norman.richards at jboss.com
Mon May 21 22:20:45 EDT 2007
User: nrichards
Date: 07/05/21 22:20:45
Modified: examples/wiki/src/etc/WEB-INF components.xml pages.xml
Log:
JBSEAM-1335: update xml versions
Revision Changes Path
1.14 +7 -7 jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/components.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- components.xml 7 May 2007 11:42:31 -0000 1.13
+++ components.xml 22 May 2007 02:20:45 -0000 1.14
@@ -7,12 +7,12 @@
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/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
- 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/security http://jboss.com/products/seam/security-1.3.xsd
+ http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.3.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-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">
<!-- ##### WIKI USER CONFIGURATION ##### -->
1.15 +1 -1 jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/pages.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- pages.xml 3 May 2007 14:10:51 -0000 1.14
+++ pages.xml 22 May 2007 02:20:45 -0000 1.15
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pages PUBLIC "-//Seam/Seam Pages DTD 1.2//EN" "http://jboss.com/products/seam/pages-1.2.dtd">
+<!DOCTYPE pages PUBLIC "-//Seam/Seam Pages DTD 1.3//EN" "http://jboss.com/products/seam/pages-1.3.dtd">
<pages login-view-id="/loginRequired.xhtml"
no-conversation-view-id="/display.xhtml">
More information about the jboss-cvs-commits
mailing list