You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ga...@apache.org on 2009/04/03 18:47:16 UTC

svn commit: r761725 - in /webservices/commons/trunk/modules/transport: modules/http/pom.xml modules/http/src/ modules/local/ pom.xml

Author: gawor
Date: Fri Apr  3 16:47:15 2009
New Revision: 761725

URL: http://svn.apache.org/viewvc?rev=761725&view=rev
Log:
remove local module as it was moved to axis2 and remove http module source as it was moved to axis2. changed http module artifact name to prevent conflicts with axis2 http transport module

Removed:
    webservices/commons/trunk/modules/transport/modules/http/src/
    webservices/commons/trunk/modules/transport/modules/local/
Modified:
    webservices/commons/trunk/modules/transport/modules/http/pom.xml
    webservices/commons/trunk/modules/transport/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/http/pom.xml?rev=761725&r1=761724&r2=761725&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/http/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/http/pom.xml Fri Apr  3 16:47:15 2009
@@ -28,8 +28,8 @@
         <version>1.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <artifactId>axis2-transport-http</artifactId>
-    <name>Apache Axis2 - Transport - HTTP</name>
+    <artifactId>axis2-transport-http-tests</artifactId>
+    <name>Apache Axis2 - Transport - HTTP Tests</name>
     <description>This inclues all the available transports in Axis2</description>
     <packaging>bundle</packaging>
 
@@ -89,24 +89,10 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${pom.version}</version>
+            <scope>test</scope>
         </dependency>
 
         <dependency>

Modified: webservices/commons/trunk/modules/transport/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=761725&r1=761724&r2=761725&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/pom.xml Fri Apr  3 16:47:15 2009
@@ -40,7 +40,6 @@
         <module>modules/http</module>
         <module>modules/tcp</module>
         <module>modules/udp</module>
-        <module>modules/local</module>
         <module>modules/xmpp</module>
         <module>modules/mail</module>
         <module>modules/jms</module>
@@ -66,13 +65,11 @@
                                     <tasks>
                                         <mkdir dir="target/lib"/>
                                         <jar destfile="target/lib/axis2-transports-${pom.version}.jar">
-                                            <fileset dir="modules/http/target/classes"/>
                                             <fileset dir="modules/jms/target/classes"/>
-                                            <fileset dir="modules/local/target/classes"/>
                                             <fileset dir="modules/tcp/target/classes"/>
                                             <fileset dir="modules/xmpp/target/classes"/>
                                             <fileset dir="modules/base/target/classes"/>
-							  <fileset dir="modules/mail/target/classes"/>
+                                            <fileset dir="modules/mail/target/classes"/>
                                         </jar>
                                     </tasks>
                                 </configuration>
@@ -103,13 +100,11 @@
                                     <tasks>
                                         <mkdir dir="target/lib"/>
                                         <jar destfile="target/lib/axis2-transports-${pom.version}.jar">
-                                           <fileset dir="modules/http/target/classes"/>
                                             <fileset dir="modules/jms/target/classes"/>
-                                            <fileset dir="modules/local/target/classes"/>
                                             <fileset dir="modules/tcp/target/classes"/>
                                             <fileset dir="modules/xmpp/target/classes"/>
- 							  <fileset dir="modules/base/target/classes"/>
-							  <fileset dir="modules/mail/target/classes"/>
+                                            <fileset dir="modules/base/target/classes"/>
+                                            <fileset dir="modules/mail/target/classes"/>
                                         </jar>
                                     </tasks>
                                 </configuration>
@@ -149,7 +144,6 @@
                                                           datafile="target/cobertura.ser"
                                                           destdir="${project.build.directory}/cobertura">
                                             <fileset dir="modules/base/src/main/java"/>
-                                            <fileset dir="modules/http/src"/>
                                             <fileset dir="modules/jms/src/main/java"/>
                                             <fileset dir="modules/mail/src/main/java"/>
                                         </cobertura-report>