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 | |
parent | a6be48a80fd7afe0c982e4eea9523a034581454b (diff) | |
download | javassist-85d69ea6b380ee35dfcf40ca3d98ab59f0b01916.tar.gz javassist-85d69ea6b380ee35dfcf40ca3d98ab59f0b01916.zip |
modifies build.xml to support JDK 7.
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | javassist.jar | bin | 766405 -> 766391 bytes |
2 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="**"> diff --git a/javassist.jar b/javassist.jar Binary files differindex 73e3f0fd..a4781002 100644 --- a/javassist.jar +++ b/javassist.jar |