diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:24:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:24:48 +0000 |
commit | 736aa6fe46ec895bdf0e84a4633665e0e2ef3d2b (patch) | |
tree | 4dd5851c8bc1f2375cd08faefeccd81d04562c21 /libfonts-1.1.2.java11.patch | |
parent | 77f6a5aeaa0fb428425de80e95ffb722235ca338 (diff) |
automatic import of libfontsopeneuler24.03_LTS
Diffstat (limited to 'libfonts-1.1.2.java11.patch')
-rw-r--r-- | libfonts-1.1.2.java11.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libfonts-1.1.2.java11.patch b/libfonts-1.1.2.java11.patch new file mode 100644 index 0000000..5aae626 --- /dev/null +++ b/libfonts-1.1.2.java11.patch @@ -0,0 +1,13 @@ +--- libfonts-1.1.3/common_build.xml 2020-05-05 19:47:17.413675774 +0100 ++++ libfonts-1.1.3/common_build.xml 2020-05-05 19:47:24.239734072 +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" |