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

[18/50] [abbrv] git commit: CLOUDSTACK-93: Make mysql-connector-java.jar a common system JAR

CLOUDSTACK-93: Make mysql-connector-java.jar a common system JAR

On both Ubuntu and RHEL platforms /usr/share/java/mysql-connector-java.jar is
a symlink to the actual installed MySQL connector.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3bda7eb2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3bda7eb2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3bda7eb2

Branch: refs/heads/javelin
Commit: 3bda7eb29f3c35ae1dc8af99abad8e20077fb738
Parents: 2329ee1
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Thu Sep 13 14:22:11 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Thu Sep 13 16:29:01 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bda7eb2/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",