diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-03-29 10:44:27 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-03-29 10:44:27 +0000 |
| commit | b18a94dc67b0ab7efb9f353b8c7546180b09fcfe (patch) | |
| tree | f405a07b643ecd73ed6fee9a0be14189739847d8 /qpid/java/client/test/example_build.xml | |
| parent | ade3e9aee3d6b69c5c9f5e250c1c625dc117abf6 (diff) | |
| download | qpid-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/client/test/example_build.xml')
| -rw-r--r-- | qpid/java/client/test/example_build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/example_build.xml b/qpid/java/client/test/example_build.xml index a12862be04..329c12982c 100644 --- a/qpid/java/client/test/example_build.xml +++ b/qpid/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"/> |
