You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/10/14 19:09:09 UTC

svn commit: r1398102 - in /axis/axis1/java/trunk: axis-jms/ axis-rt-transport-http-javanet/ axis-rt-transport-http-javanet/pom.xml axis-rt-transport-jms/ axis-rt-transport-jms/pom.xml axis-rt-transports-http-javanet/ interop/pom.xml pom.xml

Author: veithen
Date: Sun Oct 14 17:09:08 2012
New Revision: 1398102

URL: http://svn.apache.org/viewvc?rev=1398102&view=rev
Log:
Renamed some Maven modules to increase consistency.

Added:
    axis/axis1/java/trunk/axis-rt-transport-http-javanet/
      - copied from r1398100, axis/axis1/java/trunk/axis-rt-transports-http-javanet/
    axis/axis1/java/trunk/axis-rt-transport-jms/
      - copied from r1398100, axis/axis1/java/trunk/axis-jms/
Removed:
    axis/axis1/java/trunk/axis-jms/
    axis/axis1/java/trunk/axis-rt-transports-http-javanet/
Modified:
    axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml
    axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml
    axis/axis1/java/trunk/interop/pom.xml
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml?rev=1398102&r1=1398100&r2=1398102&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml Sun Oct 14 17:09:08 2012
@@ -25,7 +25,7 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>axis-rt-transports-http-javanet</artifactId>
+    <artifactId>axis-rt-transport-http-javanet</artifactId>
     <name>Axis :: java.net HTTP Transport</name>
     <description>
     	An alternative HTTP transport that uses the java.net.HttpURLConnection API. This transport only works with Java 1.5.

Modified: axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml?rev=1398102&r1=1398100&r2=1398102&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml Sun Oct 14 17:09:08 2012
@@ -25,7 +25,7 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>axis-jms</artifactId>
+    <artifactId>axis-rt-transport-jms</artifactId>
     <name>Axis :: JMS transport</name>
     <description>
         Contains the Axis JMS transport.

Modified: axis/axis1/java/trunk/interop/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop/pom.xml?rev=1398102&r1=1398101&r2=1398102&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop/pom.xml (original)
+++ axis/axis1/java/trunk/interop/pom.xml Sun Oct 14 17:09:08 2012
@@ -49,7 +49,7 @@
         <!-- TODO: we should run the tests with the standard HTTP transport, but this doesn't work yet -->
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis-rt-transports-http-javanet</artifactId>
+            <artifactId>axis-rt-transport-http-javanet</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>

Modified: axis/axis1/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1398102&r1=1398101&r2=1398102&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Oct 14 17:09:08 2012
@@ -61,11 +61,11 @@
         <module>axis-ant</module>
         <module>axis-codegen</module>
         <module>axis-jaxrpc</module>
-        <module>axis-jms</module>
         <module>axis-rt-core</module>
         <module>axis-rt-databinding-castor</module>
         <module>axis-rt-provider-bsf</module>
-        <module>axis-rt-transports-http-javanet</module>
+        <module>axis-rt-transport-http-javanet</module>
+        <module>axis-rt-transport-jms</module>
         <module>axis-saaj</module>
         <module>axis-standalone-server</module>
         <module>axis-testutils</module>