Fixed online docs for <javadoc> and <junit>.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268533 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/index.html b/docs/index.html
index 2137ca2..d4fe964 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2840,7 +2840,7 @@
   </tr>
   <tr>
     <td valign="top">sourcefiles</td>
-    <td valign="top">Space separated list of source files</td>
+    <td valign="top">Comma separated list of source files</td>
     <td align="center" valign="top">all</td>
     <td align="center" valign="middle" rowspan="2">at least one of the two</td>
   </tr>
diff --git a/docs/junit.html b/docs/junit.html
index 7445c93..cba5c57 100644
--- a/docs/junit.html
+++ b/docs/junit.html
@@ -9,7 +9,8 @@
 <p>This task runs tests from the JUnit testing framework. The latest
 version of the framework can be found at 
 <a href="http://www.junit.org">http://www.junit.org</a>.
-This task requires JUnit 3.0 or above.</p>
+This task requires JUnit 3.0 up to 3.4 - <b>the version shipping with Ant
+1.2 is not compatible with JUnit 3.5</b>.</p>
 
 <p>Tests are defined by nested <code>test</code> or
 <code>batchtest</code> tags, see <a href="#nested">nested