summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-10-17 14:23:44 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-10-17 14:23:44 +0000
commit114ebffdf2f669149d3838470238bd49ff723eac (patch)
tree90b7250b931fd0f018efce31779e7214a64f17da
parent16a31d1269312ec87ae93d82e380edc6a2597209 (diff)
downloadqpid-python-114ebffdf2f669149d3838470238bd49ff723eac.tar.gz
QPID-1257 : Change to allow mstool.log4j as part of the build so that the tool will function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705627 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index cb06a3900e..26dcde2918 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/java/broker/build.xml
@@ -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>