You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2006/03/12 17:24:00 UTC

svn commit: r385305 - /db/ddlutils/trunk/dump-metadata.xml

Author: tomdz
Date: Sun Mar 12 08:23:59 2006
New Revision: 385305

URL: http://svn.apache.org/viewcvs?rev=385305&view=rev
Log:
Added support for the model name to the sample dump build file

Modified:
    db/ddlutils/trunk/dump-metadata.xml

Modified: db/ddlutils/trunk/dump-metadata.xml
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/dump-metadata.xml?rev=385305&r1=385304&r2=385305&view=diff
==============================================================================
--- db/ddlutils/trunk/dump-metadata.xml (original)
+++ db/ddlutils/trunk/dump-metadata.xml Sun Mar 12 08:23:59 2006
@@ -37,6 +37,7 @@
   <property name="procedurepattern" value=""/>
   <property name="dumptables" value="true"/>
   <property name="dumpprocedures" value="true"/>
+  <property name="modelname" value=""/>
   
   <!-- The classpath used for running the dump task -->
   <path id="project-classpath">
@@ -76,7 +77,8 @@
     <databaseToDdl databasetype="${ddlutils.platform}"
                    tabletypes="${tabletypes}"
                    catalog="${catalogpattern}"
-                   schema="${schemapattern}">
+                   schema="${schemapattern}"
+                   modelname="${modelname}">
       <database driverclassname="${datasource.driverClassName}"
                 url="${datasource.url}"
                 username="${datasource.username}"