[jboss-svn-commits] JBL Code SVN: r6649 - labs/jbossesb/trunk/product/install
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 6 11:12:57 EDT 2006
Author: tfennelly
Date: 2006-10-06 11:12:55 -0400 (Fri, 06 Oct 2006)
New Revision: 6649
Modified:
labs/jbossesb/trunk/product/install/build.xml
Log:
fixed issues with hypersonic deployment
Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml 2006-10-06 15:10:56 UTC (rev 6648)
+++ labs/jbossesb/trunk/product/install/build.xml 2006-10-06 15:12:55 UTC (rev 6649)
@@ -66,6 +66,7 @@
<target name="create-hsqldb" if="create.set">
<echo>Installing hsql JBossESB database</echo>
<property name="data.hypersonic" value="${org.jboss.esb.appserver.home}/server/${org.jboss.esb.appserver.config}/data/hypersonic" />
+
<mkdir dir="${data.hypersonic}"/>
<copy file="${org.jboss.esb.deployment.data}/JBossESB-DB-HSQL.sql"
tofile="${data.hypersonic}/JBossESB.script"/>
@@ -73,5 +74,4 @@
tofile="${data.hypersonic}/JBossESB.properties"/>
</target>
-
</project>
More information about the jboss-svn-commits
mailing list