You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/07/26 15:28:28 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant EnumeratedAttribute.java Path.java

bodewig     00/07/26 06:28:27

  Modified:    .        WHATSNEW
  Removed:     src/main/org/apache/tools/ant EnumeratedAttribute.java
                        Path.java
  Log:
  Removed the deprecated versions of Path and EnumeratedAttribute.
  
  Revision  Changes    Path
  1.4       +6 -6      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WHATSNEW	2000/07/25 13:49:32	1.3
  +++ WHATSNEW	2000/07/26 13:28:25	1.4
  @@ -1,12 +1,15 @@
   Changes from Ant 1.1 to the current sources
   
  -Changes that could break older buildfiles:
  -------------------------------------------
  +Changes that could break older environments:
  +--------------------------------------------
   
   * copying of support files in <javac> has been removed.
   
   * the command line switches _not_ starting with - have been removed.
   
  +* Path and EnumeratedAttribute have been moved from
  +org.apache.tools.ant to org.apache.tools.ant.types.
  +
   Other changes:
   --------------
   
  @@ -19,16 +22,13 @@
   * <style> will create the necessary target directories and reprocess
   all files if the stylesheet changes.
   
  -* Path and EnumeratedAttribute moved to a new package
  -org.apache.tools.ant.types.
  -
   * New data types fileset and patternset - expected to get a broader
   use, pending documentation.
   
   * You can specify environment variables to the exec task - pending
   documentation.
   
  -* Get can check wether a remote file is actually newer than a local
  +* Get can check whether a remote file is actually newer than a local
   copy before it starts a download (HTTP only).
   
   * Added a -logger option to allow the class which performs logging to be