summaryrefslogtreecommitdiff
blob: 43ae12f692b0046cd40ccf70bb6d593170c39036 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mysql-connector-java-3.1.13/build.xml.orig	2006-07-20 19:26:47.000000000 +0200
+++ mysql-connector-java-3.1.13/build.xml	2006-07-20 19:26:59.000000000 +0200
@@ -522,7 +522,7 @@
 	</target>
 
 
-	<target name="compile" depends="init, -commercial-license, compile-driver, compile-testsuite, compile.integration"
+	<target name="compile" depends="init, -commercial-license, compile-driver, compile.integration"
 		description="Compiles the driver, testsuite, and integration classes.">
 	</target>