You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/03/06 12:39:32 UTC

[4/4] ant git commit: record change for module support

record change for <java> module support


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0ff7cc85
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0ff7cc85
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0ff7cc85

Branch: refs/heads/master
Commit: 0ff7cc8511a29c6804bf9491de215a2d24e88a52
Parents: 90c1cc0
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Mar 6 12:38:32 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Mar 6 12:38:32 2016 +0100

----------------------------------------------------------------------
 CONTRIBUTORS     | 1 +
 WHATSNEW         | 3 +++
 contributors.xml | 4 ++++
 3 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/0ff7cc85/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 14de97a..af1a509 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -391,6 +391,7 @@ Tom Dimock
 Tom Eugelink
 Tom May
 Tomasz Bech
+Tomáš Zezula
 Trejkaz Xaoza
 Ulrich Schmidt
 Uwe Schindler

http://git-wip-us.apache.org/repos/asf/ant/blob/0ff7cc85/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 7dff8cb..efbee6e 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -70,6 +70,9 @@ Other changes:
  * The <http> condition has a new optional attribute followRedirects.
    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
 ===================================
 

http://git-wip-us.apache.org/repos/asf/ant/blob/0ff7cc85/contributors.xml
----------------------------------------------------------------------
diff --git a/contributors.xml b/contributors.xml
index 137b996..4029a0d 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -1573,6 +1573,10 @@
     <last>Bech</last>
   </name>
   <name>
+    <first>Tomáš</first>
+    <last>Zezula</last>
+  </name>
+  <name>
     <first>Trejkaz</first>
     <last>Xaoz</last>
   </name>