diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-03-24 18:31:04 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-03-24 18:31:04 +0000 |
| commit | f7aafe13e5c2a8fe39fd89c7c4d53b0d9687f7ce (patch) | |
| tree | 6c6603a43832f6ff08e99791c2f65c2827aa464b /java/module.xml | |
| parent | 3f8a466daf6eba9717c27a635f2a7307cc4d03bd (diff) | |
| download | qpid-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.xml | 2 |
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> |
