[jbpm-commits] JBoss JBPM SVN: r1604 - jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jul 13 10:46:48 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-07-13 10:46:47 -0400 (Sun, 13 Jul 2008)
New Revision: 1604

Added:
   jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine-jbpm32.xml
Removed:
   jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine.xml
Log:


Copied: jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine-jbpm32.xml (from rev 1603, jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine.xml)
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine-jbpm32.xml	                        (rev 0)
+++ jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine-jbpm32.xml	2008-07-13 14:46:47 UTC (rev 1604)
@@ -0,0 +1,9 @@
+<process-definition xmlns='urn:jbpm.org:jpdl-3.2' name='basic-engine'>
+  <start-state>
+    <transition to='stateA' />
+  </start-state>
+  <state name='stateA'>
+    <transition to='end' />
+  </state>
+  <end-state name='end' />
+</process-definition>
\ No newline at end of file

Deleted: jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine.xml	2008-07-13 14:46:12 UTC (rev 1603)
+++ jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples/engine/basic-engine.xml	2008-07-13 14:46:47 UTC (rev 1604)
@@ -1,9 +0,0 @@
-<process-definition xmlns='urn:jbpm.org:jpdl-3.2' name='basic-engine'>
-  <start-state>
-    <transition to='stateA' />
-  </start-state>
-  <state name='stateA'>
-    <transition to='end' />
-  </state>
-  <end-state name='end' />
-</process-definition>
\ No newline at end of file




More information about the jbpm-commits mailing list