Author: gtully
Date: Fri Jan 16 03:47:02 2009
New Revision: 734981
URL: http://svn.apache.org/viewvc?rev=734981&view=rev
Log:
applied patch from https://issues.apache.org/activemq/browse/AMQ-2068 with
thanks
Modified:
activemq/trunk/activemq-core/pom.xml
activemq/trunk/kahadb/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=734981&r1=734980&r2=734981&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Jan 16 03:47:02 2009
@@ -38,6 +38,7 @@
org.apache.commons.pool*;resolution:=optional,
org.apache.derby*;resolution:=optional,
org.apache.tools.ant*;resolution:=optional,
+ org.apache.maven*;resolution:=optional,
org.apache.xbean*;resolution:=optional,
'=org.apache.xbean.spring.context.v2;resolution:=optional',
org.apache.xpath*;resolution:=optional,
Modified: activemq/trunk/kahadb/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/kahadb/pom.xml?rev=734981&r1=734980&r2=734981&view=diff
==============================================================================
--- activemq/trunk/kahadb/pom.xml (original)
+++ activemq/trunk/kahadb/pom.xml Fri Jan 16 03:47:02 2009
@@ -27,9 +27,19 @@
<groupId>org.apache.activemq</groupId>
<artifactId>kahadb</artifactId>
+ <packaging>bundle</packaging>
<name>ActiveMQ :: KahaDB</name>
<description>An Embedded Lightweight Non-Relational Database</description>
+ <properties>
+ <activemq.osgi.import.pkg>
+ *
+ </activemq.osgi.import.pkg>
+ <activemq.osgi.export>
+ org.apache.kahadb*;version=${project.version}
+ </activemq.osgi.export>
+ </properties>
+
<dependencies>
<dependency>
<groupId>commons-logging</groupId>