Author: ritchiem
Date: Fri Oct 17 07:23:44 2008
New Revision: 705627
URL: http://svn.apache.org/viewvc?rev=705627&view=rev
Log:
QPID-1257 : Change to allow mstool.log4j as part of the build so that the tool
will function.
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=705627&r1=705626&r2=705627&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/build.xml Fri Oct 17 07:23:44 2008
@@ -37,7 +37,7 @@
<target name="copy-etc-release" if="module.etc.exists" description="copy
etc directory if it exists to build tree">
<copy todir="${module.release}/etc" failonerror="false" flatten="true">
- <fileset dir="${module.etc}"
excludes="mstool-log4j.xml,*.conf,*.jpp"/>
+ <fileset dir="${module.etc}" excludes="*.conf,*.jpp"/>
</copy>
</target>