You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/09/08 11:31:28 UTC

cvs commit: maven/src/plugins-build/torque/xdocs changes.xml

evenisse    2003/09/08 02:31:28

  Modified:    src/plugins-build/torque plugin.jelly
               src/plugins-build/torque/xdocs changes.xml
  Log:
  Fix prereqs of torque:om-zip goal.
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly	4 Aug 2003 05:03:01 -0000	1.8
  +++ plugin.jelly	8 Sep 2003 09:31:27 -0000	1.9
  @@ -508,7 +508,7 @@
   
     <goal
       name="torque:om-zip"
  -    prereqs="check-om-zip"
  +    prereqs="torque:check-om-zip"
       description="Moves source om files to separate jar and out of the source tree">
   
       <!-- Perform the package to path converison. -->
  
  
  
  1.4       +3 -0      maven/src/plugins-build/torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/torque/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	25 Jul 2003 06:35:27 -0000	1.3
  +++ changes.xml	8 Sep 2003 09:31:27 -0000	1.4
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="3.2" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Fix prereqs of torque:om-zip goal.
  +      </action>
         <action dev="dion" type="update">
           update to velocity 1.4-dev
         </action>
  
  
  

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