You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2019/09/05 04:18:04 UTC

svn commit: r1866428 [17/26] - in /ant/site/ant: production/ production/manual/ production/manual/Integration/ production/manual/Tasks/ production/manual/Types/ production/manual/api/ production/manual/api/org/apache/tools/ant/ production/manual/api/or...

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/LaunchDefinition.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/LaunchDefinition.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/LaunchDefinition.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/LaunchDefinition.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>LaunchDefinition (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
@@ -28,7 +28,7 @@
     catch(err) {
     }
 //-->
-var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
+var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -153,21 +153,31 @@ $('.navPadding').css('padding-top', $('.
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getExcludeTags()">getExcludeTags</a></span>()</code></th>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIncludeTags()">getIncludeTags</a></span>()</code></th>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="ListenerDefinition.html" title="class in org.apache.tools.ant.taskdefs.optional.junitlauncher.confined">ListenerDefinition</a>&gt;</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getListeners()">getListeners</a></span>()</code></th>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="TestDefinition.html" title="class in org.apache.tools.ant.taskdefs.optional.junitlauncher.confined">TestDefinition</a>&gt;</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTests()">getTests</a></span>()</code></th>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isHaltOnFailure()">isHaltOnFailure</a></span>()</code></th>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isPrintSummary()">isPrintSummary</a></span>()</code></th>
 <td class="colLast">&nbsp;</td>
@@ -247,7 +257,7 @@ $('.navPadding').css('padding-top', $('.
 <a id="getClassLoader()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getClassLoader</h4>
 <pre class="methodSignature">java.lang.ClassLoader&nbsp;getClassLoader()</pre>
@@ -258,6 +268,34 @@ $('.navPadding').css('padding-top', $('.
 </dl>
 </li>
 </ul>
+<a id="getIncludeTags()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIncludeTags</h4>
+<pre class="methodSignature">java.util.List&lt;java.lang.String&gt;&nbsp;getIncludeTags()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the list of tags which will be used to evaluate tests that need to be included
+ in the test execution</dd>
+</dl>
+</li>
+</ul>
+<a id="getExcludeTags()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getExcludeTags</h4>
+<pre class="methodSignature">java.util.List&lt;java.lang.String&gt;&nbsp;getExcludeTags()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the list of tags which will be used to evaluate tests that need to be excluded
+ from the test execution</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </section>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.ListenerType.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.ListenerType.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.ListenerType.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.ListenerType.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>ListenerDefinition.ListenerType (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>ListenerDefinition (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/NamedTest.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/NamedTest.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/NamedTest.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/NamedTest.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>NamedTest (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/SingleTestClass.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/SingleTestClass.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/SingleTestClass.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/SingleTestClass.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>SingleTestClass (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestClasses.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestClasses.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestClasses.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestClasses.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TestClasses (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestDefinition.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestDefinition.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestDefinition.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/TestDefinition.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TestDefinition (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-summary.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-summary.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.junitlauncher.confined (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-tree.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-tree.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.junitlauncher.confined Class Hierarchy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.junitlauncher (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-tree.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-tree.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.junitlauncher Class Hierarchy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/BuiltinNative2Ascii.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/BuiltinNative2Ascii.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/BuiltinNative2Ascii.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/BuiltinNative2Ascii.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>BuiltinNative2Ascii (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>DefaultNative2Ascii (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>KaffeNative2Ascii (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>Native2AsciiAdapter (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>Native2AsciiAdapterFactory (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>SunNative2Ascii (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-summary.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-summary.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.native2ascii (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-tree.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-tree.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>org.apache.tools.ant.taskdefs.optional.native2ascii Class Hierarchy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Action.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Action.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Action.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Action.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.Action (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPFile.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPFile.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPFile.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPFile.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.FTPDirectoryScanner.AntFTPFile (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPRootFile.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPRootFile.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPRootFile.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPRootFile.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.FTPDirectoryScanner.AntFTPRootFile (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.FTPDirectoryScanner (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPFileProxy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPFileProxy.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPFileProxy.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPFileProxy.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.FTPFileProxy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPSystemType.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPSystemType.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPSystemType.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPSystemType.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.FTPSystemType (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Granularity.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Granularity.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Granularity.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Granularity.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.Granularity (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.LanguageCode.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.LanguageCode.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.LanguageCode.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.LanguageCode.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP.LanguageCode (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTP (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
@@ -28,7 +28,7 @@
     catch(err) {
     }
 //-->
-var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":6,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":42,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10};
+var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":6,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":42,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -565,12 +565,19 @@ extends <a href="../../../Task.html" tit
 </tr>
 <tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDataTimeout(int)">setDataTimeout</a></span>&#8203;(int&nbsp;dataTimeout)</code></th>
+<td class="colLast">
+<div class="block">Sets the timeout on the data connection in milliseconds.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDefaultDateFormatConfig(java.lang.String)">setDefaultDateFormatConfig</a></span>&#8203;(java.lang.String&nbsp;defaultDateFormat)</code></th>
 <td class="colLast">
 <div class="block">Sets the defaultDateFormatConfig attribute.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDepends(boolean)">setDepends</a></span>&#8203;(boolean&nbsp;depends)</code></th>
 <td class="colLast">
@@ -578,7 +585,7 @@ extends <a href="../../../Task.html" tit
  remote counterparts.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEnableRemoteVerification(boolean)">setEnableRemoteVerification</a></span>&#8203;(boolean&nbsp;b)</code></th>
 <td class="colLast">
@@ -586,126 +593,126 @@ extends <a href="../../../Task.html" tit
  connected to the same remote host.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setIgnoreNoncriticalErrors(boolean)">setIgnoreNoncriticalErrors</a></span>&#8203;(boolean&nbsp;ignoreNoncriticalErrors)</code></th>
 <td class="colLast">
 <div class="block">set the flag to skip errors on directory creation.</div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setInitialSiteCommand(java.lang.String)">setInitialSiteCommand</a></span>&#8203;(java.lang.String&nbsp;initialCommand)</code></th>
 <td class="colLast">
 <div class="block">Sets the initialSiteCommand attribute.</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setListing(java.io.File)">setListing</a></span>&#8203;(java.io.File&nbsp;listing)</code></th>
 <td class="colLast">
 <div class="block">The output file for the "list" action.</div>
 </td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNewer(boolean)">setNewer</a></span>&#8203;(boolean&nbsp;newer)</code></th>
 <td class="colLast">
 <div class="block">A synonym for <code>depends</code>.</div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPassive(boolean)">setPassive</a></span>&#8203;(boolean&nbsp;passive)</code></th>
 <td class="colLast">
 <div class="block">Specifies whether to use passive mode.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPassword(java.lang.String)">setPassword</a></span>&#8203;(java.lang.String&nbsp;password)</code></th>
 <td class="colLast">
 <div class="block">Sets the login password for the given user id.</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPort(int)">setPort</a></span>&#8203;(int&nbsp;port)</code></th>
 <td class="colLast">
 <div class="block">Sets the FTP port used by the remote server.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPreserveLastModified(boolean)">setPreserveLastModified</a></span>&#8203;(boolean&nbsp;preserveLastModified)</code></th>
 <td class="colLast">
 <div class="block">Set to true to preserve modification times for "gotten" files.</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setRecentDateFormatConfig(java.lang.String)">setRecentDateFormatConfig</a></span>&#8203;(java.lang.String&nbsp;recentDateFormat)</code></th>
 <td class="colLast">
 <div class="block">Sets the recentDateFormatConfig attribute.</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setRemotedir(java.lang.String)">setRemotedir</a></span>&#8203;(java.lang.String&nbsp;dir)</code></th>
 <td class="colLast">
 <div class="block">Sets the remote directory where files will be placed.</div>
 </td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setRetriesAllowed(java.lang.String)">setRetriesAllowed</a></span>&#8203;(java.lang.String&nbsp;retriesAllowed)</code></th>
 <td class="colLast">
 <div class="block">Defines how many times to retry executing FTP command before giving up.</div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSeparator(java.lang.String)">setSeparator</a></span>&#8203;(java.lang.String&nbsp;separator)</code></th>
 <td class="colLast">
 <div class="block">Sets the remote file separator character.</div>
 </td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServer(java.lang.String)">setServer</a></span>&#8203;(java.lang.String&nbsp;server)</code></th>
 <td class="colLast">
 <div class="block">Sets the FTP server to send files to.</div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServerLanguageCodeConfig(org.apache.tools.ant.taskdefs.optional.net.FTP.LanguageCode)">setServerLanguageCodeConfig</a></span>&#8203;(<a href="FTP.LanguageCode.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTP.LanguageCode</a>&nbsp;serverLanguageCode)</code></th>
 <td class="colLast">
 <div class="block">Sets the serverLanguageCode attribute.</div>
 </td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServerTimeZoneConfig(java.lang.String)">setServerTimeZoneConfig</a></span>&#8203;(java.lang.String&nbsp;serverTimeZoneId)</code></th>
 <td class="colLast">
 <div class="block">Sets the serverTimeZoneConfig attribute.</div>
 </td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setShortMonthNamesConfig(java.lang.String)">setShortMonthNamesConfig</a></span>&#8203;(java.lang.String&nbsp;shortMonthNames)</code></th>
 <td class="colLast">
 <div class="block">Sets the shortMonthNamesConfig attribute</div>
 </td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSiteCommand(java.lang.String)">setSiteCommand</a></span>&#8203;(java.lang.String&nbsp;siteCommand)</code></th>
 <td class="colLast">
 <div class="block">Sets the siteCommand attribute.</div>
 </td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSkipFailedTransfers(boolean)">setSkipFailedTransfers</a></span>&#8203;(boolean&nbsp;skipFailedTransfers)</code></th>
 <td class="colLast">
@@ -714,14 +721,14 @@ extends <a href="../../../Task.html" tit
  of the files still transferred.</div>
 </td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSystemTypeKey(org.apache.tools.ant.taskdefs.optional.net.FTP.FTPSystemType)">setSystemTypeKey</a></span>&#8203;(<a href="FTP.FTPSystemType.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTP.FTPSystemType</a>&nbsp;systemKey)</code></th>
 <td class="colLast">
 <div class="block">Sets the systemTypeKey attribute.</div>
 </td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setTimeDiffAuto(boolean)">setTimeDiffAuto</a></span>&#8203;(boolean&nbsp;timeDiffAuto)</code></th>
 <td class="colLast">
@@ -729,7 +736,7 @@ extends <a href="../../../Task.html" tit
  between local and remote machine.</div>
 </td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setTimeDiffMillis(long)">setTimeDiffMillis</a></span>&#8203;(long&nbsp;timeDiffMillis)</code></th>
 <td class="colLast">
@@ -737,28 +744,28 @@ extends <a href="../../../Task.html" tit
  to get the time on the local machine.</div>
 </td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setTimestampGranularity(org.apache.tools.ant.taskdefs.optional.net.FTP.Granularity)">setTimestampGranularity</a></span>&#8203;(<a href="FTP.Granularity.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTP.Granularity</a>&nbsp;timestampGranularity)</code></th>
 <td class="colLast">
 <div class="block">Sets the timestampGranularity attribute</div>
 </td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setUmask(java.lang.String)">setUmask</a></span>&#8203;(java.lang.String&nbsp;theUmask)</code></th>
 <td class="colLast">
 <div class="block">Sets the default mask for file creation on a unix server.</div>
 </td>
 </tr>
-<tr id="i52" class="altColor">
+<tr id="i53" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setUserid(java.lang.String)">setUserid</a></span>&#8203;(java.lang.String&nbsp;userid)</code></th>
 <td class="colLast">
 <div class="block">Sets the login user id to use on the specified server.</div>
 </td>
 </tr>
-<tr id="i53" class="rowColor">
+<tr id="i54" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setVerbose(boolean)">setVerbose</a></span>&#8203;(boolean&nbsp;verbose)</code></th>
 <td class="colLast">
@@ -766,7 +773,16 @@ extends <a href="../../../Task.html" tit
  transferred.</div>
 </td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i55" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setWakeUpTransferInterval(int)">setWakeUpTransferInterval</a></span>&#8203;(int&nbsp;wakeUpTransferInterval)</code></th>
+<td class="colLast">
+<div class="block">Sets the time interval when we should automatically
+ call a command triggering a transfer
+ The parameter is in seconds</div>
+</td>
+</tr>
+<tr id="i56" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#transferFiles(org.apache.commons.net.ftp.FTPClient)">transferFiles</a></span>&#8203;(org.apache.commons.net.ftp.FTPClient&nbsp;ftp)</code></th>
 <td class="colLast">
@@ -774,7 +790,7 @@ extends <a href="../../../Task.html" tit
  server.</div>
 </td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i57" class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#transferFiles(org.apache.commons.net.ftp.FTPClient,org.apache.tools.ant.types.FileSet)">transferFiles</a></span>&#8203;(org.apache.commons.net.ftp.FTPClient&nbsp;ftp,
              <a href="../../../types/FileSet.html" title="class in org.apache.tools.ant.types">FileSet</a>&nbsp;fs)</code></th>
@@ -1627,6 +1643,42 @@ public&nbsp;void&nbsp;setAction&#8203;(j
 </dl>
 </li>
 </ul>
+<a id="setDataTimeout(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDataTimeout</h4>
+<pre class="methodSignature">public&nbsp;void&nbsp;setDataTimeout&#8203;(int&nbsp;dataTimeout)</pre>
+<div class="block">Sets the timeout on the data connection in milliseconds.
+ Any negative value is discarded and leaves the default
+ A value of 0 means an infinite timeout</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>dataTimeout</code> - int</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>Ant 1.10.7</dd>
+</dl>
+</li>
+</ul>
+<a id="setWakeUpTransferInterval(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWakeUpTransferInterval</h4>
+<pre class="methodSignature">public&nbsp;void&nbsp;setWakeUpTransferInterval&#8203;(int&nbsp;wakeUpTransferInterval)</pre>
+<div class="block">Sets the time interval when we should automatically
+ call a command triggering a transfer
+ The parameter is in seconds</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>wakeUpTransferInterval</code> - int</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>Ant 1.10.7</dd>
+</dl>
+</li>
+</ul>
 <a id="checkAttributes()">
 <!--   -->
 </a>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Action.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Action.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Action.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Action.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTask.Action (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.FTPSystemType.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.FTPSystemType.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.FTPSystemType.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.FTPSystemType.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTask.FTPSystemType (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Granularity.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Granularity.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Granularity.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Granularity.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTask.Granularity (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirror (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirrorImpl.FTPDirectoryScanner (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirrorImpl.FTPFileProxy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>FTPTaskMirrorImpl (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/MimeMail.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/MimeMail.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/MimeMail.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/MimeMail.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>MimeMail (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.AntRExecClient.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.AntRExecClient.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.AntRExecClient.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.AntRExecClient.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>RExecTask.AntRExecClient (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
@@ -149,7 +149,7 @@ $('.navPadding').css('padding-top', $('.
 <pre>public class <span class="typeNameLabel">RExecTask.AntRExecClient</span>
 extends org.apache.commons.net.bsd.RExecClient</pre>
 <div class="block">This class handles the abstraction of the rexec protocol.
-  Currently it is a wrapper around <a href="http://jakarta.apache.org/commons/net/index.html">Jakarta
+  Currently it is a wrapper around <a href="https://jakarta.apache.org/commons/net/index.html">Jakarta
   Commons Net</a>.</div>
 </li>
 </ul>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecRead.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecRead.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecRead.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecRead.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>RExecTask.RExecRead (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecSubTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecSubTask.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecSubTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecSubTask.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>RExecTask.RExecSubTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecWrite.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecWrite.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecWrite.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecWrite.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>RExecTask.RExecWrite (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>RExecTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/SetProxy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/SetProxy.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/SetProxy.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/SetProxy.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>SetProxy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
@@ -176,8 +176,8 @@ extends <a href="../../../Task.html" tit
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>Ant 1.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html">
-  java 1.5 network property list</a></dd>
+<dd><a href="https://docs.oracle.com/javase/8/docs/technotes/guides/net/properties.html">
+  https://docs.oracle.com/javase/8/docs/technotes/guides/net/properties.html</a></dd>
 </dl>
 </li>
 </ul>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.AntTelnetClient.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.AntTelnetClient.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.AntTelnetClient.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.AntTelnetClient.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TelnetTask.AntTelnetClient (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
@@ -149,7 +149,7 @@ $('.navPadding').css('padding-top', $('.
 <pre>public class <span class="typeNameLabel">TelnetTask.AntTelnetClient</span>
 extends org.apache.commons.net.telnet.TelnetClient</pre>
 <div class="block">This class handles the abstraction of the telnet protocol.
-  Currently it is a wrapper around <a href="http://jakarta.apache.org/commons/net/index.html">Jakarta
+  Currently it is a wrapper around <a href="https://jakarta.apache.org/commons/net/index.html">Jakarta
   Commons Net</a>.</div>
 </li>
 </ul>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetRead.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetRead.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetRead.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetRead.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TelnetTask.TelnetRead (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetSubTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetSubTask.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetSubTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetSubTask.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TelnetTask.TelnetSubTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetWrite.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetWrite.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetWrite.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetWrite.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TelnetTask.TelnetWrite (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.html?rev=1866428&r1=1866427&r2=1866428&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.html Thu Sep  5 04:17:51 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (11.0.1) on Thu May 02 18:38:52 IST 2019 -->
+<!-- Generated by javadoc (11.0.1) on Sun Sep 01 11:43:13 IST 2019 -->
 <title>TelnetTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-05-02">
+<meta name="dc.created" content="2019-09-01">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>