From dev-return-72685-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Jun 22 07:16:16 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 53798 invoked from network); 22 Jun 2006 07:16:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 07:16:16 -0000 Received: (qmail 70006 invoked by uid 500); 22 Jun 2006 07:16:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 69967 invoked by uid 500); 22 Jun 2006 07:16:15 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 69956 invoked by uid 500); 22 Jun 2006 07:16:14 -0000 Received: (qmail 69953 invoked by uid 99); 22 Jun 2006 07:16:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 00:16:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 00:16:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 28BD41A983A; Thu, 22 Jun 2006 00:15:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r416289 - in /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit: LogCapturer.java PlainAntUnitListener.java Date: Thu, 22 Jun 2006 07:15:53 -0000 To: ant-cvs@apache.org From: kevj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060622071554.28BD41A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: kevj Date: Thu Jun 22 00:15:53 2006 New Revision: 416289 URL: http://svn.apache.org/viewvc?rev=416289&view=rev Log: remove unused imports change year Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogCapturer.java ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogCapturer.java URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogCapturer.java?rev=416289&r1=416288&r2=416289&view=diff ============================================================================== --- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogCapturer.java (original) +++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogCapturer.java Thu Jun 22 00:15:53 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 The Apache Software Foundation + * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,6 @@ package org.apache.ant.antunit; import org.apache.tools.ant.BuildEvent; -import org.apache.tools.ant.BuildException; import org.apache.tools.ant.BuildListener; import org.apache.tools.ant.Project; Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java?rev=416289&r1=416288&r2=416289&view=diff ============================================================================== --- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java (original) +++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java Thu Jun 22 00:15:53 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 The Apache Software Foundation + * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ import java.io.PrintWriter; import java.io.StringWriter; import java.text.NumberFormat; -import java.util.HashMap; import org.apache.tools.ant.BuildException; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org