diff options
| author | Andrew Donald Kennedy <grkvlt@apache.org> | 2011-11-01 06:37:26 +0000 |
|---|---|---|
| committer | Andrew Donald Kennedy <grkvlt@apache.org> | 2011-11-01 06:37:26 +0000 |
| commit | 4879c6c3242c60bdb7784801c658eb109daad399 (patch) | |
| tree | 0f11c554eb83189585d0627522174621c80f3ea4 /java | |
| parent | e51af3f317225439765141d1701c729deafdef16 (diff) | |
| download | qpid-python-4879c6c3242c60bdb7784801c658eb109daad399.tar.gz | |
QPID-3558: Update Ivy config with new artifacts
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1195843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/ivy.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/ivy.xml b/java/ivy.xml index 1399db5248..bac2f3d6ee 100644 --- a/java/ivy.xml +++ b/java/ivy.xml @@ -33,6 +33,24 @@ <artifact name="qpid-common" type="jar.asc" ext="jar.asc"/> <artifact name="qpid-common" type="source" ext="jar" e:classifier="sources"/> <artifact name="qpid-common" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-broker" type="pom" ext="pom"/> + <artifact name="qpid-broker" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-broker" type="jar" ext="jar"/> + <artifact name="qpid-broker" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-broker" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-broker" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-management-common" type="pom" ext="pom"/> + <artifact name="qpid-management-common" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-management-common" type="jar" ext="jar"/> + <artifact name="qpid-management-common" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-management-common" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-management-common" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-bdbstore" type="pom" ext="pom"/> + <artifact name="qpid-bdbstore" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-bdbstore" type="jar" ext="jar"/> + <artifact name="qpid-bdbstore" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-bdbstore" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-bdbstore" type="source.asc" ext="jar.asc" e:classifier="sources"/> </publications> <dependencies/> |
