summaryrefslogtreecommitdiff
path: root/libloader-1.1.2.java11.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:27:51 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:27:51 +0000
commitfb868645bdc26aa1d7a31ff0436da3c802322986 (patch)
treeafc88670c72399bf8015aeef552acd970bce503d /libloader-1.1.2.java11.patch
parent582374d3e69e47cd5d183b94c64877ff8dec5b46 (diff)
automatic import of libloaderopeneuler24.03_LTS
Diffstat (limited to 'libloader-1.1.2.java11.patch')
-rw-r--r--libloader-1.1.2.java11.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/libloader-1.1.2.java11.patch b/libloader-1.1.2.java11.patch
new file mode 100644
index 0000000..cc90046
--- /dev/null
+++ b/libloader-1.1.2.java11.patch
@@ -0,0 +1,28 @@
+--- libloader-1.1.3/common_build.xml 2020-05-05 19:56:04.431079128 +0100
++++ libloader-1.1.3/common_build.xml 2020-05-05 19:56:16.062171410 +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"
+@@ -1353,13 +1353,11 @@
+ nodeprecatedlist="false"
+ nodeprecated="false"
+ packagenames="${javadoc.packagenames}"
++ excludepackagenames="org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.*,org.pentaho.reporting.libraries.resourceloader.modules.factory.svg.*,org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf.*"
+ sourcepath="${src.dir}"
+ doctitle="${impl.title} documentation">
+ <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
+ <classpath refid="classpath" />
+- <packageset dir="source">
+- <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/**"/>
+- </packageset>
+ </javadoc>
+ </target>
+