summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-14 21:11:13 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-14 21:11:13 +0000
commitedd5a72f358b4b4814516d865203908ed1af778a (patch)
tree4266741d9dae02dc182c19ef1bfb0ff5fc994c3b /java/module.xml
parenta590781327b042d5e54d2b08c13fe6837b6631da (diff)
downloadqpid-python-edd5a72f358b4b4814516d865203908ed1af778a.tar.gz
QPID-3994: add properties for libraries used only in the build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1338426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/module.xml b/java/module.xml
index 68a2fac9c3..1261a1bdea 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -22,7 +22,9 @@
<import file="common.xml"/>
- <path id="maven-ant-tasks.classpath" path="${project.root}/lib/required/maven-ant-tasks-2.1.1.jar" />
+ <property file="${project.root}/build.deps"/>
+
+ <path id="maven-ant-tasks.classpath" path="${project.root}/${maven-ant-tasks}" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="antlib:org.apache.maven.artifact.ant"
classpathref="maven-ant-tasks.classpath" />
@@ -39,8 +41,6 @@
<echo message="Running ant for module : ${module}" level="info"/>
- <property file="${project.root}/build.deps"/>
-
<property name="module.build" location="${build.scratch}/${module}"/>
<property name="module.classes" location="${module.build}/classes"/>
<property name="module.instrumented" location="${module.build}/classes-instrumented"/>