81bd08a58f
- Add patch disabling testsuite: * disable-testsuite.patch - Drop patch extra-libs-build.patch: * Rather use the thing to propagate some wrongly found libs - Drop patch no-jdk5-requirement.patch: * Simply override the value in ant command - Add patch hibernate-check.patch to remove hibernate check OBS-URL: https://build.opensuse.org/package/show/Java:packages/mysql-connector-java?expand=0&rev=36
15 lines
710 B
Diff
15 lines
710 B
Diff
Description: Disable the JDK check
|
|
Author: Emmanuel Bourg <ebourg@apache.org>
|
|
Forwarded: not-needed
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -415,7 +415,7 @@
|
|
|
|
|
|
<!-- Prepares files and settings for compiling driver. -->
|
|
- <target name="init" depends="-compiler-check, -init-copy, -init-filter-license, -init-no-crypto">
|
|
+ <target name="init" depends="-init-copy, -init-filter-license, -init-no-crypto">
|
|
<!-- The following is needed for source distributions as the classpath can't be dynamically altered, and not having this directory present causes the
|
|
build to fail. -->
|
|
<available file="${com.mysql.jdbc.docs.sourceDir}" property="com.mysql.jdbc.docs.sourcesPresent" />
|