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 2010/11/12 14:19:18 UTC

svn commit: r1034392 - /axis/axis2/java/transports/trunk/modules/http/pom.xml

Author: veithen
Date: Fri Nov 12 13:19:18 2010
New Revision: 1034392

URL: http://svn.apache.org/viewvc?rev=1034392&view=rev
Log:
The http module only contains unit tests; no need to build it as a bundle.

Modified:
    axis/axis2/java/transports/trunk/modules/http/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1034392&r1=1034391&r2=1034392&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/http/pom.xml Fri Nov 12 13:19:18 2010
@@ -31,7 +31,7 @@
     <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>
+    <packaging>jar</packaging>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/http</connection>
@@ -56,24 +56,6 @@
                   </systemProperties>
               </configuration>
           </plugin>
-
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-Name>${pom.artifactId}</Bundle-Name>
-                        <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
-                        <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Export-Package>
-                            org.apache.axis2.transport.http.*;-split-package:=merge-last,
-                        </Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
         </plugins>
         <resources>
             <resource>