removing billing/metering database adding to h2 database

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/50971784
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/50971784
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/50971784

Branch: refs/heads/master
Commit: 509717846eccc48dee943b5ffd4f596f6a8cbc22
Parents: 96ad480
Author: Udara Liyanage <[email protected]>
Authored: Tue May 19 11:56:36 2015 +0530
Committer: Udara Liyanage <[email protected]>
Committed: Tue May 19 12:49:21 2015 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/50971784/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml 
b/products/stratos/modules/distribution/pom.xml
index 6645f9a..fbbdb51 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -606,17 +606,6 @@
                                     <fileset
                                             
file="target/wso2carbon-core-4.2.0/dbscripts/identity/h2.sql"/>
                                 </sql>
-
-                                <echo message="########### Create Billing 
Database ##############"/>
-                                <sql driver="org.h2.Driver" 
url="jdbc:h2:${basedir}/target/database/WSO2BILLING_DB"
-                                     userid="wso2carbon" password="wso2carbon" 
autocommit="true" onerror="continue">
-                                    <classpath>
-                                        <path refid="h2.classpath"/>
-                                    </classpath>
-                                    <fileset 
file="../../dbscripts/billing-h2.sql"/>
-                                    <fileset 
file="../../dbscripts/metering_h2.sql"/>
-                                </sql>
-                                <echo message="##################### END 
########################"/>
                             </tasks>
                         </configuration>
                     </execution>

Reply via email to