From d9c03a55cfd482d2aa7a254e83ee75e7eaa02f7d Mon Sep 17 00:00:00 2001 From: Rajesh Battala Date: Mon, 10 Sep 2012 17:58:16 +0800 Subject: [PATCH] CLOUDSTACK-52 Fix for AWSAPI contains hibernate configurations https://reviews.apache.org/r/6967/diff/ Signed-off-by: Mice Xia --- awsapi/conf/CloudStack.cfg.xml | 58 ---------------------------------- cloud.spec | 2 +- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 awsapi/conf/CloudStack.cfg.xml diff --git a/awsapi/conf/CloudStack.cfg.xml b/awsapi/conf/CloudStack.cfg.xml deleted file mode 100644 index 511e68f5210..00000000000 --- a/awsapi/conf/CloudStack.cfg.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - com.mysql.jdbc.Driver - 20 - false - - org.hibernate.connection.C3P0ConnectionProvider - - 5 - 50 - 7200 - 50 - - - - 5400 - - - - 2 - - true - org.hibernate.dialect.MySQLDialect - - false - - - - - - - - - diff --git a/cloud.spec b/cloud.spec index ab445ff2a62..55873625cbe 100644 --- a/cloud.spec +++ b/cloud.spec @@ -407,7 +407,7 @@ if [ "$1" == "1" ] ; then cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/ done - confs="cloud-bridge.properties ec2-service.properties hibernate.cfg.xml CloudStack.cfg.xml" + confs="cloud-bridge.properties ec2-service.properties" for c in $confs do cp -f $root/conf/$c $target/conf