Author: koen.aers(a)jboss.com
Date: 2008-08-05 12:15:39 -0400 (Tue, 05 Aug 2008)
New Revision: 9529
Modified:
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/EndStateAcceptsOutgoingConnectionStrategy.java
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/ProcessAcceptsElementStrategy.java
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/StartStateAcceptsIncomingConnectionStrategy.java
Log:
rename of org.jboss.tools.flow.common.core to org.jboss.tools.flow.common.model
Modified:
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/EndStateAcceptsOutgoingConnectionStrategy.java
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/EndStateAcceptsOutgoingConnectionStrategy.java 2008-08-05
16:15:20 UTC (rev 9528)
+++
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/EndStateAcceptsOutgoingConnectionStrategy.java 2008-08-05
16:15:39 UTC (rev 9529)
@@ -1,7 +1,7 @@
package org.jboss.tools.flow.jpdl4.graph.strategy;
-import org.jboss.tools.flow.common.core.Connection;
-import org.jboss.tools.flow.common.core.Node;
+import org.jboss.tools.flow.common.model.Connection;
+import org.jboss.tools.flow.common.model.Node;
import org.jboss.tools.flow.editor.strategy.AcceptsOutgoingConnectionStrategy;
public class EndStateAcceptsOutgoingConnectionStrategy implements
AcceptsOutgoingConnectionStrategy {
Modified:
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/ProcessAcceptsElementStrategy.java
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/ProcessAcceptsElementStrategy.java 2008-08-05
16:15:20 UTC (rev 9528)
+++
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/ProcessAcceptsElementStrategy.java 2008-08-05
16:15:39 UTC (rev 9529)
@@ -1,6 +1,6 @@
package org.jboss.tools.flow.jpdl4.graph.strategy;
-import org.jboss.tools.flow.common.core.Container;
+import org.jboss.tools.flow.common.model.Container;
import org.jboss.tools.flow.editor.strategy.AcceptsElementStrategy;
import org.jboss.tools.flow.jpdl4.core.Process;
import org.jboss.tools.flow.jpdl4.core.StartState;
Modified:
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/StartStateAcceptsIncomingConnectionStrategy.java
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/StartStateAcceptsIncomingConnectionStrategy.java 2008-08-05
16:15:20 UTC (rev 9528)
+++
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.graph/src/org/jboss/tools/flow/jpdl4/graph/strategy/StartStateAcceptsIncomingConnectionStrategy.java 2008-08-05
16:15:39 UTC (rev 9529)
@@ -1,7 +1,7 @@
package org.jboss.tools.flow.jpdl4.graph.strategy;
-import org.jboss.tools.flow.common.core.Connection;
-import org.jboss.tools.flow.common.core.Node;
+import org.jboss.tools.flow.common.model.Connection;
+import org.jboss.tools.flow.common.model.Node;
import org.jboss.tools.flow.editor.strategy.AcceptsIncomingConnectionStrategy;
public class StartStateAcceptsIncomingConnectionStrategy implements
AcceptsIncomingConnectionStrategy {
Show replies by date