taylor 2004/10/15 00:03:46
Modified: portal maven.xml
Log:
add MS SQL support to population scripts
Revision Changes Path
1.108 +4 -1 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- maven.xml 14 Oct 2004 19:03:36 -0000 1.107
+++ maven.xml 15 Oct 2004 07:03:46 -0000 1.108
@@ -565,6 +565,9 @@
<attainGoal name="db.execute" />
-->
<j:choose>
+ <j:when test="${dbase == 'mssql'}" >
+ <j:set var="database.arg.script"
value="../src/sql/mssql/populate-userinfo-for-default-psml.sql" />
+ </j:when>
<j:when test="${dbase == 'mysql'}" >
<j:set var="database.arg.script"
value="../src/sql/mysql/populate-userinfo-for-default-psml.sql" />
</j:when>
@@ -647,4 +650,4 @@
<delete file="${context_dir}/security.xml"/>
</goal>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]