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 | cedeb1eb580e6715f9948be55bdd327dc7bc579d (patch) | |
| tree | 308ecdaddf9916a90f8f6e3e68344b19207ca746 /java/module.xml | |
| parent | 8d0c54ea9ad53e34a0b31dc21f9b7579449e2b63 (diff) | |
| download | qpid-python-cedeb1eb580e6715f9948be55bdd327dc7bc579d.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.xml | 4 |
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"/> |
