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

Gavin King gavin.king at jboss.com
Thu Nov 16 10:38:32 EST 2006


  User: gavin   
  Date: 06/11/16 10:38:32

  Modified:    examples/numberguess/resources   .gpd.cheat.jpdl.xml
                        cheat.jpdl.xml
  Log:
  add nested pageflow
  
  Revision  Changes    Path
  1.2       +6 -6      jboss-seam/examples/numberguess/resources/.gpd.cheat.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .gpd.cheat.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/.gpd.cheat.jpdl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .gpd.cheat.jpdl.xml	16 Nov 2006 15:36:22 -0000	1.1
  +++ .gpd.cheat.jpdl.xml	16 Nov 2006 15:38:32 -0000	1.2
  @@ -1,23 +1,23 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="cheat" width="770" height="755">
  -  <node x="0" y="0" width="140" height="40">
  +<pageflow-diagram name="cheat" width="769" height="754">
  +  <node name="start" x="61" y="34" width="140" height="40">
       <transition>
         <label x="5" y="-10"/>
       </transition>
     </node>
  -  <node name="confirm" x="0" y="0" width="140" height="40">
  +  <node name="confirm" x="60" y="144" width="140" height="40">
       <transition name="yes">
  -      <label x="5" y="-10"/>
  +      <label x="26" y="-13"/>
       </transition>
       <transition name="no">
         <label x="5" y="-10"/>
       </transition>
     </node>
  -  <node name="cheat" x="201" y="143" width="140" height="40">
  +  <node name="cheat" x="208" y="260" width="140" height="40">
       <transition>
         <label x="5" y="-10"/>
       </transition>
     </node>
  -  <node name="end" x="40" y="263" width="140" height="40"/>
  +  <node name="end" x="60" y="371" width="140" height="40"/>
   </pageflow-diagram>
  
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- cheat.jpdl.xml	16 Nov 2006 15:36:22 -0000	1.1
  +++ cheat.jpdl.xml	16 Nov 2006 15:38:32 -0000	1.2
  @@ -11,7 +11,7 @@
   
   <pageflow-definition name="cheat">
      
  -   <start-state>
  +   <start-state name="start">
         <transition to="confirm"/>
      </start-state>
      
  
  
  



More information about the jboss-cvs-commits mailing list