https://issues.apache.org/activemq/browse/AMQ-2570 - finishing up karaf feature for web console

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@902135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-01-22 15:59:42 +00:00
parent 96f2622053
commit 44a5a05ca4
1 changed files with 4 additions and 5 deletions

View File

@ -27,7 +27,7 @@
</feature>
<feature name="activemq" version="${activemq-version}">
<feature version="1.2.0">http</feature>
<feature version="1.1.1">servlet-2.5</feature>
<feature version="${spring-version}">spring</feature>
<feature version="1.2.0">spring-dm</feature>
<feature version="4.0.0">connector</feature>
@ -46,10 +46,9 @@
<bundle>mvn:org.apache.servicemix.activemq/org.apache.servicemix.activemq.commands/4.1.0-SNAPSHOT</bundle>
</feature>
<!-- do "features:install pax-web" before installing this one -->
<feature name="activemq-web-console" version="${activemq-version}">
<feature version="${activemq-version}">activemq</feature>
<feature version='0.7.2'>pax-web-extenders</feature>
<feature version='1.1.1'>pax-url-war</feature>
<bundle>mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war</bundle>
<!-- <feature version="0.7.2">pax-web</feature> - it doesn't see 'war' protocol since they are installed as the same feature -->
<bundle>war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console</bundle>
</feature>
</features>