diff options
author | chibash <chiba@javassist.org> | 2016-09-28 00:51:15 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-09-28 00:51:15 +0900 |
commit | fb93ae8b8f6e0646ed9b95d4d8d0abe77d601a62 (patch) | |
tree | 4e7c46b44dfd861a084d3917de9fad4a7e883682 /build.xml | |
parent | 9f1d7a2cf0408d92309145a3d63620d64206a38a (diff) | |
download | javassist-fb93ae8b8f6e0646ed9b95d4d8d0abe77d601a62.tar.gz javassist-fb93ae8b8f6e0646ed9b95d4d8d0abe77d601a62.zip |
improves the backward compatibility of LoaderClassPath.rel_3_21_0-java9-ea2
LoaderClassPath is modified to show the same behavior in both Java 8 and 9.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ <classpath refid="classpath"/> </javac> </target> - + <target name="test-compile" depends="compile"> <javac srcdir="${test.src.dir}" destdir="${test.build.dir}" |