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 <[email protected]> Authored: Tue Oct 23 14:47:13 2012 -0700 Committer: Prasanna Santhanam <[email protected]> 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",
