is that necessary?

[EMAIL PROTECTED] wrote:

>Author: aheritier
>Date: Wed Sep 14 07:51:38 2005
>New Revision: 280867
>
>URL: http://svn.apache.org/viewcvs?rev=280867&view=rev
>Log:
>the tag I added works only with maven 1.1 because of the jelly:util bundle in 
>1.0 which doesn't allow to replace a string by another in a string.
>
>Modified:
>    maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
>    maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml
>
>Modified: maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
>URL: 
>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml?rev=280867&r1=280866&r2=280867&view=diff
>==============================================================================
>--- maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml (original)
>+++ maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml Wed Sep 14 07:51:38 
>2005
>@@ -24,7 +24,7 @@
>   </properties>
>   <body>
>     <release version="1.7-SNAPSHOT" date="In SVN">
>-      <action dev="aheritier" type="add">new plugin:available tag to check if 
>a minimal release of a plugin is present.</action>
>+      <action dev="aheritier" type="add">new plugin:available tag to check if 
>a minimal release of a plugin is present. (for maven 1.1 only)</action>
>     </release>
>     <release version="1.6" date="2005-06-03">
>       <action dev="vmassol" type="add">Added new
>
>Modified: maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml
>URL: 
>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml?rev=280867&r1=280866&r2=280867&view=diff
>==============================================================================
>--- maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml (original)
>+++ maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml Wed Sep 14 07:51:38 2005
>@@ -71,8 +71,9 @@
>         </p>
>         <p>There are no attributes for this tag</p>
>       </subsection>
>-      <subsection name='assertFileExists Tag'>
>+      <subsection name='available Tag'>
>         <p>Fails the build if the given plugin does not exist or hasn't the 
> minimal release number. Otherwise no effect.</p>
>+        <p><b>Works only with maven 1.1.</b></p>
>         <table>
>           <tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
>           <tr>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>

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

Reply via email to