Tomáš Chvátal 2015-04-22 08:56:02 +00:00 committed by Git OBS Bridge
parent 7021fa3f10
commit c9803e11f7

View File

@ -84,7 +84,7 @@ rm src/testsuite/regression/ConnectionRegressionTest.java
rm src/testsuite/regression/DataSourceRegressionTest.java
rm src/testsuite/simple/ReadOnlyCallableStatementTest.java
rm src/testsuite/simple/jdbc4/StatementsTest.java
# disable hibernate integration
# disable hibernate4 integration
rm -rf src/com/mysql/fabric/hibernate
rm -rf src/demo
@ -96,7 +96,6 @@ export CLASSPATH=$(build-classpath \
jta \
junit \
log4j)
ant \
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-DbuildDir=build-mysql-jdbc \