summaryrefslogtreecommitdiff
path: root/qpid/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
commitc18230d6b6734f8f0a1319dbe03d34f2633d6947 (patch)
treea60e6fb0337e4d0c9efa08825ef82629b7d7b454 /qpid/java/module.xml
parent25c42944a2c92cdd879ec2fb0de821d32979410c (diff)
downloadqpid-python-c18230d6b6734f8f0a1319dbe03d34f2633d6947.tar.gz
QPID-3994: add properties for libraries used only in the build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1338426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 68a2fac9c3..1261a1bdea 100644
--- a/qpid/java/module.xml
+++ b/qpid/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"/>