20 lines
844 B
Diff
20 lines
844 B
Diff
|
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
||
|
Date: Thu, 25 Aug 2011 10:44:00 +0200
|
||
|
Subject: [PATCH] disable testsuite
|
||
|
|
||
|
---
|
||
|
build.xml | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
--- a/build.xml
|
||
|
+++ b/build.xml
|
||
|
@@ -835,7 +835,7 @@
|
||
|
<!-- Compile the driver including JDBC 3 and JDBC 4+ implementations, JUnit test suite and 'helpers' for third-party software. -->
|
||
|
<target name="compile"
|
||
|
description="Compiles driver including JDBC 3 and JDBC 4+ implementations, JUnit test suite and integration 'helpers' for third-party software."
|
||
|
- depends="init, compile-driver, compile-testsuite, compile-integration" />
|
||
|
+ depends="init, compile-driver, compile-integration" />
|
||
|
|
||
|
|
||
|
<!-- Compile the driver including JDBC 3 and JDBC 4+ implementations only. -->
|