summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2014-06-09 19:33:43 +0900
committerchibash <chiba@javassist.org>2014-06-09 19:33:43 +0900
commit37b27e12d46d7aedcd7c5c671fc8b895e626b100 (patch)
treea1d8f2caf2cc11741b00b310d05e10909eecd508 /build.xml
parent24dc6650e0f53372e71ac5e9ea6300c2fb7bdbc6 (diff)
downloadjavassist-37b27e12d46d7aedcd7c5c671fc8b895e626b100.tar.gz
javassist-37b27e12d46d7aedcd7c5c671fc8b895e626b100.zip
JIRA JASSIST-224
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d8ce3795..894256d7 100644
--- a/build.xml
+++ b/build.xml
@@ -90,6 +90,7 @@
optimize="off"
includes="**">
<classpath refid="test.compile.classpath"/>
+ <compilerarg value="-parameters" />
</javac>
</target>