diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-10-17 14:23:44 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-10-17 14:23:44 +0000 |
| commit | 46cfeac4d28d9cff25f26fb7467a5a4f6ff26e5d (patch) | |
| tree | a36764f107532a8fe0ac1303ba7e0033e58fd63e /java | |
| parent | 4d575eaff0c21f55eff221966f19a30bf95501ef (diff) | |
| download | qpid-python-46cfeac4d28d9cff25f26fb7467a5a4f6ff26e5d.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/qpid@705627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/broker/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml index cb06a3900e..26dcde2918 100644 --- a/java/broker/build.xml +++ b/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> |
