You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/25 10:17:54 UTC

[22/22] git commit: CloudStack CS-16590 Install script should specify correct version of libraries used by MS to avoid linking to default older versions of libraries

CloudStack CS-16590
Install script should specify correct version of libraries used by MS to avoid linking to default older versions of libraries


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

Branch: refs/heads/marvin-parallel
Commit: 9b665c817130f1f157a922a1cd24f99453db175a
Parents: 9ece8ff
Author: frank <fr...@citrix.com>
Authored: Tue Oct 23 14:47:13 2012 -0700
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Oct 25 13:47:30 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9b665c81/wscript_configure
----------------------------------------------------------------------
diff --git a/wscript_configure b/wscript_configure
index 965847d..3b9377b 100644
--- a/wscript_configure
+++ b/wscript_configure
@@ -41,11 +41,11 @@ systemjars = {
 	(
 		"commons-collections.jar",
 		# "commons-daemon.jar",
-		"commons-dbcp.jar",
+		#"commons-dbcp.jar",
 		"commons-codec.jar",
 		"commons-logging.jar",
 		"commons-logging-api.jar",
-		"commons-pool.jar",
+		#"commons-pool.jar",
 		"commons-httpclient.jar",
 		"ws-commons-util.jar",
 		"mysql-connector-java.jar",