quintonm 2003/02/19 15:13:45
Modified: src/generator/src/maven-plugin plugin.jelly
Log:
- torque:ojb does not need a prereq of torque:init
- torque:create-db now has a prereq of torque:init
Revision Changes Path
1.4 +4 -4 db-torque/src/generator/src/maven-plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/maven-plugin/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.jelly 19 Feb 2003 22:52:51 -0000 1.3
+++ plugin.jelly 19 Feb 2003 23:13:45 -0000 1.4
@@ -14,7 +14,7 @@
name="torque"
description="Generates SQL files and Peer-based OM objects">
- <!-- <attainGoal name="torque:sql"/> -->
+ <attainGoal name="torque:sql"/>
<attainGoal name="torque:om"/>
</goal>
@@ -382,7 +382,8 @@
<goal
name="torque:create-db"
- description="generates the target database">
+ description="generates the target database"
+ prereqs="torque:init">
<j:choose>
@@ -703,8 +704,7 @@
<goal
name="torque:ojb"
- description="Generates the repository and om for ojb (experimental)"
- prereqs="torque:init">
+ description="Generates the repository and om for ojb (experimental)">
<attainGoal name="torque:ojb-repository"/>
<attainGoal name="torque:ojb-model"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]