summaryrefslogtreecommitdiff
path: root/qpid/java/broker/build.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/broker/build.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/broker/build.xml')
-rw-r--r--qpid/java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index 6902049435..2401978381 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/java/broker/build.xml
@@ -52,7 +52,7 @@
<mkdir dir="${velocity.compile.dir}" />
<!-- Compile LogMessages Velocity Generator -->
<javac source="${java.source}" target="${java.target}"
- destdir="${velocity.compile.dir}" debug="on"
+ destdir="${velocity.compile.dir}" debug="on" includeantruntime="false"
deprecation="${javac.deprecation}"
srcdir="src/velocity/java" >
<classpath>