You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/03/24 22:08:17 UTC

cvs commit: maven/src/plugins-build/torque plugin.jelly

bwalding    2003/03/24 13:08:17

  Modified:    src/plugins-build/torque plugin.jelly
  Log:
  o Fix invalid pre-req
  
  Revision  Changes    Path
  1.3       +1 -1      maven/src/plugins-build/torque/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/torque/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	27 Feb 2003 16:45:42 -0000	1.2
  +++ plugin.jelly	24 Mar 2003 21:08:17 -0000	1.3
  @@ -414,7 +414,7 @@
     <goal
       name="torque:jdbc"
       description="jdbc to xml"
  -    prereqs="torquwe:init">
  +    prereqs="torque:init">
   
       <torque-jdbc-transform
         dbDriver="${torque.database.driver}"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org