Author: xavier
Date: Sat Nov 24 06:52:19 2007
New Revision: 597855

URL: http://svn.apache.org/viewvc?rev=597855&view=rev
Log:
document update attribute (IVY-571)

Modified:
    incubator/ivy/core/trunk/doc/use/publish.html

Modified: incubator/ivy/core/trunk/doc/use/publish.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/use/publish.html?rev=597855&r1=597854&r2=597855&view=diff
==============================================================================
--- incubator/ivy/core/trunk/doc/use/publish.html (original)
+++ incubator/ivy/core/trunk/doc/use/publish.html Sat Nov 24 06:52:19 2007
@@ -48,8 +48,10 @@
         <td>No. Defaults to the ${ivy.deliver.revision}</td></tr>
     <tr><td>forcedeliver</td><td>true to force the implicit call to deliver, 
false to do it only if the ivy file to publish doesn't exist yet <span 
class="since">since 1.4</span></td>
         <td>No. Defaults to false</td></tr>
+    <tr><td>update</td><td>true to update ivy file metadata (revision, 
publication date and status) before publishing, false otherwise. This is 
usually not necessary when using deliver before publish.</td>
+        <td>No. Defaults to false</td></tr>
     <tr><td>validate</td><td>true to force ivy files validation against 
ivy.xsd, false to force no validation</td>
-        <td>No. Defaults to default ivy value (as configured in configuration 
file)</td></tr>
+        <td>No. Defaults to default ivy value (as configured in 
[[configuration settings file]])</td></tr>
     <tr><td>replacedynamicrev</td><td>true to replace dynmic revisions by 
static ones in the delivered file, false to avoid this replacement <span 
class="since">since 1.3</span></td>
         <td>No. Defaults to true</td></tr>
     <tr><td>publishivy</td><td>True to publish delivered ivy file, false 
otherwise</td>


Reply via email to