Author: ritchiem
Date: Thu Oct 9 08:36:54 2008
New Revision: 703187
URL: http://svn.apache.org/viewvc?rev=703187&view=rev
Log:
QPID-1330 : Ensure release-bin copies all files in java/broker/bin
Modified:
incubator/qpid/trunk/qpid/java/broker/build.xml
Modified: incubator/qpid/trunk/qpid/java/broker/build.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/broker/build.xml?rev=703187&r1=703186&r2=703187&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/build.xml Thu Oct 9 08:36:54 2008
@@ -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="**/*"/>