o making changes provided with patch for MAVEN-302 from Aslak Hellesoy that replace ${maven.home}/plugins with ${maven.plugin.dir}

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
plynch 2003-05-04 23:46:02 +00:00
parent db0f13cde3
commit de7925b3fe
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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