google-guice/google-guice-throwingproviderbinder.patch

34 lines
1.7 KiB
Diff

--- google-guice-4.1/common.xml 2021-06-10 12:08:42.237189651 +0200
+++ google-guice-4.1/common.xml 2021-06-10 12:10:20.765834983 +0200
@@ -14,7 +14,7 @@
<javac srcdir="${src.dir}"
debug="on"
destdir="${build.dir}/classes"
- source="1.6" target="1.6" encoding="UTF-8" includeantruntime="false">
+ source="1.8" target="1.8" encoding="UTF-8" includeantruntime="false">
<compilerarg value="-Xlint:all,-serial"/>
<classpath refid="compile.classpath"/>
</javac>
@@ -39,7 +39,7 @@
<property name="Bundle-DocURL" value="https://github.com/google/guice"/>
<property name="Bundle-Copyright" value="Copyright (C) 2006 Google Inc."/>
<property name="Bundle-License" value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
- <property name="Bundle-RequiredExecutionEnvironment" value="JavaSE-1.6"/>
+ <property name="Bundle-RequiredExecutionEnvironment" value="JavaSE-1.8"/>
<property name="Bundle-Vendor" value="Google, Inc."/>
<property name="Export-Package" value="!${module}.internal.*,${module}.*;version=${api.version}"/>
@@ -82,7 +82,7 @@
<javac srcdir="${test.dir}"
debug="on"
destdir="${build.dir}/test"
- source="1.6" target="1.6" encoding="UTF-8" includeantruntime="false">
+ source="1.8" target="1.8" encoding="UTF-8" includeantruntime="false">
<classpath path="${build.dir}/classes"/>
<classpath path="${build.dir}/test"/>
<classpath refid="compile.classpath"/>
Only in google-guice-4.1/core: pom.xml.orig
Only in google-guice-4.1/extensions: pom.xml.orig
Only in google-guice-4.1/jdk8-tests: pom.xml.orig
Only in google-guice-4.1: pom.xml.orig