summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-01-16 15:40:13 +0000
committerRobert Gemmell <robbie@apache.org>2012-01-16 15:40:13 +0000
commit894c0712d53e970e99fda3f819383fa853ba0ec6 (patch)
treed8f1027df0684de0c937ef66e74b3833934163c7 /qpid/java/module.xml
parent910634a2d3e72b36b0111c0d60001a1dab512c17 (diff)
downloadqpid-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/module.xml')
-rw-r--r--qpid/java/module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 349fb91e4a..a3b8606525 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -264,7 +264,7 @@
<classpath refid="module.class.path"/>
</javac>
- <!-- 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 -->
<copy todir="${module.classes}" verbose="true">
<fileset dir="${module.src}">
<exclude name="**/*.java"/>
@@ -285,7 +285,7 @@
<classpath refid="module.test.path"/>
</javac>
- <!-- 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 -->
<copy todir="${module.test.classes}" verbose="true">
<fileset dir="${module.test.src}">
<exclude name="**/*.java"/>