You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2013/03/18 03:58:41 UTC

svn commit: r1457623 - in /ant/site/ant: production/antnews.html sources/antnews.xml

Author: antoine
Date: Mon Mar 18 02:58:41 2013
New Revision: 1457623

URL: http://svn.apache.org/r1457623
Log:
adding commas in order to nudge svnpubsub to republish, hoping to see the Ant 1.9.0 manual

Modified:
    ant/site/ant/production/antnews.html
    ant/site/ant/sources/antnews.xml

Modified: ant/site/ant/production/antnews.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antnews.html?rev=1457623&r1=1457622&r2=1457623&view=diff
==============================================================================
--- ant/site/ant/production/antnews.html (original)
+++ ant/site/ant/production/antnews.html Mon Mar 18 02:58:41 2013
@@ -220,11 +220,11 @@
       <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
                                 <p>Key features of the 1.9.0 release are</p>
                                 <ul>
-      <li>Java 1.5 is now required</li>
-      <li>support for @Ignore annotation in JUnit 4 testcases</li>
-      <li>the zip, bzip2 and tar tasks are improved</li>
+      <li>Java 1.5 is now required,</li>
+      <li>support for @Ignore annotation in JUnit 4 testcases,</li>
+      <li>the zip, bzip2 and tar tasks are improved,</li>
       <li>removal of the Perforce Ant tasks; users of these tasks can use the tasks supplied by Perforce Inc. instead,
-        which contain more functionality and connect natively to the Perforce servers</li>
+        which contain more functionality and connect natively to the Perforce servers,</li>
       <li>numerous bug fixes and improvements as documented in Bugzilla
         and in the release notes</li>
     </ul>

Modified: ant/site/ant/sources/antnews.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/antnews.xml?rev=1457623&r1=1457622&r2=1457623&view=diff
==============================================================================
--- ant/site/ant/sources/antnews.xml (original)
+++ ant/site/ant/sources/antnews.xml Mon Mar 18 02:58:41 2013
@@ -34,11 +34,11 @@
 
     <p>Key features of the 1.9.0 release are</p>
     <ul>
-      <li>Java 1.5 is now required</li>
-      <li>support for @Ignore annotation in JUnit 4 testcases</li>
-      <li>the zip, bzip2 and tar tasks are improved</li>
+      <li>Java 1.5 is now required,</li>
+      <li>support for @Ignore annotation in JUnit 4 testcases,</li>
+      <li>the zip, bzip2 and tar tasks are improved,</li>
       <li>removal of the Perforce Ant tasks; users of these tasks can use the tasks supplied by Perforce Inc. instead,
-        which contain more functionality and connect natively to the Perforce servers</li>
+        which contain more functionality and connect natively to the Perforce servers,</li>
       <li>numerous bug fixes and improvements as documented in Bugzilla
         and in the release notes</li>
     </ul>