diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-01-16 15:40:13 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-01-16 15:40:13 +0000 |
| commit | 894c0712d53e970e99fda3f819383fa853ba0ec6 (patch) | |
| tree | d8f1027df0684de0c937ef66e74b3833934163c7 /qpid/java/client/test/example_build.xml | |
| parent | 910634a2d3e72b36b0111c0d60001a1dab512c17 (diff) | |
| download | qpid-python-894c0712d53e970e99fda3f819383fa853ba0ec6.tar.gz | |
QPID-3761: rename the fallback config to ensure it isnt just picked up by Log4J automatically scanning the classpath
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1232031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test/example_build.xml')
| -rw-r--r-- | qpid/java/client/test/example_build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/example_build.xml b/qpid/java/client/test/example_build.xml index 329c12982c..dda3cb4263 100644 --- a/qpid/java/client/test/example_build.xml +++ b/qpid/java/client/test/example_build.xml @@ -73,7 +73,7 @@ </javac> <copy todir="${example.classes}"> - <!-- copy any non java src files into the build tree, e.g. log4j.properties --> + <!-- copy any non java src files into the build tree, e.g. properties files --> <fileset dir="${example.src}"> <exclude name="**/*.java"/> <exclude name="**/package.html"/> |
