seade       2004/09/11 05:41:44

  Modified:    xdocs    changes.xml
               src/maven-plugin plugin.jelly
  Log:
  TRQS226: Remove unneeded code in Torque maven plugin.  Thanks to Thierry Lach for 
the patch.
  
  Revision  Changes    Path
  1.139     +4 -0      db-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- changes.xml       4 Sep 2004 13:33:09 -0000       1.138
  +++ changes.xml       11 Sep 2004 12:41:44 -0000      1.139
  @@ -10,6 +10,10 @@
   
       <release version="3.2-alpha" date="in CVS">
         <action dev='seade' type='fix'>
  +        TRQS226: Remove unneeded code in Torque maven plugin.  Thanks to
  +        Thierry Lach for the patch.
  +      </action>
  +      <action dev='seade' type='fix'>
           TRQS220: Torque maven plugin om zip goal doesn't work.  Thanks to Dan
           Price for the patch.
         </action>
  
  
  
  1.13      +1 -8      db-torque/src/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/db-torque/src/maven-plugin/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly      4 Sep 2004 13:33:09 -0000       1.12
  +++ plugin.jelly      11 Sep 2004 12:41:44 -0000      1.13
  @@ -62,13 +62,6 @@
         <path refid="maven.dependency.classpath"/>
       </path>
   
  -    <!-- The default.properties file will map old properties to the new ones along
  -         with setting the correct defaults.
  -
  -         Note: I have no idea why this file is not already processed by the plugin..
  -      -->
  -    <property 
file="${maven.plugin.dir}/maven-torque-plugin-3.2-dev/plugin.properties"/>
  -
       <!-- Define all of the tasks -->
       <taskdef
         name="torque-data-model"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to