Browse Source

Document Java 1.5 support

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275964 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
ca50596b98
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      WHATSNEW

+ 5
- 1
WHATSNEW View File

@@ -60,8 +60,12 @@ Other changes:
As it tests for the implementation, it can be used to check for optional As it tests for the implementation, it can be used to check for optional
tasks being available. tasks being available.


* added textname attribute to <macrodef>
* added nested text support to <macrodef>
* added initial support for Java 1.5. Java 1.5 is now correctly
detected by Ant and treated just like Java 1.4. You can now specify
source="1.5" in the <javac> task.

Changes from Ant 1.5.4 to Ant 1.6.0 Changes from Ant 1.5.4 to Ant 1.6.0
=================================== ===================================




Loading…
Cancel
Save