You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2007/09/04 09:34:13 UTC

svn commit: r572561 - in /geronimo/plugins/tuscany/trunk: tuscany-jetty/ tuscany-jetty/src/main/resources/META-INF/ tuscany-jetty/src/plan/ tuscany-tomcat/ tuscany-tomcat/src/main/resources/META-INF/ tuscany-tomcat/src/plan/

Author: vamsic007
Date: Tue Sep  4 00:34:11 2007
New Revision: 572561

URL: http://svn.apache.org/viewvc?rev=572561&view=rev
Log:
Removed unnecessary dependencies.
Changed the version to use ${version} for artifacts from "this" project.

Modified:
    geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml
    geronimo/plugins/tuscany/trunk/tuscany-jetty/src/main/resources/META-INF/geronimo-plugin.xml
    geronimo/plugins/tuscany/trunk/tuscany-jetty/src/plan/plan.xml
    geronimo/plugins/tuscany/trunk/tuscany-tomcat/pom.xml
    geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/main/resources/META-INF/geronimo-plugin.xml
    geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/plan/plan.xml

Modified: geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml Tue Sep  4 00:34:11 2007
@@ -32,53 +32,17 @@
     <packaging>car</packaging>
     <name>Geronimo :: Tuscany Plugin for Geronimo Jetty</name>
     <dependencies>
-
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
             <artifactId>geronimo-tuscany</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${version}</version>
             <type>jar</type>
             <scope>provided</scope>
         </dependency>
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-deployer</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>server-security-config</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>transaction</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>webservices-common</artifactId>
+            <artifactId>clustering</artifactId>
             <type>car</type>
             <scope>provided</scope>
         </dependency>
@@ -89,12 +53,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>clustering</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
             <type>jar</type>
@@ -109,12 +67,6 @@
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty-sslengine</artifactId>
-            <type>jar</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
             <type>jar</type>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/plugins/tuscany/trunk/tuscany-jetty/src/main/resources/META-INF/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-jetty/src/main/resources/META-INF/geronimo-plugin.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-jetty/src/main/resources/META-INF/geronimo-plugin.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-jetty/src/main/resources/META-INF/geronimo-plugin.xml Tue Sep  4 00:34:11 2007
@@ -37,7 +37,7 @@
         </description>
     </prerequisite>
 
-    <dependency>org.apache.geronimo.plugins/geronimo-tuscany-http-jetty/1.0-SNAPSHOT/jar</dependency>
+    <dependency>org.apache.geronimo.plugins/geronimo-tuscany-http-jetty/${version}/jar</dependency>
 
     <dependency>annogen/annogen/0.1.0/jar</dependency>
     <dependency>backport-util-concurrent/backport-util-concurrent/2.2/jar</dependency>

Modified: geronimo/plugins/tuscany/trunk/tuscany-jetty/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-jetty/src/plan/plan.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-jetty/src/plan/plan.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-jetty/src/plan/plan.xml Tue Sep  4 00:34:11 2007
@@ -23,14 +23,14 @@
         <moduleId>
             <groupId>org.apache.geronimo.plugins</groupId>
             <artifactId>tuscany-jetty</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${version}</version>
             <type>car</type>
         </moduleId>
         <dependencies>
             <dependency>
                 <groupId>org.apache.geronimo.plugins</groupId>
                 <artifactId>geronimo-tuscany-http-jetty</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>${version}</version>
                 <type>jar</type>
                 <import>classes</import>
             </dependency>

Modified: geronimo/plugins/tuscany/trunk/tuscany-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-tomcat/pom.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-tomcat/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-tomcat/pom.xml Tue Sep  4 00:34:11 2007
@@ -35,49 +35,14 @@
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
             <artifactId>geronimo-tuscany</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${version}</version>
             <type>jar</type>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-deployer</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>server-security-config</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>transaction</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jasper</artifactId>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>webservices-common</artifactId>
             <type>car</type>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/main/resources/META-INF/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/main/resources/META-INF/geronimo-plugin.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/main/resources/META-INF/geronimo-plugin.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/main/resources/META-INF/geronimo-plugin.xml Tue Sep  4 00:34:11 2007
@@ -37,7 +37,7 @@
         </description>
     </prerequisite>
 
-    <dependency>org.apache.geronimo.plugins/geronimo-tuscany-http-tomcat/1.0-SNAPSHOT/jar</dependency>
+    <dependency>org.apache.geronimo.plugins/geronimo-tuscany-http-tomcat/${version}/jar</dependency>
 
     <dependency>annogen/annogen/0.1.0/jar</dependency>
     <dependency>backport-util-concurrent/backport-util-concurrent/2.2/jar</dependency>

Modified: geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/plan/plan.xml?rev=572561&r1=572560&r2=572561&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/plan/plan.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-tomcat/src/plan/plan.xml Tue Sep  4 00:34:11 2007
@@ -23,14 +23,14 @@
         <moduleId>
             <groupId>org.apache.geronimo.plugins</groupId>
             <artifactId>tuscany-tomcat</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${version}</version>
             <type>car</type>
         </moduleId>
         <dependencies>
             <dependency>
                 <groupId>org.apache.geronimo.plugins</groupId>
                 <artifactId>geronimo-tuscany-http-tomcat</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>${version}</version>
                 <type>jar</type>
                 <import>classes</import>
             </dependency>