Author: dejanb
Date: Mon Aug 2 11:44:51 2010
New Revision: 981464
URL: http://svn.apache.org/viewvc?rev=981464&view=rev
Log:
features polishing
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=981464&r1=981463&r2=981464&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Mon Aug 2
11:44:51 2010
@@ -1,6 +1,5 @@
<features name="activemq-${activemq-version}">
- <!-- TODO: uncomment when we upgrade to karaf 2.0 -->
- <!--
<repository>mvn:org.apache.felix.karaf/apache-felix-karaf/${karaf-version}/xml/features</repository>
-->
+
<repository>mvn:org.apache.karaf/apache-karaf/${karaf-version}/xml/features</repository>
<feature name="activemq" version="${activemq-version}">
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
@@ -37,7 +36,6 @@
<!-- do "features:install war" before installing this one -->
<feature name="activemq-web-console" version="${activemq-version}">
- <feature version="${activemq-version}">activemq-spring</feature>
<bundle>war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console</bundle>
</feature>
</features>
\ No newline at end of file