summarylogtreecommitdiffstats
path: root/build.xml.patch
blob: c5d9636678f08ee63c82b89aaf0fba1f1ba50ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- build.xml.orig	2023-08-12 17:45:18.060234144 +0300
+++ build.xml	2023-08-12 17:48:07.840401660 +0300
@@ -82,8 +82,8 @@
        verbose="off"
        listfiles="on"
        includeAntRuntime="no"
-       source="6"
-       target="6"
+       source="%VERSION%"
+       target="%VERSION%"
        >
       <compilerarg value="-Xlint"/>
     </javac>
@@ -100,8 +100,8 @@
        verbose="off"
        listfiles="on"
        includeAntRuntime="no"
-       source="6"
-       target="6"
+       source="%VERSION%"
+       target="%VERSION%"
        >
       <compilerarg value="-Xlint"/>
     </javac>
@@ -126,7 +126,7 @@
        verbose="off"
        listfiles="on"
        includeAntRuntime="no"
-       source="5"
+       source="%VERSION%"
        >
       <classpath>
         <path refid="compile.classpath" />