summaryrefslogtreecommitdiff
path: root/libformula-1.1.2.java11.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:25:05 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:25:05 +0000
commitedc072834c4c8a0ad42f6b3527851f6b8bdf4a0e (patch)
tree1cdbd5d6c9a3acc0207dc3243e59c99a49aba2f7 /libformula-1.1.2.java11.patch
parent894c01868cedfe1c2a609fbfdad878a390f63dff (diff)
automatic import of libformulaopeneuler24.03_LTS
Diffstat (limited to 'libformula-1.1.2.java11.patch')
-rw-r--r--libformula-1.1.2.java11.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libformula-1.1.2.java11.patch b/libformula-1.1.2.java11.patch
new file mode 100644
index 0000000..ae0a009
--- /dev/null
+++ b/libformula-1.1.2.java11.patch
@@ -0,0 +1,13 @@
+--- libformula-1.1.3/common_build.xml 2020-05-05 19:51:29.901832133 +0100
++++ libformula-1.1.3/common_build.xml 2020-05-05 19:51:35.875883155 +0100
+@@ -136,8 +136,8 @@
+ <property name="javac.deprecation"
+ value="true"
+ description="Indicates whether source should be compiled with deprecation information" />
+- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
+- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
++ <property name="javac.source" value="1.6" description="Provide source compatibility with specified release" />
++ <property name="javac.target" value="1.6" description="Generate class files for specific VM version" />
+
+ <!-- Build Cache properties -->
+ <property name="build.cache.dir"