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 | 8c650d3cbacb2830afe2a85d7062e5cda72e7ad2 (patch) | |
| tree | a60d0262b666ac574d99f1101f7c898fd13048ba /java/module.xml | |
| parent | 1f20a66d046064871407441aee8d21412fd389d9 (diff) | |
| download | qpid-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/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 96401f2178..290b88b014 100644 --- a/java/module.xml +++ b/java/module.xml @@ -188,7 +188,7 @@ <echo message="Targeting : ${java.target}" level="info"/> <javac source="${java.source}" target="${java.target}" - destdir="${module.classes}" debug="on" + destdir="${module.classes}" debug="on" includeantruntime="false" deprecation="${javac.deprecation}"> <compilerarg line="${javac.compiler.args}"/> <src refid="module.src.path"/> |
