diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-03 08:29:49 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-03 08:29:49 +0000 |
commit | 909773e50f662f0cec062b01f6209de97300f990 (patch) | |
tree | d695eb0ad124d1b8f02c13b73cb971a8aba6c820 | |
parent | 839b453d2b43c1ee86fedb2faf71f39cc681168c (diff) |
TUSCANY-2878 - Adjusting modules to add implementation-widget-runtime-tuscany as dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761567 13f79535-47bb-0310-9956-ffa450edef68
10 files changed, 9 insertions, 16 deletions
diff --git a/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml b/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml index 8cf5b386db..ae48d0e82d 100644 --- a/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml +++ b/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>tuscany-binding-atom-js-dojo</artifactId> - <name>Apache Tuscany SCA Atom Feed Binding JavaScript</name> + <name>Apache Tuscany SCA Atom Feed Binding JavaScript using Dojo</name> <dependencies> <dependency> diff --git a/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml b/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml index cee068408b..751b6e06e6 100644 --- a/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml +++ b/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId> - <name>Apache Tuscany SCA JSON-RPC Binding JavaScript</name> + <name>Apache Tuscany SCA JSON-RPC Binding JavaScript using Dojo</name> <dependencies> <dependency> diff --git a/branches/sca-java-1.x/samples/photo-gallery/pom.xml b/branches/sca-java-1.x/samples/photo-gallery/pom.xml index 51444ffa0a..02ad3544b8 100644 --- a/branches/sca-java-1.x/samples/photo-gallery/pom.xml +++ b/branches/sca-java-1.x/samples/photo-gallery/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/samples/store-distributed/pom.xml b/branches/sca-java-1.x/samples/store-distributed/pom.xml index 99dfb3931e..e8f6574285 100644 --- a/branches/sca-java-1.x/samples/store-distributed/pom.xml +++ b/branches/sca-java-1.x/samples/store-distributed/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/samples/store-dojo/pom.xml b/branches/sca-java-1.x/samples/store-dojo/pom.xml index a40ea0c498..c75db1e733 100644 --- a/branches/sca-java-1.x/samples/store-dojo/pom.xml +++ b/branches/sca-java-1.x/samples/store-dojo/pom.xml @@ -64,13 +64,6 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> - <version>1.5-SNAPSHOT</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> diff --git a/branches/sca-java-1.x/samples/store-secure/pom.xml b/branches/sca-java-1.x/samples/store-secure/pom.xml index f990d871e6..1bb52289af 100644 --- a/branches/sca-java-1.x/samples/store-secure/pom.xml +++ b/branches/sca-java-1.x/samples/store-secure/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/samples/store-webapp/pom.xml b/branches/sca-java-1.x/samples/store-webapp/pom.xml index 1058cb641d..1d00e35edd 100644 --- a/branches/sca-java-1.x/samples/store-webapp/pom.xml +++ b/branches/sca-java-1.x/samples/store-webapp/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/samples/store/pom.xml b/branches/sca-java-1.x/samples/store/pom.xml index 8580e03426..81ada43931 100644 --- a/branches/sca-java-1.x/samples/store/pom.xml +++ b/branches/sca-java-1.x/samples/store/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/tutorials/store/domain/pom.xml b/branches/sca-java-1.x/tutorials/store/domain/pom.xml index e015dd4bba..213a4abcb2 100644 --- a/branches/sca-java-1.x/tutorials/store/domain/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/domain/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml index 8fe1f05ded..89f10c7d45 100644 --- a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-widget-runtime</artifactId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> |