taylor 2004/02/29 10:25:58
Modified: services/security maven.xml
Log:
Integrated Torque generated scripts into build
subprojects no longer create ddl
Revision Changes Path
1.7 +0 -42 jakarta-jetspeed-2/services/security/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/services/security/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- maven.xml 27 Feb 2004 18:01:03 -0000 1.6
+++ maven.xml 29 Feb 2004 18:25:58 -0000 1.7
@@ -34,47 +34,5 @@
<!-- <copy file="./src/webapp/WEB-INF/conf/ojb/repository_security.xml"
tofile="./../../portal/src/test/repository_security.xml"/> -->
</goal>
-
- <!-- ================================================================ -->
- <!-- EXECUTE a DB SCRIPT -->
- <!-- TODO: I'd like to implement this as a plugin or use commons SQL -->
- <!-- ================================================================ -->
- <goal name="db.execute">
- <sql driver="${org.apache.jetspeed.database.driver}"
- classpathref="maven.dependency.classpath"
- url="${org.apache.jetspeed.database.url}"
- userid="${org.apache.jetspeed.database.user}"
- password="${org.apache.jetspeed.database.password}"
- src="${database.arg.script}">
- </sql>
- </goal>
-
- <!-- ================================================================ -->
- <!-- EXECUTE CREATE DB SQL SCRIPTS -->
- <!-- TODO: I'd like to implement this as a plugin or use commons SQL -->
- <!-- ================================================================ -->
- <goal name="db.create">
- <j:set var="database.arg.script"
value="./src/sql/${database.default.name}/create-db.sql" />
- <attainGoal name="db.execute" />
- </goal>
-
- <!-- ================================================================ -->
- <!-- EXECUTE DROP DB SQL SCRIPTS -->
- <!-- TODO: I'd like to implement this as a plugin or use commons SQL -->
- <!-- ================================================================ -->
- <goal name="db.drop">
- <j:set var="database.arg.script"
value="./src/sql/${database.default.name}/drop-db.sql" />
- <attainGoal name="db.execute" />
- </goal>
-
- <!-- ================================================================ -->
- <!-- EXECUTE RECREATE DB SQL SCRIPTS -->
- <!-- TODO: I'd like to implement this as a plugin or use commons SQL -->
- <!-- ================================================================ -->
- <goal name="db.recreate">
- <attainGoal name="db.drop" />
- <attainGoal name="db.create" />
- </goal>
-
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]