File hbci4java-jdk9.patch of Package hbci4java
--- hbci4java-2.5.12.hibiscus.2.6.18/thirdparty/cryptalgs4java/build.xml 2017-09-18 10:09:06.026611180 +0200
+++ hbci4java-2.5.12.hibiscus.2.6.18/thirdparty/cryptalgs4java/build.xml 2017-09-18 10:11:22.804977393 +0200
@@ -14,7 +14,7 @@
<target name="compile">
<mkdir dir="${classes}"/>
<javac srcdir="${srccode}" destdir="${classes}"
- source="1.5" target="1.5"
+ source="1.6" target="1.6"
debug="on" encoding="UTF-8"
deprecation="on"
includeAntRuntime="no" />
@@ -32,7 +32,7 @@
classpath="${classes}"
Encoding="UTF-8"
destdir="${javadoc}" charset="UTF-8" Version="yes"
- docencoding="UTF-8"
+ docencoding="UTF-8" source="1.6"
Author="yes" Use="yes" Doctitle="CryptAlgs4Java API Documentation"
Windowtitle="CryptAlgs4Java API Documentation" nodeprecated="false" />
</target>