diff options
author | chibash <chiba@javassist.org> | 2018-11-30 15:41:39 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2018-11-30 15:41:39 +0900 |
commit | 85d69ea6b380ee35dfcf40ca3d98ab59f0b01916 (patch) | |
tree | 9f0ac1d29ff52fae1be05a6a95bf7ff3fbd73589 /build.xml | |
parent | a6be48a80fd7afe0c982e4eea9523a034581454b (diff) | |
download | javassist-85d69ea6b380ee35dfcf40ca3d98ab59f0b01916.tar.gz javassist-85d69ea6b380ee35dfcf40ca3d98ab59f0b01916.zip |
modifies build.xml to support JDK 7.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,8 +79,8 @@ destdir="${build.classes.dir}" debug="on" deprecation="on" - source="1.8" - target="1.8" + source="1.7" + target="1.7" optimize="off" includeantruntime="true" includes="**"> |