forked from pool/mysql-connector-java
This commit is contained in:
parent
3fcde2e37a
commit
7021fa3f10
@ -20,7 +20,7 @@ Index: mysql-connector-java-5.1.35/build.xml
|
||||
|
||||
|
||||
<!-- Compile JDBC3 implementation. -->
|
||||
@@ -786,7 +786,7 @@ Java 6 (for JDBC4+ implementation) is al
|
||||
@@ -787,7 +787,7 @@ Java 6 (for JDBC4+ implementation) is al
|
||||
|
||||
|
||||
<!-- Compile JDBC4+ implementation. -->
|
||||
@ -29,3 +29,25 @@ Index: mysql-connector-java-5.1.35/build.xml
|
||||
<echo>Compiling MySQL Connector/J JDBC4+ implementation with '${com.mysql.jdbc.jdk6}' to '${compiler.output}'</echo>
|
||||
|
||||
<javac sourcepath=""
|
||||
@@ -816,21 +816,6 @@ Java 6 (for JDBC4+ implementation) is al
|
||||
|
||||
<javac sourcepath=""
|
||||
srcdir="${buildDir}/${fullProdName}"
|
||||
- destdir="${compiler.output}"
|
||||
- deprecation="off"
|
||||
- debug="${debug.enable}"
|
||||
- fork="yes"
|
||||
- executable="${com.mysql.jdbc.jdk5.javac}"
|
||||
- compiler="modern"
|
||||
- includeantruntime="false">
|
||||
- <include name="testsuite/**" />
|
||||
- <exclude name="testsuite/requiresNonRedists/**" />
|
||||
- <exclude name="testsuite/**/jdbc4/**" />
|
||||
- <classpath refid="project.build.classpath" />
|
||||
- </javac>
|
||||
-
|
||||
- <javac sourcepath=""
|
||||
- srcdir="${buildDir}/${fullProdName}"
|
||||
destdir="${compiler.output}"
|
||||
deprecation="off"
|
||||
debug="${debug.enable}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user