summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-03-29 10:44:27 +0000
committerRobert Gemmell <robbie@apache.org>2010-03-29 10:44:27 +0000
commitb18a94dc67b0ab7efb9f353b8c7546180b09fcfe (patch)
treef405a07b643ecd73ed6fee9a0be14189739847d8 /qpid/java/common.xml
parentade3e9aee3d6b69c5c9f5e250c1c625dc117abf6 (diff)
downloadqpid-python-b18a94dc67b0ab7efb9f353b8c7546180b09fcfe.tar.gz
QPID-2465: Set javac includeantruntime property in build files
Applying patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@928701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index bbde7b7f62..611be5a0b8 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -105,7 +105,7 @@
</macrodef>
<mkdir dir="${tasks.classes}"/>
- <javac source="${java.source}" target="${java.target}" srcdir="${tasks.src}" destdir="${tasks.classes}" classpath="${java.class.path}">
+ <javac source="${java.source}" target="${java.target}" srcdir="${tasks.src}" destdir="${tasks.classes}" classpath="${java.class.path}" includeantruntime="false">
<compilerarg line="${javac.compiler.args}"/>
</javac>