1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 15 Sep 2017 11:15:57 +0200
Bug-Debian: https://bugs.debian.org/874150
Description: Do not set bootclasspath
@@ -79,7 +79,7 @@ SAXONJAVAOPTS=-Djavax.xml.transform.Tran
JAVAVERSIONTARGET=1.7
-JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET} -bootclasspath $${JAVAVERSIONTARGETJARFILE}
+JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET}
.SUFFIXES: .class .java .ico .png .properties .utf-8_properties
|