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/02/01 15:53:32 UTC

svn commit: r1441470 - in /activemq/trunk/activemq-karaf/src/main: java/org/apache/activemq/karaf/commands/ resources/OSGI-INF/blueprint/ resources/org/apache/activemq/karaf/commands/

Author: dejanb
Date: Fri Feb  1 14:53:32 2013
New Revision: 1441470

URL: http://svn.apache.org/viewvc?rev=1441470&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-4034 - osgi, remove create-broker and destory-broker commands

Removed:
    activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java
    activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/DestroyBrokerCommand.java
    activemq/trunk/activemq-karaf/src/main/resources/org/apache/activemq/karaf/commands/CreateBrokerCommand.properties
    activemq/trunk/activemq-karaf/src/main/resources/org/apache/activemq/karaf/commands/DestroyBrokerCommand.properties
    activemq/trunk/activemq-karaf/src/main/resources/org/apache/activemq/karaf/commands/blueprint.xml
Modified:
    activemq/trunk/activemq-karaf/src/main/resources/OSGI-INF/blueprint/activemq-karaf.xml

Modified: activemq/trunk/activemq-karaf/src/main/resources/OSGI-INF/blueprint/activemq-karaf.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/resources/OSGI-INF/blueprint/activemq-karaf.xml?rev=1441470&r1=1441469&r2=1441470&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/OSGI-INF/blueprint/activemq-karaf.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/OSGI-INF/blueprint/activemq-karaf.xml Fri Feb  1 14:53:32 2013
@@ -19,18 +19,6 @@
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
            xmlns:shell="http://karaf.apache.org/xmlns/shell/v1.0.0">
-
-    <shell:command-bundle>
-
-        <shell:command name="activemq/create-broker">
-            <shell:action class="org.apache.activemq.karaf.commands.CreateBrokerCommand"/>
-        </shell:command>
-
-        <shell:command name="activemq/destroy-broker">
-            <shell:action class="org.apache.activemq.karaf.commands.DestroyBrokerCommand"/>
-        </shell:command>
-
-    </shell:command-bundle>
     
     <!-- ActiveMQ List Command -->
     <bean id="listcommand" class="org.apache.activemq.karaf.commands.ActiveMQCommand">