You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/05/13 07:16:03 UTC

svn commit: r655738 - in /incubator/tuscany/java/sca/itest/bpel: helloworld-reference/pom.xml helloworld/pom.xml ping-pong/pom.xml

Author: jsdelfino
Date: Mon May 12 22:16:02 2008
New Revision: 655738

URL: http://svn.apache.org/viewvc?rev=655738&view=rev
Log:
Split implementation-bpel in two modules, implementation-bpel for the model and implementation-bpel-ode for the runtime.

Modified:
    incubator/tuscany/java/sca/itest/bpel/helloworld-reference/pom.xml
    incubator/tuscany/java/sca/itest/bpel/helloworld/pom.xml
    incubator/tuscany/java/sca/itest/bpel/ping-pong/pom.xml

Modified: incubator/tuscany/java/sca/itest/bpel/helloworld-reference/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/pom.xml?rev=655738&r1=655737&r2=655738&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/helloworld-reference/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/bpel/helloworld-reference/pom.xml Mon May 12 22:16:02 2008
@@ -65,7 +65,7 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-bpel</artifactId>
+            <artifactId>tuscany-implementation-bpel-ode</artifactId>
             <version>2.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>

Modified: incubator/tuscany/java/sca/itest/bpel/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/pom.xml?rev=655738&r1=655737&r2=655738&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/helloworld/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/bpel/helloworld/pom.xml Mon May 12 22:16:02 2008
@@ -51,7 +51,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-bpel</artifactId>
+            <artifactId>tuscany-implementation-bpel-ode</artifactId>
             <version>2.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>

Modified: incubator/tuscany/java/sca/itest/bpel/ping-pong/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/ping-pong/pom.xml?rev=655738&r1=655737&r2=655738&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/ping-pong/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/bpel/ping-pong/pom.xml Mon May 12 22:16:02 2008
@@ -65,7 +65,7 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-bpel</artifactId>
+            <artifactId>tuscany-implementation-bpel-ode</artifactId>
             <version>2.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>