bodewig 2003/03/26 07:50:28
Modified: src/main/org/apache/tools/ant/taskdefs/optional/unix
Symlink.java
Log:
Fix javadocs.
PR: 17143
Submitted by: Gus Heck
Revision Changes Path
1.4 +7 -7
ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java
Index: Symlink.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Symlink.java 10 Feb 2003 14:14:28 -0000 1.3
+++ Symlink.java 26 Mar 2003 15:50:28 -0000 1.4
@@ -141,12 +141,12 @@
* absolute paths. On non-unix systems this may cause false positives.
* Furthermore, any operating system on which the command
* <code>ln -s link resource</code> is not a valid command on the comandline
- * will not be able to use action="single" or action="multi" action="record"
- * should still work. Finally, the lack of support for symlinks in Java
- * means that all links are recorded as links to the
- * <strong>canonical</strong> resource name. Therefore the link:
- * <code>link --> subdir/dir/../foo.bar</code> will be recorded as
- * <code>link=subdir/foo.bar</code> and restored as
+ * will not be able to use action= "delete", action="single" or
+ * action="recreate", but action="record" should still work. Finally, the
+ * lack of support for symlinks in Java means that all links are recorded
+ * as links to the <strong>canonical</strong> resource name. Therefore
+ * the link: <code>link --> subdir/dir/../foo.bar</code> will be recorded
+ * as <code>link=subdir/foo.bar</code> and restored as
* <code>link --> subdir/foo.bar</code>
*
* @version $Revision$