[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ant-dev
Subject:    cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java
From:       mbenson () apache ! org
Date:       2005-04-29 18:38:51
Message-ID: 20050429183851.84335.qmail () minotaur ! apache ! org
[Download RAW message or body]

mbenson     2005/04/29 11:38:51

  Modified:    src/main/org/apache/tools/ant/taskdefs Delete.java
  Log:
  I'm so particular about capitalizing "Ant".
  
  Revision  Changes    Path
  1.57      +3 -4      ant/src/main/org/apache/tools/ant/taskdefs/Delete.java
  
  Index: Delete.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Delete.java,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- Delete.java	7 Dec 2004 23:39:38 -0000	1.56
  +++ Delete.java	29 Apr 2005 18:38:51 -0000	1.57
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 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.
  @@ -558,9 +558,8 @@
                   if (deleteOnExit) {
                       int level = quiet ? Project.MSG_VERBOSE : Project.MSG_INFO;
                       log("Failed to delete " + f + ", calling deleteOnExit."
  -                        + " This attempts to delete the file when the ant jvm"
  -                        + " has exited and might not succeed."
  -                        , level);
  +                        + " This attempts to delete the file when the Ant jvm"
  +                        + " has exited and might not succeed.", level);
                       f.deleteOnExit();
                       return true;
                   }
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic