diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-02-06 13:52:18 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-02-06 13:52:18 +0000 |
| commit | da8e09fb0d162efae930d78087cb28be0ba4092d (patch) | |
| tree | e23dcf6ab27dc58abb29787535548d3e959f1bea /java/module.xml | |
| parent | c59f86b967059690fe3a8aa61ef011c998e64a67 (diff) | |
| download | qpid-python-da8e09fb0d162efae930d78087cb28be0ba4092d.tar.gz | |
QPID-3039: explicitly define which debug info to include in the compiled class files, as the defaults can differ depending on the used compiler
Applied patch from Rajika Kumarasiri <rajika@wso2.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067667 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 d4007e067c..e05fdf0f14 100644 --- a/java/module.xml +++ b/java/module.xml @@ -228,7 +228,7 @@ <echo message="Targeting : ${java.target}" level="info"/> <javac source="${java.source}" target="${java.target}" - destdir="${module.classes}" debug="on" includeantruntime="false" + destdir="${module.classes}" debug="on" debuglevel="lines,vars,source" includeantruntime="false" deprecation="${javac.deprecation}"> <compilerarg line="${javac.compiler.args}"/> <src refid="module.src.path"/> |
