[jbpm-commits] JBoss JBPM SVN: r6780 - in projects/migration_tool/trunk/src/test/resources: jpdl and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 21 16:01:35 EDT 2010


Author: MohReece
Date: 2010-10-21 16:01:35 -0400 (Thu, 21 Oct 2010)
New Revision: 6780

Added:
   projects/migration_tool/trunk/src/test/resources/jpdl3/
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processimage.jpg
Removed:
   projects/migration_tool/trunk/src/test/resources/jpdl/test/
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml
   projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processimage.jpg
Log:
Renamed first jPDL test process definition.

Copied: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode (from rev 6772, projects/migration_tool/trunk/src/test/resources/jpdl/test)

Deleted: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/test/resources/jpdl/test/gpd.xml	2010-10-21 18:11:12 UTC (rev 6772)
+++ projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml	2010-10-21 20:01:35 UTC (rev 6780)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<root-container name="Test" width="1111" height="594">
-  <node name="start-state1" x="468" y="75" width="132" height="36">
-    <edge>
-      <label x="5" y="-10"/>
-    </edge>
-  </node>
-  <node name="node1" x="473" y="206" width="132" height="36">
-    <edge>
-      <label x="5" y="-10"/>
-    </edge>
-  </node>
-  <node name="end-state1" x="476" y="328" width="132" height="36"/>
-</root-container>

Copied: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml (from rev 6777, projects/migration_tool/trunk/src/test/resources/jpdl/test/gpd.xml)
===================================================================
--- projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/gpd.xml	2010-10-21 20:01:35 UTC (rev 6780)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="Single Node" width="856" height="422">
+  <node name="start-state" x="37" y="25" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="node" x="37" y="101" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end-state" x="37" y="193" width="132" height="36"/>
+</root-container>

Deleted: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/test/resources/jpdl/test/processdefinition.xml	2010-10-21 18:11:12 UTC (rev 6772)
+++ projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml	2010-10-21 20:01:35 UTC (rev 6780)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<process-definition  xmlns=""  name="Test">
-
-
-	<start-state name="start-state1">
-		<transition to="node1"></transition>
-	</start-state>
-
-
-	<node name="node1">
-		<transition to="end-state1"></transition>
-	</node>
-
-
-	<end-state name="end-state1"></end-state>
-
-
-</process-definition>
\ No newline at end of file

Copied: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml (from rev 6777, projects/migration_tool/trunk/src/test/resources/jpdl/test/processdefinition.xml)
===================================================================
--- projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processdefinition.xml	2010-10-21 20:01:35 UTC (rev 6780)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns="urn:jbpm.org:jpdl-3.2"  name="Single Node">
+
+	<start-state name="start-state">
+		<transition to="node" />
+	</start-state>
+
+	<node name="node">
+		<transition to="end-state" />
+	</node>
+
+	<end-state name="end-state" />
+
+</process-definition>
\ No newline at end of file

Deleted: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processimage.jpg
===================================================================
(Binary files differ)

Copied: projects/migration_tool/trunk/src/test/resources/jpdl3/singleNode/processimage.jpg (from rev 6777, projects/migration_tool/trunk/src/test/resources/jpdl/test/processimage.jpg)
===================================================================
(Binary files differ)



More information about the jbpm-commits mailing list