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

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


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

  Modified:    examples/numberguess/resources   cheat.jpdl.xml
                        pageflow.jpdl.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/numberguess/resources/cheat.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cheat.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/cheat.jpdl.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- cheat.jpdl.xml	19 Jun 2007 04:23:44 -0000	1.6
  +++ cheat.jpdl.xml	26 Jun 2007 23:04:06 -0000	1.7
  @@ -12,7 +12,7 @@
   <pageflow-definition 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="cheat">
      
      <start-state name="start">
  
  
  
  1.13      +1 -1      jboss-seam/examples/numberguess/resources/pageflow.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageflow.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/pageflow.jpdl.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- pageflow.jpdl.xml	25 Jun 2007 13:16:23 -0000	1.12
  +++ pageflow.jpdl.xml	26 Jun 2007 23:04:06 -0000	1.13
  @@ -13,7 +13,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="numberGuess">
      
      <start-page name="displayGuess" view-id="/numberGuess.jspx">
  
  
  



More information about the jboss-cvs-commits mailing list