[jbpm-commits] JBoss JBPM SVN: r2260 - in jbpm3/trunk/modules/examples/src/test/resources: simple and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 16 04:28:42 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-16 04:28:42 -0400 (Tue, 16 Sep 2008)
New Revision: 2260

Added:
   jbpm3/trunk/modules/examples/src/test/resources/simple/
   jbpm3/trunk/modules/examples/src/test/resources/simple/gpd.xml
   jbpm3/trunk/modules/examples/src/test/resources/simple/processdefinition.xml
   jbpm3/trunk/modules/examples/src/test/resources/simple/processimage.jpg
Log:
Restore the simple example resources

Added: jbpm3/trunk/modules/examples/src/test/resources/simple/gpd.xml
===================================================================
--- jbpm3/trunk/modules/examples/src/test/resources/simple/gpd.xml	                        (rev 0)
+++ jbpm3/trunk/modules/examples/src/test/resources/simple/gpd.xml	2008-09-16 08:28:42 UTC (rev 2260)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="simple" width="469" height="438">
+  <node name="start" x="150" y="25" width="140" height="40">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="first" x="150" y="125" width="140" height="40">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="150" y="225" width="140" height="40"/>
+</root-container>


Property changes on: jbpm3/trunk/modules/examples/src/test/resources/simple/gpd.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jbpm3/trunk/modules/examples/src/test/resources/simple/processdefinition.xml
===================================================================
--- jbpm3/trunk/modules/examples/src/test/resources/simple/processdefinition.xml	                        (rev 0)
+++ jbpm3/trunk/modules/examples/src/test/resources/simple/processdefinition.xml	2008-09-16 08:28:42 UTC (rev 2260)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition 
+  xmlns="urn:jbpm.org:jpdl-3.2"
+  name="simple">
+   <start-state name="start">
+      <transition name="to_state" to="first">
+         <action name="action" class="com.sample.action.MessageActionHandler">
+            <message>Going to the first state!</message>
+         </action>
+      </transition>
+   </start-state>
+   <state name="first">
+      <transition name="to_end" to="end">
+         <action name="action" class="com.sample.action.MessageActionHandler">
+            <message>About to finish!</message>
+         </action>
+      </transition>
+   </state>
+   <end-state name="end"></end-state>
+</process-definition>
\ No newline at end of file


Property changes on: jbpm3/trunk/modules/examples/src/test/resources/simple/processdefinition.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jbpm3/trunk/modules/examples/src/test/resources/simple/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: jbpm3/trunk/modules/examples/src/test/resources/simple/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jbpm-commits mailing list