summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jdbc-mysql/files')
-rw-r--r--dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch b/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch
deleted file mode 100644
index a388db104cb6..000000000000
--- a/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: build.xml
-===================================================================
---- build.xml (revision 6792)
-+++ build.xml (working copy)
-@@ -97,7 +97,7 @@
-
- <target name="-compiler-check">
- <if>
-- <and>
-+ <or>
- <not>
- <or>
- <equals arg1="${ant.java.version}" arg2="1.4" />
-@@ -112,7 +112,7 @@
- <available file="${com.mysql.jdbc.java6.rtjar}" />
- </not>
- </or>
-- </and>
-+ </or>
- <then>
- <echo>This version of MySQL Connector/J requires a compiler from Java-1.4 or Java-1.5 to be used, set your JAVA_HOME property to point to one of these versions of the JDK.
-