[jboss-cvs] jboss-seam/examples/dvdstore/resources ...
Norman Richards
norman.richards at jboss.com
Mon May 21 22:20:39 EDT 2007
User: nrichards
Date: 07/05/21 22:20:39
Modified: examples/dvdstore/resources checkout.jpdl.xml
newuser.jpdl.xml
Log:
JBSEAM-1335: update xml versions
Revision Changes Path
1.9 +1 -1 jboss-seam/examples/dvdstore/resources/checkout.jpdl.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: checkout.jpdl.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/checkout.jpdl.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- checkout.jpdl.xml 6 Mar 2007 21:49:49 -0000 1.8
+++ checkout.jpdl.xml 22 May 2007 02:20:39 -0000 1.9
@@ -4,7 +4,7 @@
xmlns="http://jboss.com/products/seam/pageflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.2.xsd"
+ "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.3.xsd"
name="checkout">
<start-state name="start">
<transition to="confirm"/>
1.8 +1 -1 jboss-seam/examples/dvdstore/resources/newuser.jpdl.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: newuser.jpdl.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/newuser.jpdl.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- newuser.jpdl.xml 6 Mar 2007 21:49:49 -0000 1.7
+++ newuser.jpdl.xml 22 May 2007 02:20:39 -0000 1.8
@@ -4,7 +4,7 @@
xmlns="http://jboss.com/products/seam/pageflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.2.xsd"
+ "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.3.xsd"
name="newuser">
<start-state name="start">
<transition to="account"/>
More information about the jboss-cvs-commits
mailing list