From 8675387b5f28779cdc65eb80453d6c3f7eeca799 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 10 Jan 2009 16:10:14 +0000 Subject: [PATCH] Introduce ActiveMQ support git-svn-id: https://svn.argeo.org/slc/trunk@2066 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.support.activemq/.classpath | 7 +++ .../org.argeo.slc.support.activemq/.project | 23 ++++++++ .../org.argeo.slc.support.activemq/pom.xml | 56 +++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 runtime/org.argeo.slc.support.activemq/.classpath create mode 100644 runtime/org.argeo.slc.support.activemq/.project create mode 100644 runtime/org.argeo.slc.support.activemq/pom.xml diff --git a/runtime/org.argeo.slc.support.activemq/.classpath b/runtime/org.argeo.slc.support.activemq/.classpath new file mode 100644 index 000000000..16f01e2ee --- /dev/null +++ b/runtime/org.argeo.slc.support.activemq/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/runtime/org.argeo.slc.support.activemq/.project b/runtime/org.argeo.slc.support.activemq/.project new file mode 100644 index 000000000..42053e34a --- /dev/null +++ b/runtime/org.argeo.slc.support.activemq/.project @@ -0,0 +1,23 @@ + + + org.argeo.slc.support.activemq + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.maven.ide.eclipse.maven2Nature + org.eclipse.jdt.core.javanature + + diff --git a/runtime/org.argeo.slc.support.activemq/pom.xml b/runtime/org.argeo.slc.support.activemq/pom.xml new file mode 100644 index 000000000..25253467d --- /dev/null +++ b/runtime/org.argeo.slc.support.activemq/pom.xml @@ -0,0 +1,56 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 0.11.3-SNAPSHOT + ../../org.argeo.slc + + org.argeo.slc.runtime + org.argeo.slc.support.activemq + Argeo SLC Support ActiveMQ + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + + org.argeo.slc.* + + + + + + + + + + javax.jms + com.springsource.javax.jms + + + org.apache.activemq + com.springsource.org.apache.activemq + + + \ No newline at end of file -- 2.39.2