You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/10/02 16:50:20 UTC

svn commit: r701139 - in /webservices/axis2/trunk/java/modules: clustering/pom.xml integration/pom.xml java2wsdl/pom.xml jaxws-integration/pom.xml jibx/pom.xml json/pom.xml osgi/pom.xml saaj/pom.xml

Author: dims
Date: Thu Oct  2 07:50:19 2008
New Revision: 701139

URL: http://svn.apache.org/viewvc?rev=701139&view=rev
Log:
pull only the child modules from transport

Modified:
    webservices/axis2/trunk/java/modules/clustering/pom.xml
    webservices/axis2/trunk/java/modules/integration/pom.xml
    webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
    webservices/axis2/trunk/java/modules/jibx/pom.xml
    webservices/axis2/trunk/java/modules/json/pom.xml
    webservices/axis2/trunk/java/modules/osgi/pom.xml
    webservices/axis2/trunk/java/modules/saaj/pom.xml

Modified: webservices/axis2/trunk/java/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/clustering/pom.xml Thu Oct  2 07:50:19 2008
@@ -40,7 +40,17 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Thu Oct  2 07:50:19 2008
@@ -45,7 +45,17 @@
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/java2wsdl/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/java2wsdl/pom.xml Thu Oct  2 07:50:19 2008
@@ -39,7 +39,17 @@
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Thu Oct  2 07:50:19 2008
@@ -62,11 +62,22 @@
             <artifactId>axis2-metadata</artifactId>
             <version>${version}</version>
         </dependency>
-        <dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-tcp</artifactId>
             <version>${version}</version>
         </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/trunk/java/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jibx/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jibx/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jibx/pom.xml Thu Oct  2 07:50:19 2008
@@ -37,11 +37,22 @@
             <artifactId>axis2-kernel</artifactId>
             <version>${version}</version>
         </dependency>
-<dependency>
+         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
             <version>${version}</version>
         </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${version}</version>
+        </dependency>
+
 
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/trunk/java/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/json/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/json/pom.xml Thu Oct  2 07:50:19 2008
@@ -41,11 +41,22 @@
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
         </dependency>
-<dependency>
+         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
             <version>${version}</version>
         </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${version}</version>
+        </dependency>
+
 
     </dependencies>
 

Modified: webservices/axis2/trunk/java/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/osgi/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/osgi/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/osgi/pom.xml Thu Oct  2 07:50:19 2008
@@ -162,11 +162,22 @@
             <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-tcp</artifactId>
             <version>${version}</version>
         </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${version}</version>
+        </dependency>
+
 
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: webservices/axis2/trunk/java/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/pom.xml?rev=701139&r1=701138&r2=701139&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/pom.xml Thu Oct  2 07:50:19 2008
@@ -42,12 +42,21 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-saaj_1.3_spec</artifactId>
         </dependency>
-<dependency>
+         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
             <version>${version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>