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/21 12:21:16 UTC

[5/5] ant git commit: record module support for javac

record module support for javac

closes #16


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

Branch: refs/heads/master
Commit: edca1db3d01a29be108c01e081f7ebdca6cb3ce7
Parents: b2558bc
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Mar 21 12:12:35 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Mar 21 12:12:35 2016 +0100

----------------------------------------------------------------------
 WHATSNEW | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/edca1db3/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index efbee6e..7f9ecbb 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -73,6 +73,9 @@ Other changes:
  * <java> now supports Java9 modules.
    https://github.com/apache/ant/pull/15
 
+ * <javac> now supports Java9 modules.
+   https://github.com/apache/ant/pull/16
+
 Changes from Ant 1.9.5 TO Ant 1.9.6
 ===================================