summaryrefslogtreecommitdiff
path: root/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
commitf7aafe13e5c2a8fe39fd89c7c4d53b0d9687f7ce (patch)
tree6c6603a43832f6ff08e99791c2f65c2827aa464b /java/module.xml
parent3f8a466daf6eba9717c27a635f2a7307cc4d03bd (diff)
downloadqpid-python-f7aafe13e5c2a8fe39fd89c7c4d53b0d9687f7ce.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/qpid@640503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index d281937789..670992bff1 100644
--- a/java/module.xml
+++ b/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>