diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2013-07-16 10:49:37 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2013-07-16 10:49:37 +0000 |
| commit | dd3daa5c3b8ce28d383643c94de41ecb9dd9ab7e (patch) | |
| tree | 93ffb4f7cc6ee18ed414f65cf105cd62a3dff9e4 /java/ivy.nexus.xml | |
| parent | 7a83a814cea52a165820bcaf7c38b239d076f516 (diff) | |
| download | qpid-python-dd3daa5c3b8ce28d383643c94de41ecb9dd9ab7e.tar.gz | |
QPID-4659 : [Java Broker] move amqp 0-8 implementation into a plugin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1503651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/ivy.nexus.xml')
| -rw-r--r-- | java/ivy.nexus.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/ivy.nexus.xml b/java/ivy.nexus.xml index cb7729ed20..06dba210b0 100644 --- a/java/ivy.nexus.xml +++ b/java/ivy.nexus.xml @@ -63,6 +63,12 @@ <artifact name="qpid-broker-plugins-amqp-0-10-protocol" type="jar.asc" ext="jar.asc"/> <artifact name="qpid-broker-plugins-amqp-0-10-protocol" type="source" ext="jar" e:classifier="sources"/> <artifact name="qpid-broker-plugins-amqp-0-10-protocol" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="pom" ext="pom"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="jar" ext="jar"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-broker-plugins-amqp-0-8-protocol" type="source.asc" ext="jar.asc" e:classifier="sources"/> <artifact name="qpid-broker-plugins-amqp-1-0-protocol" type="pom" ext="pom"/> <artifact name="qpid-broker-plugins-amqp-1-0-protocol" type="pom.asc" ext="pom.asc"/> <artifact name="qpid-broker-plugins-amqp-1-0-protocol" type="jar" ext="jar"/> |
