Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:5587
mysql-connector-java.openSUSE_Leap_42.1_Update
no-jdk5-requirement.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-jdk5-requirement.patch of Package mysql-connector-java.openSUSE_Leap_42.1_Update
Index: mysql-connector-java-5.1.35/build.xml =================================================================== --- mysql-connector-java-5.1.35.orig/build.xml +++ mysql-connector-java-5.1.35/build.xml @@ -219,7 +219,7 @@ com.mysql.jdbc.noCleanBetweenCompiles=ye <!-- Check for required JDKs for compilation. --> - <target name="-compiler-check" depends="-jdk5-check, -jdk6-check" /> + <target name="-compiler-check" depends="-jdk6-check" /> <!-- Check for required JDK5 for compilation of JDBC3 implementation. --> @@ -769,7 +769,7 @@ Java 6 (for JDBC4+ implementation) is al deprecation="off" debug="${debug.enable}" fork="yes" - executable="${com.mysql.jdbc.jdk5.javac}" + executable="${com.mysql.jdbc.jdk6.javac}" compiler="modern" includeantruntime="false"> <include name="**/*.java" /> @@ -820,7 +820,7 @@ Java 6 (for JDBC4+ implementation) is al deprecation="off" debug="${debug.enable}" fork="yes" - executable="${com.mysql.jdbc.jdk5.javac}" + executable="${com.mysql.jdbc.jdk6.javac}" compiler="modern" includeantruntime="false"> <include name="testsuite/**" />
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