Path: blob/main/lang/bsh/files/patch-build.xml
49058 views
--- build.xml.orig 2026-04-08 19:21:08 UTC1+++ build.xml2@@ -178,8 +178,8 @@ -->3debug="on"4includes="**/*.java"5excludes="${excludes},**/bak/**"6- source="1.6"7- target="1.6"8+ source="8"9+ target="8"10>11<classpath>12<fileset refid="lib-fileset"/>13@@ -213,8 +213,8 @@ -->14debug="on"15includes="**/*.java"16excludes="${excludes},**/bak/**"17- source="1.6"18- target="1.6"19+ source="8"20+ target="8"21>22<classpath>23<fileset refid="lib-fileset"/>24@@ -255,7 +255,7 @@ -->25destdir="${javadoc-dir}"26author="true"27version="true"28- source="1.6"29+ source="8"30use="true"31windowtitle="BeanShell ${version}"32doctitle="<h1>BeanShell ${version}<h1>"33@@ -680,8 +680,8 @@ -->34destdir="${build-dir}"35debug="on"36debuglevel="lines,vars,source"37- source="1.6"38- target="1.6"39+ source="8"40+ target="8"41>42<classpath>43<path refid="test-classpath"/>444546