Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 56712 invoked from network); 23 Dec 2009 08:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 08:01:58 -0000 Received: (qmail 37715 invoked by uid 500); 23 Dec 2009 08:01:58 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 37649 invoked by uid 500); 23 Dec 2009 08:01:57 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 37640 invoked by uid 99); 23 Dec 2009 08:01:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 08:01:57 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 08:01:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BA58423889EC; Wed, 23 Dec 2009 08:01:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r893422 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java Date: Wed, 23 Dec 2009 08:01:30 -0000 To: notifications@ant.apache.org From: kevj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091223080130.BA58423889EC@eris.apache.org> Author: kevj Date: Wed Dec 23 08:01:29 2009 New Revision: 893422 URL: http://svn.apache.org/viewvc?rev=893422&view=rev Log: -remove unused import Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java?rev=893422&r1=893421&r2=893422&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java Wed Dec 23 08:01:29 2009 @@ -47,7 +47,6 @@ import org.apache.tools.ant.Project; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.DirectoryScanner; -import org.apache.tools.ant.Task; import org.apache.tools.ant.dispatch.DispatchTask; import org.apache.tools.ant.dispatch.DispatchUtils; import org.apache.tools.ant.taskdefs.Execute;