mirror of https://github.com/apache/activemq.git
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:
parent
b11cee9bb6
commit
ec35afa9ea
|
@ -26,9 +26,19 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>activemq-ra</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ :: RA</name>
|
||||
<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>
|
||||
|
||||
<!-- activemq -->
|
||||
|
|
Loading…
Reference in New Issue