summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2008-03-24 18:31:04 +0000
committerNuno Santos <nsantos@apache.org>2008-03-24 18:31:04 +0000
commitd77dff21bed507d6ff708539eb4670466a1d4171 (patch)
tree3585c43d6cc9f90674cc960b4f02ded05218c6a0 /qpid/java/module.xml
parent65a26e7d25cf8155693981b0f2b245cc1dff8f0f (diff)
downloadqpid-python-d77dff21bed507d6ff708539eb4670466a1d4171.tar.gz
make build.xml files backward-compatible with ant 1.6.5, by replacing ant 1.7 specific tasks/extensions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@640503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index d281937789..670992bff1 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -235,7 +235,7 @@
<target name="libs" description="copy dependencies into build tree">
<copy todir="${build.lib}" failonerror="false" flatten="true">
- <path refid="module.libs"/>
+ <fileset dir="${basedir}${file.separator}.." includes="${module.libs}"/>
</copy>
</target>