summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
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"/>