You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2004/07/24 17:04:32 UTC

cvs commit: ant/src/main/org/apache/tools/ant Target.java

antoine     2004/07/24 08:04:32

  Modified:    src/main/org/apache/tools/ant Target.java
  Log:
  Make compile
  
  Revision  Changes    Path
  1.56      +1 -0      ant/src/main/org/apache/tools/ant/Target.java
  
  Index: Target.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Target.java,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Target.java	23 Jul 2004 20:16:29 -0000	1.55
  +++ Target.java	24 Jul 2004 15:04:32 -0000	1.56
  @@ -20,6 +20,7 @@
   import java.util.ArrayList;
   import java.util.Collections;
   import java.util.Enumeration;
  +import java.util.Hashtable;
   import java.util.Iterator;
   import java.util.List;
   import java.util.StringTokenizer;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/src/main/org/apache/tools/ant Target.java

Posted by Matt Benson <gu...@yahoo.com>.
Thanks, Antoine... I don't know how that happened.  I
SWEAR I tested... I must have inadvertently wiped out
that import afterwards.  :(  Oh, well...

-Matt

--- antoine@apache.org wrote:
> antoine     2004/07/24 08:04:32
> 
>   Modified:    src/main/org/apache/tools/ant
> Target.java
>   Log:
>   Make compile
>   
>   Revision  Changes    Path
>   1.56      +1 -0     
> ant/src/main/org/apache/tools/ant/Target.java
>   
>   Index: Target.java
>  
>
===================================================================
>   RCS file:
>
/home/cvs/ant/src/main/org/apache/tools/ant/Target.java,v
>   retrieving revision 1.55
>   retrieving revision 1.56
>   diff -u -r1.55 -r1.56
>   --- Target.java	23 Jul 2004 20:16:29 -0000	1.55
>   +++ Target.java	24 Jul 2004 15:04:32 -0000	1.56
>   @@ -20,6 +20,7 @@
>    import java.util.ArrayList;
>    import java.util.Collections;
>    import java.util.Enumeration;
>   +import java.util.Hashtable;
>    import java.util.Iterator;
>    import java.util.List;
>    import java.util.StringTokenizer;
>   
>   
>   
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org