taylor 2004/12/03 21:43:40
Modified: . maven.xml
Log:
a few helpers for Oracle, a little tricky building with this bugger
Revision Changes Path
1.109 +7 -2 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- maven.xml 4 Dec 2004 04:00:26 -0000 1.108
+++ maven.xml 4 Dec 2004 05:43:39 -0000 1.109
@@ -430,11 +430,16 @@
<attainGoal name="db.execute" />
</j:when>
</j:choose>
+ <j:choose>
+ <j:when test="${nodots == 'oracle'}" >
+<!-- <attainGoal name="dropdrops" /> -->
+ </j:when>
+ </j:choose>
</goal>
<goal name="db.drop.oracle">
- <attainGoal name="db.test.properties"/>
- <j:set var="database.arg.script" value="./src/sql/oracle/drop2.sql" />
+ <attainGoal name="db.production.properties"/>
+ <j:set var="database.arg.script" value="./src/sql/oracle/drop.sql" />
<attainGoal name="db.execute" />
</goal>
<!-- ================================================================ -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]