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