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

Norman Richards norman.richards at jboss.com
Mon May 21 22:20:42 EDT 2007


  User: nrichards
  Date: 07/05/21 22:20:42

  Modified:    examples/numberguess/resources   cheat.jpdl.xml
                        pageflow.jpdl.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.5       +2 -2      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- cheat.jpdl.xml	6 Mar 2007 21:49:48 -0000	1.4
  +++ cheat.jpdl.xml	22 May 2007 02:20:42 -0000	1.5
  @@ -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.2.xsd"
  +	    "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.3.xsd"
   	name="cheat">
      
      <start-page name="confirm" view-id="/confirm.jspx">
  
  
  
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pageflow.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.9
  +++ pageflow.jpdl.xml	22 May 2007 02:20:42 -0000	1.10
  @@ -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.2.xsd"
  +	    "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.3.xsd"
   	name="numberGuess">
      
      <start-page name="displayGuess" view-id="/numberGuess.jspx">
  
  
  



More information about the jboss-cvs-commits mailing list