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 2014/11/26 20:54:35 UTC

[2/3] ant git commit: fix for Bugzilla 47002 by Martin van Gagern - closes #3

fix for Bugzilla 47002 by Martin van Gagern - closes #3


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

Branch: refs/heads/master
Commit: d8a51e9fd4e17cbcdcbce0cb014291ca0f16bcbf
Parents: 95ea95c
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Nov 26 20:43:08 2014 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Nov 26 20:43:08 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/ant/blob/d8a51e9f/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 4cc9c83..79670f3 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -49,6 +49,9 @@ Fixed bugs:
    contains spaces.
    github pull request #1
 
+ * <junitreport> now supports nested <classpath> and <factory> elements.
+   Bugzilla Report 47002
+
 Other changes:
 --------------