Make activemq-ra an OSGi bundle

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@679448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guillaume Nodet 2008-07-24 16:20:15 +00:00
parent b11cee9bb6
commit ec35afa9ea
1 changed files with 10 additions and 0 deletions

View File

@ -26,9 +26,19 @@
</parent> </parent>
<artifactId>activemq-ra</artifactId> <artifactId>activemq-ra</artifactId>
<packaging>bundle</packaging>
<name>ActiveMQ :: RA</name> <name>ActiveMQ :: RA</name>
<description>A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers</description> <description>A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers</description>
<properties>
<activemq.osgi.import.pkg>
*
</activemq.osgi.import.pkg>
<activemq.osgi.export>
org.apache.activemq.ra*;version=${project.version},
</activemq.osgi.export>
</properties>
<dependencies> <dependencies>
<!-- activemq --> <!-- activemq -->