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/eeda3b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/eeda3b97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/eeda3b97 Branch: refs/heads/marvin-parallel Commit: eeda3b973853385736fed2d5897baadd2746a762 Parents: 6cb0c97 Author: frank <[email protected]> Authored: Tue Oct 23 14:47:13 2012 -0700 Committer: frank <[email protected]> Committed: Tue Oct 23 14:47:13 2012 -0700 ---------------------------------------------------------------------- wscript_configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eeda3b97/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",
