bsh/SOURCES/bsh-source-1.6.patch

22 lines
590 B
Diff

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