record JDK9 module support for junit closes #18
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/cec99780 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/cec99780 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/cec99780 Branch: refs/heads/master Commit: cec99780fcda624fbddb09b158495dfc87571fe3 Parents: e25e82c Author: Stefan Bodewig <[email protected]> Authored: Wed Jul 13 20:33:16 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Wed Jul 13 20:33:54 2016 +0200 ---------------------------------------------------------------------- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/cec99780/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index 00cae06..ab25572 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -50,6 +50,9 @@ Other changes: * <scp> now supports compression via the optional compressed attribute. Bugzilla Report 47552 + * <junit> now supports JDK9 modules + Github Pull Request #18 + Changes from Ant 1.9.6 TO Ant 1.9.7 ===================================
