diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:17:17 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:17:17 +0000 |
| commit | 88cd0e14d9c8b981da2424aec1f205acc37b2782 (patch) | |
| tree | fb88edd20f8ff93904c64ea8add60cd32e041caa /qpid/java/module.xml | |
| parent | 48ee75d4252bce8738395384b6f9daae4d251f34 (diff) | |
| download | qpid-python-88cd0e14d9c8b981da2424aec1f205acc37b2782.tar.gz | |
QPID-1342: fixed qpid-cli build and shell scripts; tests still don't run properly by default since the expect the java broker to be running
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index c329fdfcb2..63fc4bbb8d 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -321,7 +321,7 @@ <target name="libs" description="copy dependencies into build tree"> <copy todir="${build.lib}" failonerror="false" flatten="true"> - <fileset dir="${basedir}${file.separator}.." includes="${module.libs}"/> + <fileset dir="${project.root}" includes="${module.libs}"/> </copy> </target> |
