summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-10-09 15:36:54 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-10-09 15:36:54 +0000
commit3c433b1cd504ab7adab0ec0ea8767c99d73b9cd5 (patch)
tree34513073891a911290ef1df70d642c4e49788466 /qpid/java
parent87e1770cfd7ae99d77cbcbbe729e03a29d1bc20a (diff)
downloadqpid-python-3c433b1cd504ab7adab0ec0ea8767c99d73b9cd5.tar.gz
QPID-1330 : Ensure release-bin copies all files in java/broker/bin
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/broker/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index 3d832480ee..cb06a3900e 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/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="**/*"/>