Browse Source

record change for <java> module support

master
Stefan Bodewig 9 years ago
parent
commit
0ff7cc8511
3 changed files with 8 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +3
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -391,6 +391,7 @@ Tom Dimock
Tom Eugelink Tom Eugelink
Tom May Tom May
Tomasz Bech Tomasz Bech
Tomáš Zezula
Trejkaz Xaoza Trejkaz Xaoza
Ulrich Schmidt Ulrich Schmidt
Uwe Schindler Uwe Schindler


+ 3
- 0
WHATSNEW View File

@@ -70,6 +70,9 @@ Other changes:
* The <http> condition has a new optional attribute followRedirects. * The <http> condition has a new optional attribute followRedirects.
Bugzilla Report 58840 Bugzilla Report 58840


* <java> now supports Java9 modules.
https://github.com/apache/ant/pull/15

Changes from Ant 1.9.5 TO Ant 1.9.6 Changes from Ant 1.9.5 TO Ant 1.9.6
=================================== ===================================




+ 4
- 0
contributors.xml View File

@@ -1572,6 +1572,10 @@
<first>Tomasz</first> <first>Tomasz</first>
<last>Bech</last> <last>Bech</last>
</name> </name>
<name>
<first>Tomáš</first>
<last>Zezula</last>
</name>
<name> <name>
<first>Trejkaz</first> <first>Trejkaz</first>
<last>Xaoz</last> <last>Xaoz</last>


Loading…
Cancel
Save