Trivial fixes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@405476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-05-09 17:20:36 +00:00
parent 989d7e21a9
commit 48d2d7cf96
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
<i:ask question="Would you like to override your current script (y/n)?" answer="ok" default="y"/> <i:ask question="Would you like to override your current script (y/n)?" answer="ok" default="y"/>
<j:choose> <j:choose>
<j:when test="${ok == 'y'}"> <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:when>
<j:otherwise> <j:otherwise>
<ant:echo>Script generation aborted.</ant:echo> <ant:echo>Script generation aborted.</ant:echo>
@ -61,7 +61,7 @@
</j:choose> </j:choose>
</j:when> </j:when>
<j:otherwise> <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> <ant:echo>!! Your current script will be replaced !!</ant:echo>
</j:otherwise> </j:otherwise>
</j:choose> </j:choose>

View File

@ -28,7 +28,7 @@
<release version="1.10-SNAPSHOT" date="In SVN"> <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="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="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="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> <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> </release>