Author: maartenc
Date: Thu Aug 30 13:44:50 2007
New Revision: 571304

URL: http://svn.apache.org/viewvc?rev=571304&view=rev
Log:
Added documentation for the symlink attribute.

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

Modified: incubator/ivy/core/trunk/doc/use/retrieve.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/use/retrieve.html?rev=571304&r1=571303&r2=571304&view=diff
==============================================================================
--- incubator/ivy/core/trunk/doc/use/retrieve.html (original)
+++ incubator/ivy/core/trunk/doc/use/retrieve.html Thu Aug 30 13:44:50 2007
@@ -62,6 +62,7 @@
         <td>No. All artifact types are accepted by default.</td></tr>
     <tr><td>useOrigin</td><td>true to copy artifacts from their original 
location for local artifacts, false to use only cache locations <span 
class="since">since 1.4</span></td>
         <td>No. Defaults to false</td></tr>
+    <tr><td>symlink</td><td>true to create symbolic links, false to copy the 
artifacts. The destination of the symbolic links depends on the value of the 
useOrigin attribute <span class="since">(since 2.0)</span></td><td>No. Defaults 
to false</td></tr>
     <tr><td>settingsRef</td><td>A reference to the ivy settings that must be 
used by this task <span class="since">(since 2.0)</span></td><td>No, 
'ivy.instance' is taken by default.</td></tr></tbody>
 </table>
 <h1>Examples</h1>


Reply via email to