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 2013/01/29 17:31:56 UTC

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

Author: dejanb
Date: Tue Jan 29 16:31:56 2013
New Revision: 1439986

URL: http://svn.apache.org/viewvc?rev=1439986&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-4034 - removing activemq-extra feature

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=1439986&r1=1439985&r2=1439986&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Tue Jan 29 16:31:56 2013
@@ -82,11 +82,5 @@
       <bundle>mvn:org.apache.activemq/activemq-web-console/${project.version}/war</bundle>
     </feature>
 
-    <feature name="activemq-extra" version="${project.version}" resolver="(obr)" start-level="50">
-        <bundle>mvn:org.fusesource.mqtt-client/mqtt-client/${mqtt-client-version}</bundle>
-        <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch/${hawtdispatch-version}</bundle>
-        <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch-scala/${hawtdispatch-version}</bundle>
-        <bundle>mvn:org.fusesource.hawtdispatch/hawtdispatch-transport/${hawtdispatch-version}</bundle>
-    </feature>
 </features>