You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mc...@apache.org on 2013/10/08 21:43:20 UTC

svn commit: r1530405 - /ant/core/trunk/WHATSNEW

Author: mclarke
Date: Tue Oct  8 19:43:19 2013
New Revision: 1530405

URL: http://svn.apache.org/r1530405
Log:
Adding missing WHATSNEW note

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1530405&r1=1530404&r2=1530405&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Oct  8 19:43:19 2013
@@ -26,6 +26,9 @@ Other changes:
  * tar entries with long link names are now handled the same way as
    entries with long names.
 
+ * Addition of 'skipNonTests' attribute to <junit> and <batchtest>
+   tasks to allow the tasks to skip classes that don't contain tests.
+
 Changes from Ant 1.9.1 TO Ant 1.9.2
 ===================================