Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 261A7D796 for ; Tue, 11 Sep 2012 15:42:14 +0000 (UTC) Received: (qmail 91333 invoked by uid 500); 11 Sep 2012 15:42:13 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 91300 invoked by uid 500); 11 Sep 2012 15:42:13 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 91277 invoked by uid 99); 11 Sep 2012 15:42:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 15:42:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7C2B63576A; Tue, 11 Sep 2012 15:42:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: debian: Add the MySQL connector to the classpath Message-Id: <20120911154213.7C2B63576A@tyr.zones.apache.org> Date: Tue, 11 Sep 2012 15:42:13 +0000 (UTC) Updated Branches: refs/heads/master 739d4baf5 -> 0af860658 debian: Add the MySQL connector to the classpath This JAR is installed through a dependency, but it needs to be added to the classpath. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0af86065 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0af86065 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0af86065 Branch: refs/heads/master Commit: 0af860658122266caa29bbef7e396ac7541e8562 Parents: ecea6be Author: Wido den Hollander Authored: Tue Sep 11 17:33:18 2012 +0200 Committer: Wido den Hollander Committed: Tue Sep 11 17:33:18 2012 +0200 ---------------------------------------------------------------------- wscript_configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0af86065/wscript_configure ---------------------------------------------------------------------- diff --git a/wscript_configure b/wscript_configure index e255984..da73f33 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",