Author: ruwan Date: Tue Oct 7 01:20:49 2008 New Revision: 702382 URL: http://svn.apache.org/viewvc?rev=702382&view=rev Log: Coverting the axis2-transport-jms to a bundle
Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/pom.xml?rev=702382&r1=702381&r2=702382&view=diff ============================================================================== --- webservices/commons/trunk/modules/transport/modules/jms/pom.xml (original) +++ webservices/commons/trunk/modules/transport/modules/jms/pom.xml Tue Oct 7 01:20:49 2008 @@ -34,7 +34,30 @@ <artifactId>axis2-transport-jms</artifactId> <name>Apache Axis2 - Transport - JMS</name> <description>Apache Axis2 - JMS Transport</description> - <packaging>jar</packaging> + <packaging>bundle</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>1.4.0</version> + <extensions>true</extensions> + <configuration> + <instructions> + <Bundle-Version>1.0</Bundle-Version> + <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.jms.*;-split-package:=merge-last, + </Export-Package> + </instructions> + </configuration> + </plugin> + </plugins> + </build> <dependencies> <dependency>