Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:obsgeek0:repos:ALP
google-guice
google-guice-throwingproviderbinder.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File google-guice-throwingproviderbinder.patch of Package google-guice
--- 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor