You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2012/07/16 15:51:12 UTC

svn commit: r1362037 - in /activemq/trunk: activemq-karaf/src/main/resources/features.xml pom.xml

Author: dejanb
Date: Mon Jul 16 13:51:12 2012
New Revision: 1362037

URL: http://svn.apache.org/viewvc?rev=1362037&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3812 - creating fuse-extra karaf feature for deployin mqtt transport and leveldb

Modified:
    activemq/trunk/activemq-karaf/src/main/resources/features.xml
    activemq/trunk/pom.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=1362037&r1=1362036&r2=1362037&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Mon Jul 16 13:51:12 2012
@@ -77,5 +77,13 @@
       <feature version="[2,3)">war</feature>
       <bundle>mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war</bundle>
     </feature>
+
+    <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.fusesource.hawtdispatch/hawtdispatch/${hawtdispatch-version}</bundle>
+        <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch-transport/${hawtdispatch-version}</bundle>
+    </feature>
 </features>
 

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1362037&r1=1362036&r2=1362037&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Jul 16 13:51:12 2012
@@ -64,7 +64,8 @@
     <fusemq-leveldb-version>1.2</fusemq-leveldb-version>
     <geronimo-version>1.0</geronimo-version>
     <howl-version>0.1.8</howl-version>
-    <hawtbuf-version>1.6</hawtbuf-version>
+    <hawtbuf-version>1.9</hawtbuf-version>
+    <hawtdispatch-version>1.11</hawtdispatch-version>
     <hsqldb-version>1.7.2.2</hsqldb-version>
     <jasypt-version>1.8</jasypt-version>
     <jdom-version>1.0</jdom-version>