summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-09 23:20:16 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-09 23:20:16 +0000
commit13088c4aa3cc609fdeb22aa574c27cbdfc78c535 (patch)
tree2e374b2132ae83f84cfb00b421f9f010100cf9f9
parent02211eec53965b7325db89396859e4c381dd49f2 (diff)
downloadqpid-python-dep_removal.tar.gz
NO-JIRA: ensure the ivy lib dir isnt relative to the current build locationdep_removal
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1336447 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index 3626f4cfea..fbb17d7412 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -98,7 +98,7 @@
<property name="nexus.upload.url" value="https://${nexus.host}/service/local/staging/deploy/maven2"/>
<!-- properties for downloading ivy, and then our dependencies -->
- <property name="ivy.jar.dir" value="lib/ivy" />
+ <property name="ivy.jar.dir" value="${project.root}/lib/ivy" />
<property name="ivy.install.version" value="2.2.0" />
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy-${ivy.install.version}.jar" />
<property name="ivy.repo.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy"/>