You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/09/25 16:56:57 UTC

svn commit: r1389897 - /activemq/trunk/activemq-karaf/src/main/resources/features.xml

Author: chirino
Date: Tue Sep 25 14:56:57 2012
New Revision: 1389897

URL: http://svn.apache.org/viewvc?rev=1389897&view=rev
Log:
Replace the fusemq-leveldb /w activemq-leveldb module in the features.xml

Modified:
    activemq/trunk/activemq-karaf/src/main/resources/features.xml

Modified: activemq/trunk/activemq-karaf/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/resources/features.xml?rev=1389897&r1=1389896&r2=1389897&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Tue Sep 25 14:56:57 2012
@@ -92,7 +92,7 @@
     <feature name="activemq-extra" version="${activemq-version}" resolver="(obr)">
         <bundle>mvn:org.fusesource.mqtt-client/mqtt-client/${mqtt-client-version}</bundle>
         <bundle>mvn:org.fusesource.hawtbuf/hawtbuf/${hawtbuf-version}</bundle>
-        <bundle>mvn:org.fusesource.fuse-extra/fusemq-leveldb/${fusemq-leveldb-version}/jar/bundle</bundle>
+        <bundle>mvn:org.apache.activemq/activemq-leveldb/${activemq-version}/jar/bundle</bundle>
         <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch/${hawtdispatch-version}</bundle>
         <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch-transport/${hawtdispatch-version}</bundle>
     </feature>