summaryrefslogtreecommitdiff
path: root/java/client
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
commit8c650d3cbacb2830afe2a85d7062e5cda72e7ad2 (patch)
treea60d0262b666ac574d99f1101f7c898fd13048ba /java/client
parent1f20a66d046064871407441aee8d21412fd389d9 (diff)
downloadqpid-python-8c650d3cbacb2830afe2a85d7062e5cda72e7ad2.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/qpid@928701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
-rw-r--r--java/client/test/example_build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/example_build.xml b/java/client/test/example_build.xml
index a12862be04..329c12982c 100644
--- a/java/client/test/example_build.xml
+++ b/java/client/test/example_build.xml
@@ -66,7 +66,7 @@
<!-- Compile Java -->
<target name="compile" depends="init">
- <javac destdir="${example.classes}" debug="on">
+ <javac destdir="${example.classes}" debug="on" includeantruntime="false">
<classpath refid="example_amq.classpath"/>
<src path="${example.src}"/>
<exclude name="**/Test*.java"/>