From 0295e8d44ddfc1f584ae70e1e8d5fd54bbd82a20 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Thu, 2 Feb 2012 11:14:30 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3606 - schema for karaf features xml git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1239540 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-karaf/pom.xml | 5 -- .../src/main/resources/features-2.1.xml | 67 ------------------- .../src/main/resources/features.xml | 4 +- 3 files changed, 2 insertions(+), 74 deletions(-) delete mode 100644 activemq-karaf/src/main/resources/features-2.1.xml diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 099406d0de..e35f5b4619 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -195,11 +195,6 @@ xml features - - target/classes/features-2.1.xml - xml - features-2.1 - diff --git a/activemq-karaf/src/main/resources/features-2.1.xml b/activemq-karaf/src/main/resources/features-2.1.xml deleted file mode 100644 index c2a04f53ee..0000000000 --- a/activemq-karaf/src/main/resources/features-2.1.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1 - mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 - mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 - mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1 - mvn:commons-pool/commons-pool/${commons-pool-version} - mvn:commons-collections/commons-collections/${commons-collections-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-lang/2.4_3 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/1.3_3 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/2.0.8_3 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.6.2_3 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.6_1 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/${xpp3-bundle-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.joda-time/${jodatime-bundle-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/${jdom-bundle-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/${dom4j-bundle-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/${xstream-bundle-version} - mvn:org.apache.activemq/activemq-core/${activemq-version} - mvn:org.apache.activemq/kahadb/${activemq-version} - mvn:org.apache.activemq/activemq-console/${activemq-version} - mvn:org.apache.activemq/activemq-ra/${activemq-version} - mvn:org.apache.activemq/activemq-pool/${activemq-version} - mvn:org.apache.activemq/activemq-karaf/5.4.2 - mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/${aries-version} - - - - spring-dm - activemq - mvn:org.apache.activemq/activemq-spring/${activemq-version} - mvn:org.apache.xbean/xbean-spring/${xbean-version} - - - - activemq - mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/1.5.0 - mvn:org.apache.commons/commons-jexl/2.0.1 - mvn:org.apache.xbean/xbean-blueprint/${xbean-version} - mvn:org.apache.activemq/activemq-blueprint/${activemq-version} - - - - - war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console - - diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index 1ef23382c7..b7be001601 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -17,7 +17,7 @@ --> - + mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 @@ -62,7 +62,7 @@ activemq-blueprint - jetty + jetty mvn:org.apache.activemq/activemq-optional/${activemq-version}