[seam-commits] Seam SVN: r7502 - in trunk/examples: remoting/chatroom/resources/WEB-INF and 3 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 3 21:16:36 EST 2008


Author: norman.richards at jboss.com
Date: 2008-03-03 21:16:36 -0500 (Mon, 03 Mar 2008)
New Revision: 7502

Modified:
   trunk/examples/nestedbooking/resources/WEB-INF/pages.xml
   trunk/examples/remoting/chatroom/resources/WEB-INF/components.xml
   trunk/examples/remoting/helloworld/resources/WEB-INF/components.xml
   trunk/examples/remoting/poker/resources/WEB-INF/components.xml
   trunk/examples/remoting/progressbar/resources/WEB-INF/components.xml
Log:
JBSEAM-2612

Modified: trunk/examples/nestedbooking/resources/WEB-INF/pages.xml
===================================================================
--- trunk/examples/nestedbooking/resources/WEB-INF/pages.xml	2008-03-04 01:49:48 UTC (rev 7501)
+++ trunk/examples/nestedbooking/resources/WEB-INF/pages.xml	2008-03-04 02:16:36 UTC (rev 7502)
@@ -1,10 +1,7 @@
-<!DOCTYPE pages PUBLIC
-          "-//JBoss/Seam Pages Configuration DTD 2.1//EN"
-          "http://jboss.com/products/seam/pages-2.1.dtd">
+<pages xmlns="http://jboss.com/products/seam/pages"
+       no-conversation-view-id="/main.xhtml"
+       login-view-id="/home.xhtml">
 
-<pages no-conversation-view-id="/main.xhtml"
-                 login-view-id="/home.xhtml">
-
     <page view-id="/register.xhtml">
     
         <action if="#{validation.failed}"

Modified: trunk/examples/remoting/chatroom/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/remoting/chatroom/resources/WEB-INF/components.xml	2008-03-04 01:49:48 UTC (rev 7501)
+++ trunk/examples/remoting/chatroom/resources/WEB-INF/components.xml	2008-03-04 02:16:36 UTC (rev 7502)
@@ -1,9 +1,5 @@
-<!DOCTYPE components PUBLIC
-  "-//JBoss/Seam Component Configuration DTD 2.1//EN"
-  "http://jboss.com/products/seam/components-2.1.dtd">
+<components xmlns="http://jboss.com/products/seam/components">
 
-<components>
-
     <component name="org.jboss.seam.core.init">
         <property name="jndiPattern">@jndiPattern@</property>
     </component>

Modified: trunk/examples/remoting/helloworld/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/remoting/helloworld/resources/WEB-INF/components.xml	2008-03-04 01:49:48 UTC (rev 7501)
+++ trunk/examples/remoting/helloworld/resources/WEB-INF/components.xml	2008-03-04 02:16:36 UTC (rev 7502)
@@ -1,9 +1,5 @@
-<!DOCTYPE components PUBLIC
-  "-//JBoss/Seam Component Configuration DTD 2.1//EN"
-  "http://jboss.com/products/seam/components-2.1.dtd">
+<components xmlns="http://jboss.com/products/seam/components">
 
-<components>
-
     <component name="org.jboss.seam.core.init">
         <property name="jndiPattern">@jndiPattern@</property>
     </component>

Modified: trunk/examples/remoting/poker/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/remoting/poker/resources/WEB-INF/components.xml	2008-03-04 01:49:48 UTC (rev 7501)
+++ trunk/examples/remoting/poker/resources/WEB-INF/components.xml	2008-03-04 02:16:36 UTC (rev 7502)
@@ -1,9 +1,5 @@
-<!DOCTYPE components PUBLIC
-  "-//JBoss/Seam Component Configuration DTD 2.1//EN"
-  "http://jboss.com/products/seam/components-2.1.dtd">
+<components xmlns="http://jboss.com/products/seam/components">
 
-<components>
-
     <component name="org.jboss.seam.core.init">
         <property name="jndiPattern">@jndiPattern@</property>
     </component>

Modified: trunk/examples/remoting/progressbar/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/remoting/progressbar/resources/WEB-INF/components.xml	2008-03-04 01:49:48 UTC (rev 7501)
+++ trunk/examples/remoting/progressbar/resources/WEB-INF/components.xml	2008-03-04 02:16:36 UTC (rev 7502)
@@ -1,9 +1,5 @@
-<!DOCTYPE components PUBLIC
-  "-//JBoss/Seam Component Configuration DTD 2.1//EN"
-  "http://jboss.com/products/seam/components-2.1.dtd">
+<components xmlns="http://jboss.com/products/seam/components">
 
-<components>
-
     <component name="org.jboss.seam.core.init">
         <property name="jndiPattern">@jndiPattern@</property>
     </component>




More information about the seam-commits mailing list