diff options
author | chibash <chiba@javassist.org> | 2016-07-14 23:36:15 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-07-14 23:36:15 +0900 |
commit | 5e4572a90f9a11618f5a076ae573932b71a7e13e (patch) | |
tree | e2e17950176696d9bedabdfdeb577da7ac297017 /build.xml | |
parent | aabe16cc1bc7722a83d9d4d10a5e5340c7125836 (diff) | |
download | javassist-5e4572a90f9a11618f5a076ae573932b71a7e13e.tar.gz javassist-5e4572a90f9a11618f5a076ae573932b71a7e13e.zip |
fixes many compatibility problems with older Java (i.e. 1.4)
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,7 @@ debug="on" deprecation="on" optimize="off" + includeantruntime="true" includes="**"> <classpath refid="classpath"/> </javac> @@ -77,6 +78,7 @@ source="1.6" target="1.6" optimize="off" + includeantruntime="true" includes="**"> <classpath refid="classpath"/> </javac> @@ -88,6 +90,7 @@ debug="on" deprecation="on" optimize="off" + includeantruntime="false" includes="**"> <classpath refid="test.compile.classpath"/> <compilerarg value="-parameters" /> |