From 0af860658122266caa29bbef7e396ac7541e8562 Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Tue, 11 Sep 2012 17:33:18 +0200 Subject: [PATCH] debian: Add the MySQL connector to the classpath This JAR is installed through a dependency, but it needs to be added to the classpath. --- wscript_configure | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript_configure b/wscript_configure index e2559846bf6..da73f3392d0 100644 --- a/wscript_configure +++ b/wscript_configure @@ -92,6 +92,7 @@ systemjars = { "asm3.jar", "jsch.jar", "backport-util-concurrent.jar", + "mysql-connector-java.jar", "jetty.jar", "jetty-util.jar", "jetty-start-daemon.jar",