[seam-commits] Seam SVN: r8252 - trunk/examples/numberguess/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 21 08:31:08 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-21 08:31:08 -0400 (Wed, 21 May 2008)
New Revision: 8252

Modified:
   trunk/examples/numberguess/resources/.gpd.cheat.jpdl.xml
   trunk/examples/numberguess/resources/.gpd.pageflow.jpdl.xml
Log:
Update to new gpd format

Modified: trunk/examples/numberguess/resources/.gpd.cheat.jpdl.xml
===================================================================
--- trunk/examples/numberguess/resources/.gpd.cheat.jpdl.xml	2008-05-21 12:18:34 UTC (rev 8251)
+++ trunk/examples/numberguess/resources/.gpd.cheat.jpdl.xml	2008-05-21 12:31:08 UTC (rev 8252)
@@ -1,3 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<pageflow-diagram name="" width="752" height="547"/>
+<root-container name="cheat" width="748" height="786">
+  <node name="confirm" x="156" y="24" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="cheat" x="156" y="144" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+</root-container>

Modified: trunk/examples/numberguess/resources/.gpd.pageflow.jpdl.xml
===================================================================
--- trunk/examples/numberguess/resources/.gpd.pageflow.jpdl.xml	2008-05-21 12:18:34 UTC (rev 8251)
+++ trunk/examples/numberguess/resources/.gpd.pageflow.jpdl.xml	2008-05-21 12:31:08 UTC (rev 8252)
@@ -1,3 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<pageflow-diagram name="" width="753" height="548"/>
+<root-container name="numberGuess" width="748" height="787">
+  <node name="displayGuess" x="276" y="12" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+      <bendpoint w1="126" h1="-18" w2="-126" h2="-18"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="evaluateGuess" x="276" y="288" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="evaluateRemainingGuesses" x="504" y="288" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="giveup" x="528" y="12" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+      <bendpoint w1="92" h1="0" w2="128" h2="-348"/>
+      <bendpoint w1="91" h1="347" w2="127" h2="-1"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+      <bendpoint w1="-127" h1="32" w2="125" h2="32"/>
+    </edge>
+  </node>
+  <node name="cheat" x="60" y="288" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="win" x="276" y="360" width="132" height="36"/>
+  <node name="lose" x="492" y="360" width="132" height="36"/>
+</root-container>




More information about the seam-commits mailing list