00741b
--- beanshell-2.0b6/build.xml~	2016-02-05 18:16:07.000000000 +0100
00741b
+++ beanshell-2.0b6/build.xml	2019-10-28 14:00:52.279528558 +0100
00741b
@@ -170,7 +170,8 @@
00741b
 			deprecation="${deprecation}"
00741b
 			optimize="on"
00741b
 			debug="on"
00741b
-      target="1.5"
00741b
+      source="1.6"
00741b
+      target="1.6"
00741b
 			includes="**/*.java"
00741b
 			excludes="${excludes},**/bak/**"
00741b
 		>
00741b
@@ -213,7 +214,7 @@
00741b
 			 destdir="${javadoc-dir}"
00741b
 			 author="true"
00741b
 			 version="true"
00741b
-       source="1.5"
00741b
+       source="1.6"
00741b
 			 use="true"
00741b
 			 windowtitle="BeanShell ${version}"
00741b
 			 doctitle="<h1>BeanShell ${version}<h1>"