weaver 2004/09/28 07:26:31
Modified: . maven.xml
Log:
Added PostgresSQL script generation
Revision Changes Path
1.102 +17 -0 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- maven.xml 24 Sep 2004 14:52:07 -0000 1.101
+++ maven.xml 28 Sep 2004 14:26:31 -0000 1.102
@@ -306,6 +306,23 @@
excludes="${torque.schema.sql.excludes}"
/>
</torque-sql>
+
+ <echo message="Generating SQL schema creation scripts for Postgres"/>
+ <torque-sql
+ basePathToDbProps="sql/base/"
+ contextProperties="${torque.contextProperties}"
+ controlTemplate="${torque.template.sql}"
+ idTableXMLFile="${torque.idTableXMLFile}"
+ outputDirectory="${maven.build.src}/sql/postgres"
+ outputFile="report.${torque.project}.sql.generation"
+ sqldbmap="${maven.build.src}/sql/postgres/sqldb.map"
+ targetDatabase="postgresql"
+ useClasspath="true">
+ <fileset dir="${torque.schema.dir}"
+ includes="${torque.schema.sql.includes}"
+ excludes="${torque.schema.sql.excludes}"
+ />
+ </torque-sql>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]