summaryrefslogtreecommitdiff
path: root/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
commit848f6d3243317c71f7298fa984a40ad396939d2a (patch)
tree308ecdaddf9916a90f8f6e3e68344b19207ca746 /java/module.xml
parent995e57148ffadfa721dd397c2ea79034c00b4ac9 (diff)
downloadqpid-python-848f6d3243317c71f7298fa984a40ad396939d2a.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/qpid@1232031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/module.xml b/java/module.xml
index 349fb91e4a..a3b8606525 100644
--- a/java/module.xml
+++ b/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"/>