[jboss-cvs] jboss-seam/examples/drools/resources ...
Gavin King
gavin.king at jboss.com
Wed Aug 15 15:32:46 EDT 2007
User: gavin
Date: 07/08/15 15:32:46
Modified: examples/drools/resources .gpd.pageflow.jpdl.xml
Log:
update the gpd
Revision Changes Path
1.3 +10 -10 jboss-seam/examples/drools/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/drools/resources/.gpd.pageflow.jpdl.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- .gpd.pageflow.jpdl.xml 28 Jun 2007 17:06:53 -0000 1.2
+++ .gpd.pageflow.jpdl.xml 15 Aug 2007 19:32:46 -0000 1.3
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<pageflow-diagram name="numberGuess" width="750" height="744">
+<root-container name="numberGuess" width="750" height="744">
<node name="displayGuess" x="157" y="35" width="140" height="40">
- <transition name="guess">
+ <edge>
<label x="-44" y="-10"/>
<bendpoint w1="-43" h1="55" w2="-46" h2="-60"/>
- </transition>
+ </edge>
</node>
<node name="drools" x="112" y="150" width="236" height="40">
- <transition>
+ <edge>
<label x="5" y="-10"/>
<bendpoint w1="53" h1="-52" w2="56" h2="63"/>
- </transition>
- <transition name="lose">
+ </edge>
+ <edge>
<label x="15" y="-13"/>
- </transition>
- <transition name="win">
+ </edge>
+ <edge>
<label x="-28" y="-17"/>
- </transition>
+ </edge>
</node>
<node name="win" x="57" y="271" width="140" height="40"/>
<node name="lose" x="279" y="270" width="140" height="40"/>
-</pageflow-diagram>
+</root-container>
More information about the jboss-cvs-commits
mailing list