You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/12/14 22:29:37 UTC

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

Author: jglick
Date: Tue Dec 14 21:29:37 2010
New Revision: 1049285

URL: http://svn.apache.org/viewvc?rev=1049285&view=rev
Log:
Trivial edits.

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1049285&r1=1049284&r2=1049285&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Dec 14 21:29:37 2010
@@ -147,7 +147,7 @@ Fixed bugs:
    Bugzilla Report 49587.
 
  * Project#setDefault threw an exception when null was passed in as
-   argument, even though the javadoc says, null is a valid value.
+   argument, even though the Javadoc says null is a valid value.
    Bugzilla Report 49803.
 
  * runant.py would swallow the first argument if CLASSPATH wasn't set.
@@ -223,8 +223,8 @@ Other changes:
    when used in any other way than a CLASSPATH for a forked Java VM. 
    Bugzilla Report 46842.
 
- * A new attribute allows targets to deal with non-existant extensions
-   points, i.e. they can extend and extension-point if it has been
+ * A new attribute allows targets to deal with nonexistent extension
+   points, i.e. they can extend an extension-point if it has been
    defined or silently work as plain targets if it hasn't.  This is
    useful for targets that get included/imported in different
    scenarios where a given extension-point may or may not exist.