]> git.pld-linux.org Git - packages/java-commons-daemon.git/blob - build.patch
Rel 2; allow building with openjdk11
[packages/java-commons-daemon.git] / build.patch
1 diff -urN commons-daemon-1.1.0-src.org/build.xml commons-daemon-1.1.0-src/build.xml
2 --- commons-daemon-1.1.0-src.org/build.xml      2017-07-08 04:37:29.000000000 +0200
3 +++ commons-daemon-1.1.0-src/build.xml  2021-11-25 06:57:27.769976730 +0100
4 @@ -93,10 +93,10 @@
5  
6  
7    <!-- compiler source JDK version -->
8 -  <property name="compile.source"          value="1.5"/>
9 +  <property name="compile.source"          value="1.6"/>
10  
11    <!-- compiler target JDK version -->
12 -  <property name="compile.target"          value="1.5"/>
13 +  <property name="compile.target"          value="1.6"/>
14  
15    <!-- Should Java compilations set the 'debug' compiler option? -->
16    <property name="compile.debug"           value="true"/>
This page took 0.045758 seconds and 3 git commands to generate.