Author: veithen
Date: Sun Aug 23 13:58:47 2015
New Revision: 1697181

URL: http://svn.apache.org/r1697181
Log:
Remove the OSGi metadata from axis2-transport-http. axis2-kernel is not an OSGi 
bundle, so axis2-transport-http can't be used as an OSGi bundle either. This 
should also fix AXIS2-5717.

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

Modified: axis/axis2/java/core/trunk/modules/transport/http/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/pom.xml?rev=1697181&r1=1697180&r2=1697181&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/pom.xml Sun Aug 23 
13:58:47 2015
@@ -30,7 +30,7 @@
     <artifactId>axis2-transport-http</artifactId>
     <name>Apache Axis2 - Transport - HTTP</name>
     <description>This inclues all the available transports in 
Axis2</description>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/http</connection>
@@ -61,22 +61,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-Name>${project.artifactId}</Bundle-Name>
-                        <Bundle-Vendor>Apache Software 
Foundation</Bundle-Vendor>
-                        
<Bundle-Description>${project.description}</Bundle-Description>
-                        
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Export-Package>
-                            
org.apache.axis2.transport.http.*;-split-package:=merge-last,
-                        </Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
         </plugins>
         <resources>
             <resource>


Reply via email to