You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/04/03 10:29:49 UTC

svn commit: r761567 - in /tuscany/branches/sca-java-1.x: modules/binding-atom-js-dojo/ modules/binding-jsonrpc-js-dojo/ samples/photo-gallery/ samples/store-distributed/ samples/store-dojo/ samples/store-secure/ samples/store-webapp/ samples/store/ tut...

Author: lresende
Date: Fri Apr  3 08:29:49 2009
New Revision: 761567

URL: http://svn.apache.org/viewvc?rev=761567&view=rev
Log:
TUSCANY-2878 - Adjusting modules to add implementation-widget-runtime-tuscany as dependency

Modified:
    tuscany/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml
    tuscany/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml
    tuscany/branches/sca-java-1.x/samples/photo-gallery/pom.xml
    tuscany/branches/sca-java-1.x/samples/store-distributed/pom.xml
    tuscany/branches/sca-java-1.x/samples/store-dojo/pom.xml
    tuscany/branches/sca-java-1.x/samples/store-secure/pom.xml
    tuscany/branches/sca-java-1.x/samples/store-webapp/pom.xml
    tuscany/branches/sca-java-1.x/samples/store/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/domain/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/binding-atom-js-dojo/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/binding-jsonrpc-js-dojo/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/photo-gallery/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/photo-gallery/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/photo-gallery/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/photo-gallery/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/store-distributed/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-distributed/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/store-distributed/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/store-distributed/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/store-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-dojo/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/store-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/store-dojo/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/store-secure/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-secure/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/store-secure/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/store-secure/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/store-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-webapp/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/store-webapp/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/store-webapp/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/samples/store/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/store/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/store/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/domain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/domain/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/domain/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/domain/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml?rev=761567&r1=761566&r2=761567&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml Fri Apr  3 08:29:49 2009
@@ -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>