Author: stevel Date: Fri Apr 27 03:51:34 2007 New Revision: 533058 URL: http://svn.apache.org/viewvc?view=rev&rev=533058 Log: bug ID#42231, a static method is package scoped instead of public
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=533058&r1=533057&r2=533058 ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Fri Apr 27 03:51:34 2007 @@ -99,7 +99,9 @@ * Patternset allows nested inverted patternsets using <invert>. -* <manifest> checks for validity of attribute names. +* <manifest> checks for validity of attribute names. + +* JUnitVersionHelper.getTestCaseClassName is now public. Bugzilla 42231 Changes from Ant 1.6.5 to Ant 1.7.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]