diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2013-07-17 21:43:45 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2013-07-17 21:43:45 +0000 |
| commit | 2aa49bdd72bf7c2db1b955b236450de2953d0781 (patch) | |
| tree | 9a1db8237c49d1028c6cb8c556a65b437f217693 /qpid/java | |
| parent | e8fb868c3ef7d20131dee243aa464c048fd8f10e (diff) | |
| download | qpid-python-2aa49bdd72bf7c2db1b955b236450de2953d0781.tar.gz | |
QPID-4983 : [Java Broker] Move store implementations to broker plugins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504289 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/ivy.nexus.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qpid/java/ivy.nexus.xml b/qpid/java/ivy.nexus.xml index 06dba210b0..9b38285b3f 100644 --- a/qpid/java/ivy.nexus.xml +++ b/qpid/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"/> |
