mbenson 2005/02/03 09:59:34
Modified: src/main/org/apache/tools/ant/taskdefs/optional/unix
Symlink.java
Log:
Add 1.7 tags to dispatch methods.
Revision Changes Path
1.24 +5 -1
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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Symlink.java 3 Feb 2005 17:58:11 -0000 1.23
+++ Symlink.java 3 Feb 2005 17:59:34 -0000 1.24
@@ -153,6 +153,7 @@
/**
* Create a symlink.
* @throws BuildException on error.
+ * @since Ant 1.7
*/
public void single() throws BuildException {
try {
@@ -173,6 +174,7 @@
/**
* Delete a symlink.
* @throws BuildException on error.
+ * @since Ant 1.7
*/
public void delete() throws BuildException {
try {
@@ -194,6 +196,7 @@
/**
* Restore symlinks.
* @throws BuildException on error.
+ * @since Ant 1.7
*/
public void recreate() throws BuildException {
try {
@@ -229,6 +232,7 @@
/**
* Record symlinks.
* @throws BuildException on error.
+ * @since Ant 1.7
*/
public void record() throws BuildException {
try {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]