Author: lresende
Date: Wed May 20 06:37:05 2009
New Revision: 776591
URL: http://svn.apache.org/viewvc?rev=776591&view=rev
Log:
Renaming implementation-bpel-ode to implementation-bpel-runtime to follow the
name pattern used by other modules
Added:
tuscany/java/sca/modules/implementation-bpel-runtime/
- copied from r776581, tuscany/java/sca/modules/implementation-bpel-ode/
Removed:
tuscany/java/sca/modules/implementation-bpel-ode/
Modified:
tuscany/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
tuscany/java/sca/features/process/pom.xml
tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml
tuscany/java/sca/modules/pom.xml
tuscany/java/sca/samples/helloworld-bpel/pom.xml
Modified:
tuscany/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml?rev=776591&r1=776590&r2=776591&view=diff
==============================================================================
---
tuscany/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
(original)
+++
tuscany/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
Wed May 20 06:37:05 2009
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>${tuscany.version}</version>
<scope>runtime</scope>
</dependency>
Modified: tuscany/java/sca/features/process/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/features/process/pom.xml?rev=776591&r1=776590&r2=776591&view=diff
==============================================================================
--- tuscany/java/sca/features/process/pom.xml (original)
+++ tuscany/java/sca/features/process/pom.xml Wed May 20 06:37:05 2009
@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
Modified: tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml?rev=776591&r1=776581&r2=776591&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml Wed May 20
06:37:05 2009
@@ -25,7 +25,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<name>Apache Tuscany SCA BPEL ODE Implementation Extension</name>
<dependencies>
<dependency>
Modified: tuscany/java/sca/modules/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=776591&r1=776590&r2=776591&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Wed May 20 06:37:05 2009
@@ -64,7 +64,7 @@
<module>host-rmi</module>
<module>host-webapp</module>
<module>implementation-bpel</module>
- <module>implementation-bpel-ode</module>
+ <module>implementation-bpel-runtime</module>
<module>implementation-java</module>
<module>implementation-java-runtime</module>
<module>implementation-node</module>
Modified: tuscany/java/sca/samples/helloworld-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-bpel/pom.xml?rev=776591&r1=776590&r2=776591&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-bpel/pom.xml Wed May 20 06:37:05 2009
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>