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

Peter Muir peter at bleepbleep.org.uk
Tue Mar 6 16:49:49 EST 2007


  User: pmuir   
  Date: 07/03/06 16:49:49

  Modified:    examples/numberguess/resources     cheat.jpdl.xml
                        .gpd.pageflow.jpdl.xml pageflow.jpdl.xml
                        .gpd.cheat.jpdl.xml
  Log:
  JBSEAM-215
  
  Revision  Changes    Path
  1.4       +35 -30    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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- cheat.jpdl.xml	16 Nov 2006 23:19:26 -0000	1.3
  +++ cheat.jpdl.xml	6 Mar 2007 21:49:48 -0000	1.4
  @@ -9,7 +9,11 @@
      
   -->
   
  -<pageflow-definition name="cheat">
  +<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"
  +	name="cheat">
      
      <start-page name="confirm" view-id="/confirm.jspx">
         <transition name="yes" to="cheat">
  @@ -18,6 +22,7 @@
         <transition name="no" to="end"/>
      </start-page>
      
  +   
      <page name="cheat" view-id="/cheat.jspx">
         <redirect/>
         <transition to="end"/>
  
  
  
  1.11      +1 -39     jboss-seam/examples/numberguess/resources/.gpd.pageflow.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .gpd.pageflow.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/.gpd.pageflow.jpdl.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- .gpd.pageflow.jpdl.xml	17 Dec 2006 15:05:37 -0000	1.10
  +++ .gpd.pageflow.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.11
  @@ -1,41 +1,3 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="numberGuess" width="816" height="595">
  -  <node name="displayGuess" x="255" y="47" width="140" height="40">
  -    <transition name="guess">
  -      <label x="-41" y="-23"/>
  -    </transition>
  -    <transition name="giveup">
  -      <label x="-15" y="13"/>
  -      <bendpoint w1="217" h1="-33" w2="-203" h2="-29"/>
  -    </transition>
  -  </node>
  -  <node name="evaluateGuess" x="59" y="149" width="180" height="40">
  -    <transition name="true">
  -      <label x="5" y="-10"/>
  -    </transition>
  -    <transition name="false">
  -      <label x="-7" y="-24"/>
  -    </transition>
  -  </node>
  -  <node name="evaluateRemainingGuesses" x="389" y="148" width="236" height="40">
  -    <transition name="true">
  -      <label x="5" y="-10"/>
  -    </transition>
  -    <transition name="false">
  -      <label x="17" y="-23"/>
  -    </transition>
  -  </node>
  -  <node name="giveup" x="675" y="43" width="140" height="40">
  -    <transition name="yes">
  -      <label x="39" y="-84"/>
  -      <bendpoint w1="-50" h1="170" w2="189" h2="-68"/>
  -    </transition>
  -    <transition name="no">
  -      <label x="-6" y="7"/>
  -      <bendpoint w1="-201" h1="27" w2="219" h2="23"/>
  -    </transition>
  -  </node>
  -  <node name="win" x="78" y="280" width="140" height="40"/>
  -  <node name="lose" x="436" y="281" width="140" height="40"/>
  -</pageflow-diagram>
  +<pageflow-diagram name="" width="753" height="548"/>
  
  
  
  1.9       +51 -46    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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pageflow.jpdl.xml	17 Dec 2006 15:05:37 -0000	1.8
  +++ pageflow.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.9
  @@ -9,7 +9,12 @@
      
   -->
   
  -<pageflow-definition name="numberGuess">
  +<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"
  +	name="numberGuess">
      
      <start-page name="displayGuess" view-id="/numberGuess.jspx">
         <redirect/>
  
  
  
  1.5       +1 -16     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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- .gpd.cheat.jpdl.xml	17 Nov 2006 07:18:32 -0000	1.4
  +++ .gpd.cheat.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.5
  @@ -1,18 +1,3 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<pageflow-diagram name="cheat" width="769" height="583">
  -  <node name="confirm" x="60" y="54" width="140" height="40">
  -    <transition name="yes">
  -      <label x="26" y="-13"/>
  -    </transition>
  -    <transition name="no">
  -      <label x="5" y="-10"/>
  -    </transition>
  -  </node>
  -  <node name="cheat" x="199" y="209" width="140" height="40">
  -    <transition>
  -      <label x="5" y="-10"/>
  -    </transition>
  -  </node>
  -  <node name="end" x="60" y="371" width="140" height="40"/>
  -</pageflow-diagram>
  +<pageflow-diagram name="" width="752" height="547"/>
  
  
  



More information about the jboss-cvs-commits mailing list