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 | e0389bd4dc0acbb764e2e85f2ba7272139798cea (patch) | |
| tree | c362dfcf300944aa946bd4beb18c761e045a6769 /java/module.xml | |
| parent | d6901e52ab3ee9c40eddc4ad3b4787127c36d874 (diff) | |
| download | qpid-python-e0389bd4dc0acbb764e2e85f2ba7272139798cea.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/qpid@703262 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 c329fdfcb2..63fc4bbb8d 100644 --- a/java/module.xml +++ b/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> |
