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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index c7819febf4..050382ee80 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -281,7 +281,8 @@
<javac target="${java.target}" source="${java.source}"
destdir="${module.test.classes}" debug="on"
deprecation="${javac.deprecation}"
- srcdir="${module.test.src}">
+ srcdir="${module.test.src}"
+ includeantruntime="false">
<classpath refid="module.test.path"/>
</javac>