You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/06/18 14:58:10 UTC

svn commit: r415131 - /incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml

Author: snoopdave
Date: Sun Jun 18 05:58:09 2006
New Revision: 415131

URL: http://svn.apache.org/viewvc?rev=415131&view=rev
Log:
correct path to HSQLDB script

Modified:
    incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml

Modified: incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml?rev=415131&r1=415130&r2=415131&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml (original)
+++ incubator/roller/branches/roller_3.0/sandbox/standalone/build.xml Sun Jun 18 05:58:09 2006
@@ -127,7 +127,7 @@
     <sql driver="org.hsqldb.jdbcDriver"
         url="jdbc:hsqldb:hsql://localhost:3219"
         userid="sa" password=""
-        src="./build/roller-demo/webapps/roller/WEB-INF/dbscripts/hsql/createdb.sql"
+        src="./build/roller-demo/webapps/roller/WEB-INF/dbscripts/hsqldb/createdb.sql"
         classpath="./build/roller-demo/common/lib/hsqldb.jar" />
         
     <!-- Shutdown HSQLDB -->