You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by pl...@apache.org on 2003/05/05 01:46:02 UTC

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

plynch      2003/05/04 16:46:02

  Modified:    src/plugins-build/plugin plugin.jelly
               src/plugins-build/torque plugin.jelly
  Log:
  o making changes provided with patch for MAVEN-302 from Aslak Hellesoy that replace ${maven.home}/plugins with ${maven.plugin.dir}
  
  Revision  Changes    Path
  1.5       +1 -1      maven/src/plugins-build/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	22 Apr 2003 11:48:50 -0000	1.4
  +++ plugin.jelly	4 May 2003 23:46:01 -0000	1.5
  @@ -22,7 +22,7 @@
       description="Install the plugin in Maven's plugins dir">
   
       <copy file="${maven.build.dir}/${maven.final.name}.jar"
  -      todir="${maven.home}/plugins"/>
  +      todir="${maven.plugin.dir}"/>
   
       <delete includeEmptyDirs="true" verbose="false">
         <fileset dir="${maven.home}/plugins">
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly	24 Mar 2003 21:08:17 -0000	1.3
  +++ plugin.jelly	4 May 2003 23:46:02 -0000	1.4
  @@ -40,7 +40,7 @@
   
            Note: I have no idea why this file is not already processed by the plugin..
         -->
  -    <property file="${maven.home}/plugins/maven-torque-plugin-3.1/plugin.properties"/>
  +    <property file="${maven.plugin.dir}/maven-torque-plugin-3.1/plugin.properties"/>
   
       <!-- Define all of the tasks -->
       <taskdef
  
  
  

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