Author: ltheussl Date: Tue May 9 10:20:36 2006 New Revision: 405476 URL: http://svn.apache.org/viewcvs?rev=405476&view=rev Log: Trivial fixes
Modified: maven/maven-1/plugins/trunk/ant/plugin.jelly maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/ant/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/plugin.jelly?rev=405476&r1=405475&r2=405476&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ant/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/ant/plugin.jelly Tue May 9 10:20:36 2006 @@ -52,7 +52,7 @@ <i:ask question="Would you like to override your current script (y/n)?" answer="ok" default="y"/> <j:choose> <j:when test="${ok == 'y'}"> - <ant:echo>!! Your script will be replaced replaced !!</ant:echo> + <ant:echo>!! Your script will be replaced !!</ant:echo> </j:when> <j:otherwise> <ant:echo>Script generation aborted.</ant:echo> @@ -61,7 +61,7 @@ </j:choose> </j:when> <j:otherwise> - <ant:echo>The property "maven.ant.generate.force" is setted to [${maven.ant.generate.force}].</ant:echo> + <ant:echo>The property "maven.ant.generate.force" is set to [${maven.ant.generate.force}].</ant:echo> <ant:echo>!! Your current script will be replaced !!</ant:echo> </j:otherwise> </j:choose> Modified: maven/maven-1/plugins/trunk/ant/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/xdocs/changes.xml?rev=405476&r1=405475&r2=405476&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ant/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Tue May 9 10:20:36 2006 @@ -28,7 +28,7 @@ <release version="1.10-SNAPSHOT" date="In SVN"> <action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action> <action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action> - <action dev="aheritier" type="del">The property maven.ant.generatebuild.file is removed.</action> + <action dev="aheritier" type="remove">The property maven.ant.generatebuild.file is removed.</action> <action dev="aheritier" type="add" issue="MPANT-25">Add a new goal (ant:execute) to execute a build.xml file from maven.</action> <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1.</action> </release>