summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2013-07-17 21:43:45 +0000
committerRobert Godfrey <rgodfrey@apache.org>2013-07-17 21:43:45 +0000
commita75151e2eee38d6676682676b913791b4c55fc30 (patch)
treee20810fd7092f5c9e7f983aeb976b4419d8a7c0f
parent715541e46f90f2eefc1f3f25d67bd341c67c4ce9 (diff)
downloadqpid-python-a75151e2eee38d6676682676b913791b4c55fc30.tar.gz
QPID-4983 : [Java Broker] Move store implementations to broker plugins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1504289 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/ivy.nexus.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/ivy.nexus.xml b/java/ivy.nexus.xml
index 06dba210b0..9b38285b3f 100644
--- a/java/ivy.nexus.xml
+++ b/java/ivy.nexus.xml
@@ -93,6 +93,24 @@
<artifact name="qpid-broker-plugins-amqp-msg-conv-0-8-to-1-0" type="jar.asc" ext="jar.asc"/>
<artifact name="qpid-broker-plugins-amqp-msg-conv-0-8-to-1-0" type="source" ext="jar" e:classifier="sources"/>
<artifact name="qpid-broker-plugins-amqp-msg-conv-0-8-to-1-0" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="pom" ext="pom"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="jar" ext="jar"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-derby-store" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="pom" ext="pom"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="jar" ext="jar"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-jdbc-store" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="pom" ext="pom"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="jar" ext="jar"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-broker-plugins-memory-store" type="source.asc" ext="jar.asc" e:classifier="sources"/>
<artifact name="qpid-amqp-1-0-common" type="pom" ext="pom"/>
<artifact name="qpid-amqp-1-0-common" type="pom.asc" ext="pom.asc"/>
<artifact name="qpid-amqp-1-0-common" type="jar" ext="jar"/>