From 4276091e21ff4c4773aa614c45bd145b99a9d08f Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Fri, 15 Mar 2013 15:42:36 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-4377 - bring back activemq-blueprint module git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1456991 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-blueprint/pom.xml | 74 +++++++++++++++++++ .../OSGI-INF/blueprint/activemq-blueprint.xml | 35 +++++++++ .../src/main/resources/features.xml | 8 ++ pom.xml | 1 + 4 files changed, 118 insertions(+) create mode 100644 activemq-blueprint/pom.xml create mode 100644 activemq-blueprint/src/main/resources/OSGI-INF/blueprint/activemq-blueprint.xml diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml new file mode 100644 index 0000000000..e949edc29f --- /dev/null +++ b/activemq-blueprint/pom.xml @@ -0,0 +1,74 @@ + + + + + 4.0.0 + + + org.apache.activemq + activemq-parent + 5.9-SNAPSHOT + + + activemq-blueprint + bundle + ActiveMQ :: Blueprint + The ActiveMQ Message Broker and Client implementations + + + + org.apache.xbean*;version="[3.7,4)", + org.apache.aries.blueprint.*;version="[0.3,2)", + * + + + + + + org.apache.aries.blueprint + org.apache.aries.blueprint + ${aries-version} + + + org.apache.xbean + xbean-blueprint + ${xbean-version} + + + + + + + org.apache.felix + maven-bundle-plugin + + + org.apache.activemq.activemq-osgi + + + + + maven-resources-plugin + + + maven-install-plugin + + + + + diff --git a/activemq-blueprint/src/main/resources/OSGI-INF/blueprint/activemq-blueprint.xml b/activemq-blueprint/src/main/resources/OSGI-INF/blueprint/activemq-blueprint.xml new file mode 100644 index 0000000000..d85c088bbe --- /dev/null +++ b/activemq-blueprint/src/main/resources/OSGI-INF/blueprint/activemq-blueprint.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index cbb7da75e9..8f2cd6a83a 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -81,5 +81,13 @@ mvn:org.apache.activemq/activemq-web-console/${project.version}/war + + activemq + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix.specs.version} + mvn:org.apache.commons/commons-jexl/2.0.1 + mvn:org.apache.xbean/xbean-blueprint/${xbean-version} + mvn:org.apache.activemq/activemq-blueprint/${project.version} + + diff --git a/pom.xml b/pom.xml index 390ee7c54f..0328028520 100755 --- a/pom.xml +++ b/pom.xml @@ -235,6 +235,7 @@ activemq-run activemq-spring activemq-osgi + activemq-blueprint activemq-tooling activemq-web activemq-web-demo