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/09/21 06:06:37 UTC

svn commit: r817152 - in /tuscany/java/sca/features: all/pom.xml pom.xml web20/ web20/pom.xml

Author: lresende
Date: Mon Sep 21 04:06:36 2009
New Revision: 817152

URL: http://svn.apache.org/viewvc?rev=817152&view=rev
Log:
Adding web 2.0 feature and making that part of the all feature

Added:
    tuscany/java/sca/features/web20/
    tuscany/java/sca/features/web20/pom.xml
      - copied, changed from r817151, tuscany/java/sca/features/all/pom.xml
Modified:
    tuscany/java/sca/features/all/pom.xml
    tuscany/java/sca/features/pom.xml

Modified: tuscany/java/sca/features/all/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/features/all/pom.xml?rev=817152&r1=817151&r2=817152&view=diff
==============================================================================
--- tuscany/java/sca/features/all/pom.xml (original)
+++ tuscany/java/sca/features/all/pom.xml Mon Sep 21 04:06:36 2009
@@ -55,6 +55,13 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-feature-web20</artifactId>
+            <type>pom</type>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-ejava</artifactId>
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>

Modified: tuscany/java/sca/features/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/features/pom.xml?rev=817152&r1=817151&r2=817152&view=diff
==============================================================================
--- tuscany/java/sca/features/pom.xml (original)
+++ tuscany/java/sca/features/pom.xml Mon Sep 21 04:06:36 2009
@@ -35,13 +35,13 @@
         <module>api</module>
         <module>core</module>
         <module>ejava</module>
+        <module>process</module>
         <module>webservice</module>
+        <module>web20</module>
         <module>webapp</module>
-        <module>process</module>
 <!--
         <module>manager</module>
         <module>repository</module>
-        <module>web20</module>
 -->
     </modules>
 

Copied: tuscany/java/sca/features/web20/pom.xml (from r817151, tuscany/java/sca/features/all/pom.xml)
URL: http://svn.apache.org/viewvc/tuscany/java/sca/features/web20/pom.xml?p2=tuscany/java/sca/features/web20/pom.xml&p1=tuscany/java/sca/features/all/pom.xml&r1=817151&r2=817152&rev=817152&view=diff
==============================================================================
--- tuscany/java/sca/features/all/pom.xml (original)
+++ tuscany/java/sca/features/web20/pom.xml Mon Sep 21 04:06:36 2009
@@ -26,19 +26,18 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>tuscany-feature-all</artifactId>
-    <name>Apache Tuscany SCA All-in-one Feature</name>
+    <artifactId>tuscany-feature-web20</artifactId>
+    <name>Apache Tuscany SCA Web 2.0 Feature</name>
     <packaging>pom</packaging>
 
     <dependencies>
-
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-api</artifactId>
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-
+        <!-- Core distribution -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
@@ -46,46 +45,18 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- Bindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-webservice</artifactId>
-            <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-ejava</artifactId>
-            <type>pom</type>
+            <artifactId>tuscany-binding-http-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- Hosts -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-webapp</artifactId>
-            <type>pom</type>
+            <artifactId>tuscany-host-jetty</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-
-       <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-feature-process</artifactId>
-            <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-launcher</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-endpoint-tribes</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
     </dependencies>
-
 </project>