You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/11/17 00:01:32 UTC

svn commit: r475965 - /incubator/ode/trunk/dao-hibernate-db-derby/build.xml

Author: mriou
Date: Thu Nov 16 15:01:31 2006
New Revision: 475965

URL: http://svn.apache.org/viewvc?view=rev&rev=475965
Log:
Script generation for HSQL.

Modified:
    incubator/ode/trunk/dao-hibernate-db-derby/build.xml

Modified: incubator/ode/trunk/dao-hibernate-db-derby/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-hibernate-db-derby/build.xml?view=diff&rev=475965&r1=475964&r2=475965
==============================================================================
--- incubator/ode/trunk/dao-hibernate-db-derby/build.xml (original)
+++ incubator/ode/trunk/dao-hibernate-db-derby/build.xml Thu Nov 16 15:01:31 2006
@@ -94,7 +94,7 @@
             <fileset file="${src.sql.dir}/tables_postgres.sql" />
         </concat>
         <concat destfile="${hsql.target.sql}" append="true">
-            <fileset file="${src.sql.dir}/tables_hsql.sql" />
+            <fileset file="${src.sql.dir}/tables_hsqldb.sql" />
         </concat>
         <concat destfile="${firebird.target.sql}" append="true">
             <fileset file="${src.sql.dir}/tables_firebird.sql" />