Author: keith
Date: Wed Aug  5 00:33:34 2009
New Revision: 42637
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42637

Log:
Getting rid of the dbscripts which is not needed now



Removed:
   trunk/mashup/java/modules/distribution/dbscripts/
Modified:
   trunk/mashup/java/modules/distribution/pom.xml

Modified: trunk/mashup/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=42637&r1=42636&r2=42637&view=diff
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Wed Aug  5 00:33:34 2009
@@ -942,26 +942,6 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <echo message="Recereating wso2mashup ZIP 
file"/>
-
-                                <echo message="########### Recreate Default 
Database ##############"/>
-                                <delete 
dir="${basedir}/target/tmp/wso2mashup-${pom.version}/database"/>                
                
-                                <path id="h2.classpath">
-                                    <path refid="maven.compile.classpath"/>
-                                </path>
-
-                                <sql
-                                        driver="org.h2.Driver"
-                                        
url="jdbc:h2:${basedir}/target/tmp/wso2mashup-${pom.version}/database/WSO2CARBON_DB"
-                                        userid="wso2carbon" 
password="wso2carbon" autocommit="true"
-                                        onerror="continue">
-                                    <classpath>
-                                        <path refid="h2.classpath"/>
-                                    </classpath>
-                                    <fileset 
file="${basedir}/dbscripts/h2.sql"/>
-                                </sql>
-                                <echo message="##################### END 
############################"/>
-
                                 <zip 
destfile="${basedir}/target/wso2mashup-${pom.version}.zip" update="true">
                                     <zipfileset dir="${basedir}/target/tmp/" 
excludes="**/*.sh,**/native/*"/>
                                     <zipfileset dir="${basedir}/target/tmp/" 
includes="**/*.sh,**/native/*" filemode="755"/>

_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to