You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/13 20:55:43 UTC

git commit: CLOUDSTACK-93: add mysql-connector-jar in classpath

Updated Branches:
  refs/heads/4.0 ea7fee8b2 -> 843b334bd


CLOUDSTACK-93: add mysql-connector-jar in 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/843b334b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/843b334b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/843b334b

Branch: refs/heads/4.0
Commit: 843b334bd6b45ff75fff8ad2f495641cdab96fb5
Parents: ea7fee8
Author: Edison.Su <ed...@citrix.com>
Authored: Thu Sep 13 14:47:50 2012 -0400
Committer: Edison.Su <ed...@citrix.com>
Committed: Thu Sep 13 14:47:50 2012 -0400

----------------------------------------------------------------------
 wscript_configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/843b334b/wscript_configure
----------------------------------------------------------------------
diff --git a/wscript_configure b/wscript_configure
index da73f33..b1abfed 100644
--- a/wscript_configure
+++ b/wscript_configure
@@ -48,6 +48,7 @@ systemjars = {
 		"commons-pool.jar",
 		"commons-httpclient.jar",
 		"ws-commons-util.jar",
+		"mysql-connector-java.jar",
 	),
 	'Fedora':
 	(
@@ -92,7 +93,6 @@ systemjars = {
 		"asm3.jar",
 		"jsch.jar",
 		"backport-util-concurrent.jar",
-		"mysql-connector-java.jar",
 		"jetty.jar",
 		"jetty-util.jar",
 		"jetty-start-daemon.jar",