diff options
Diffstat (limited to 'java/broker/build.xml')
| -rw-r--r-- | java/broker/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml index 3d832480ee..cb06a3900e 100644 --- a/java/broker/build.xml +++ b/java/broker/build.xml @@ -43,10 +43,10 @@ <target name="copy-bin-release" description="copy dependencies into module release"> <copy todir="${module.release}/bin" failonerror="true"> - <fileset dir="${module.bin}" includes="qpid*"/> + <fileset dir="${module.bin}"/> </copy> <copy todir="${module.release}/bin" failonerror="true" flatten="true"> - <fileset dir="${basedir}/../common/bin" includes="qpid-run"/> + <fileset dir="${basedir}/../common/bin"/> </copy> <chmod dir="${module.release}/bin" perm="ugo+rx" includes="**/*"/> |
