summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2016-09-28 00:51:15 +0900
committerchibash <chiba@javassist.org>2016-09-28 00:51:15 +0900
commitfb93ae8b8f6e0646ed9b95d4d8d0abe77d601a62 (patch)
tree4e7c46b44dfd861a084d3917de9fad4a7e883682 /build.xml
parent9f1d7a2cf0408d92309145a3d63620d64206a38a (diff)
downloadjavassist-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e2b8819e..c4d00806 100644
--- a/build.xml
+++ b/build.xml
@@ -83,7 +83,7 @@
<classpath refid="classpath"/>
</javac>
</target>
-
+
<target name="test-compile" depends="compile">
<javac srcdir="${test.src.dir}"
destdir="${test.build.dir}"