[jboss-cvs] jboss-seam/examples/dvdstore/resources ...

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:04:03 EDT 2007


  User: nrichards
  Date: 07/06/26 19:04:03

  Modified:    examples/dvdstore/resources   checkout.jpdl.xml
                        newuser.jpdl.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- checkout.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.10
  +++ checkout.jpdl.xml	26 Jun 2007 23:04:03 -0000	1.11
  @@ -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.3.xsd"
  +	    "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-2.0.xsd"
    	name="checkout">
       <start-state name="start">
           <transition to="confirm"/>
  
  
  
  1.10      +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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- newuser.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.9
  +++ newuser.jpdl.xml	26 Jun 2007 23:04:03 -0000	1.10
  @@ -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.3.xsd"
  +	    "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-2.0.xsd"
    	name="newuser">
       <start-state name="start">
           <transition to="account"/>
  
  
  



More information about the jboss-cvs-commits mailing list