Author: lresende
Date: Wed May 12 21:18:14 2010
New Revision: 943693

URL: http://svn.apache.org/viewvc?rev=943693&view=rev
Log:
Making samples to depend on web 2.0 feature pom

Modified:
    tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml
    tuscany/sca-java-2.x/trunk/samples/store/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml?rev=943693&r1=943692&r2=943693&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml Wed May 12 21:18:14 
2010
@@ -44,45 +44,9 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <artifactId>tuscany-feature-web20</artifactId>
+            <type>pom</type>
             <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-atom-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-atom-js-dojo</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/samples/store/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/store/pom.xml?rev=943693&r1=943692&r2=943693&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/store/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/store/pom.xml Wed May 12 21:18:14 2010
@@ -48,62 +48,13 @@
                        <version>2.0-SNAPSHOT</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       
<artifactId>tuscany-implementation-java-runtime</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       
<artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-binding-atom-runtime</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-binding-atom-js-dojo</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-binding-http-runtime</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>tuscany-host-jetty</artifactId>
-                       <version>2.0-SNAPSHOT</version>
-                       <scope>runtime</scope>
-               </dependency>
-
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-feature-web20</artifactId>
+            <type>pom</type>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        
         <dependency>
             <groupId>net.sourceforge.htmlunit</groupId>
             <artifactId>htmlunit</artifactId>


Reply via email to