You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2020/09/30 16:35:00 UTC

svn commit: r1882159 [8/25] - in /ant/site/ant/production: ./ manual/ manual/Tasks/ manual/Types/ manual/api/ manual/api/org/apache/tools/ant/ manual/api/org/apache/tools/ant/attribute/ manual/api/org/apache/tools/ant/dispatch/ manual/api/org/apache/to...

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalProperties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalProperties.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalProperties.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalProperties.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>LocalProperties (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, class: LocalProperties">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -20,7 +20,7 @@
 <script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
 </head>
 <body class="class-declaration">
-<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":10,"i7":10,"i8":10};
+<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -97,12 +97,12 @@ loadScripts(document, 'script');</script
 <section class="description">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><code><a href="../PropertyHelper.Delegate.html" title="interface in org.apache.tools.ant">PropertyHelper.Delegate</a></code>, <code><a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a></code>, <code><a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a></code></dd>
+<dd><code><a href="../PropertyHelper.Delegate.html" title="interface in org.apache.tools.ant">PropertyHelper.Delegate</a></code>, <code><a href="../PropertyHelper.PropertyEnumerator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEnumerator</a></code>, <code><a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a></code>, <code><a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a></code></dd>
 </dl>
 <hr>
 <pre>public class <span class="typeNameLabel">LocalProperties</span>
 extends java.lang.InheritableThreadLocal&lt;<a href="LocalPropertyStack.html" title="class in org.apache.tools.ant.property">LocalPropertyStack</a>&gt;
-implements <a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a>, <a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a></pre>
+implements <a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a>, <a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a>, <a href="../PropertyHelper.PropertyEnumerator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEnumerator</a></pre>
 <div class="block">Thread local class containing local properties.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -173,13 +173,20 @@ implements <a href="../PropertyHelper.Pr
 </td>
 </tr>
 <tr class="altColor" id="i6">
+<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPropertyNames()">getPropertyNames</a></span>()</code></th>
+<td class="colLast">
+<div class="block">Returns the names of all properties known to this delegate.</div>
+</td>
+</tr>
+<tr class="rowColor" id="i7">
 <td class="colFirst"><code>protected <a href="LocalPropertyStack.html" title="class in org.apache.tools.ant.property">LocalPropertyStack</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#initialValue()">initialValue</a></span>()</code></th>
 <td class="colLast">
 <div class="block">Get the initial value.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i7">
+<tr class="altColor" id="i8">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set(java.lang.String,java.lang.Object,org.apache.tools.ant.PropertyHelper)">set</a></span>&#8203;(java.lang.String&nbsp;property,
 java.lang.Object&nbsp;value,
@@ -188,7 +195,7 @@ java.lang.Object&nbsp;value,
 <div class="block">Set a property.</div>
 </td>
 </tr>
-<tr class="altColor" id="i8">
+<tr class="rowColor" id="i9">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNew(java.lang.String,java.lang.Object,org.apache.tools.ant.PropertyHelper)">setNew</a></span>&#8203;(java.lang.String&nbsp;property,
 java.lang.Object&nbsp;value,
@@ -343,6 +350,20 @@ java.lang.Object&nbsp;value,
 </dl>
 </section>
 </li>
+<li class="blockList">
+<section class="detail">
+<h3><a id="getPropertyNames()">getPropertyNames</a></h3>
+<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">java.util.Set&lt;java.lang.String&gt;</span>&nbsp;<span class="memberName">getPropertyNames</span>()</div>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../PropertyHelper.PropertyEnumerator.html#getPropertyNames()">PropertyHelper.PropertyEnumerator</a></code></span></div>
+<div class="block">Returns the names of all properties known to this delegate.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../PropertyHelper.PropertyEnumerator.html#getPropertyNames()">getPropertyNames</a></code>&nbsp;in interface&nbsp;<code><a href="../PropertyHelper.PropertyEnumerator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEnumerator</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the names of all properties known to this delegate.</dd>
+</dl>
+</section>
+</li>
 </ul>
 </section>
 </li>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalPropertyStack.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalPropertyStack.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalPropertyStack.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/LocalPropertyStack.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>LocalPropertyStack (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, class: LocalPropertyStack">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -20,7 +20,7 @@
 <script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
 </head>
 <body class="class-declaration">
-<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -183,6 +183,13 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor" id="i5">
+<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPropertyNames()">getPropertyNames</a></span>()</code></th>
+<td class="colLast">
+<div class="block">Returns the names of all known local properties.</div>
+</td>
+</tr>
+<tr class="altColor" id="i6">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set(java.lang.String,java.lang.Object,org.apache.tools.ant.PropertyHelper)">set</a></span>&#8203;(java.lang.String&nbsp;property,
 java.lang.Object&nbsp;value,
@@ -191,7 +198,7 @@ java.lang.Object&nbsp;value,
 <div class="block">Set a property.</div>
 </td>
 </tr>
-<tr class="altColor" id="i6">
+<tr class="rowColor" id="i7">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNew(java.lang.String,java.lang.Object,org.apache.tools.ant.PropertyHelper)">setNew</a></span>&#8203;(java.lang.String&nbsp;property,
 java.lang.Object&nbsp;value,
@@ -323,6 +330,19 @@ java.lang.Object&nbsp;value,
 </dl>
 </section>
 </li>
+<li class="blockList">
+<section class="detail">
+<h3><a id="getPropertyNames()">getPropertyNames</a></h3>
+<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">java.util.Set&lt;java.lang.String&gt;</span>&nbsp;<span class="memberName">getPropertyNames</span>()</div>
+<div class="block">Returns the names of all known local properties.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the names of all known local properties.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.10.9</dd>
+</dl>
+</section>
+</li>
 </ul>
 </section>
 </li>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/NullReturn.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/NullReturn.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/NullReturn.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/NullReturn.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>NullReturn (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, class: NullReturn">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseNextProperty.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseNextProperty.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseNextProperty.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseNextProperty.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>ParseNextProperty (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, interface: ParseNextProperty">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseProperties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseProperties.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseProperties.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/ParseProperties.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>ParseProperties (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, class: ParseProperties">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/PropertyExpander.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/PropertyExpander.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/PropertyExpander.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/PropertyExpander.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>PropertyExpander (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, interface: PropertyExpander">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/ResolvePropertyMap.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/ResolvePropertyMap.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/ResolvePropertyMap.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/ResolvePropertyMap.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>ResolvePropertyMap (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property, class: ResolvePropertyMap">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-summary.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-summary.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>org.apache.tools.ant.property (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.property">
 <meta name="generator" content="javadoc/PackageWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-tree.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/property/package-tree.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>org.apache.tools.ant.property Class Hierarchy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="tree: package: org.apache.tools.ant.property">
 <meta name="generator" content="javadoc/PackageTreeWriter">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -81,7 +81,7 @@ loadScripts(document, 'script');</script
 <ul>
 <li class="circle">java.lang.InheritableThreadLocal&lt;T&gt;
 <ul>
-<li class="circle">org.apache.tools.ant.property.<a href="LocalProperties.html" title="class in org.apache.tools.ant.property"><span class="typeNameLink">LocalProperties</span></a> (implements org.apache.tools.ant.<a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a>, org.apache.tools.ant.<a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a>)</li>
+<li class="circle">org.apache.tools.ant.property.<a href="LocalProperties.html" title="class in org.apache.tools.ant.property"><span class="typeNameLink">LocalProperties</span></a> (implements org.apache.tools.ant.<a href="../PropertyHelper.PropertyEnumerator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEnumerator</a>, org.apache.tools.ant.<a href="../PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a>, org.apache.tools.ant.<a href="../PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a>)</li>
 </ul>
 </li>
 </ul>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AbstractCvsTask.Module (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AbstractCvsTask, class: Module">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AbstractCvsTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AbstractCvsTask">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AbstractJarSignerTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AbstractJarSignerTask">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.Reference.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.Reference.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.Reference.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.Reference.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Ant.Reference (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Ant, class: Reference">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.TargetElement.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.TargetElement.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.TargetElement.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.TargetElement.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Ant.TargetElement (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Ant, class: TargetElement">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ant.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Ant (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Ant">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.StructurePrinter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.StructurePrinter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.StructurePrinter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.StructurePrinter.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AntStructure.StructurePrinter (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AntStructure, interface: StructurePrinter">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntStructure.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AntStructure (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AntStructure">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Antlib.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Antlib.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Antlib.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Antlib.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Antlib (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Antlib">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntlibDefinition.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntlibDefinition.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntlibDefinition.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AntlibDefinition.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AntlibDefinition (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AntlibDefinition">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AttributeNamespaceDef.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AttributeNamespaceDef.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AttributeNamespaceDef.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AttributeNamespaceDef.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AttributeNamespaceDef (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AttributeNamespaceDef">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AugmentReference.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AugmentReference.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AugmentReference.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/AugmentReference.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>AugmentReference (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: AugmentReference">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.FileDir.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.FileDir.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.FileDir.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.FileDir.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Available.FileDir (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Available, class: FileDir">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Available.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Available (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Available">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BUnzip2.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BUnzip2.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BUnzip2.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BUnzip2.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>BUnzip2 (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: BUnzip2">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BZip2.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BZip2.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BZip2.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BZip2.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>BZip2 (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: BZip2">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Basename.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Basename.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Basename.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Basename.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Basename (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Basename">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BindTargets.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BindTargets.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BindTargets.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BindTargets.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>BindTargets (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: BindTargets">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BuildNumber.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BuildNumber.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BuildNumber.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/BuildNumber.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>BuildNumber (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: BuildNumber">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CVSPass.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CVSPass.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CVSPass.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CVSPass.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>CVSPass (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: CVSPass">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CallTarget.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CallTarget.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CallTarget.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CallTarget.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>CallTarget (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: CallTarget">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.FormatElement.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.FormatElement.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.FormatElement.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.FormatElement.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Checksum.FormatElement (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Checksum, class: FormatElement">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Checksum.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Checksum (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Checksum">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Chmod.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Chmod.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Chmod.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Chmod.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Chmod (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Chmod">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Classloader.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Classloader.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Classloader.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Classloader.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Classloader (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Classloader">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CloseResources.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CloseResources.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CloseResources.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CloseResources.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>CloseResources (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: CloseResources">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CommandLauncherTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CommandLauncherTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CommandLauncherTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CommandLauncherTask.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>CommandLauncherTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: CommandLauncherTask">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Componentdef.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Componentdef.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Componentdef.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Componentdef.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Componentdef (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Componentdef">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.TextElement.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.TextElement.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.TextElement.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.TextElement.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Concat.TextElement (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Concat, class: TextElement">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Concat.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Concat (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Concat">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/ConditionTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/ConditionTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/ConditionTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/ConditionTask.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>ConditionTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: ConditionTask">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copy.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copy.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copy.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Copy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Copy">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CopyPath.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CopyPath.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CopyPath.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/CopyPath.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>CopyPath (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: CopyPath">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copydir.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copydir.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copydir.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copydir.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Copydir (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Copydir">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copyfile.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copyfile.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copyfile.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Copyfile.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Copyfile (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Copyfile">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Cvs.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Cvs.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Cvs.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Cvs.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Cvs (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Cvs">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefBase.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefBase.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefBase.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefBase.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>DefBase (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: DefBase">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefaultExcludes.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefaultExcludes.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefaultExcludes.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DefaultExcludes.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>DefaultExcludes (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: DefaultExcludes">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.Format.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.Format.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.Format.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.Format.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Definer.Format (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Definer, class: Format">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.OnError.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.OnError.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.OnError.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.OnError.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Definer.OnError (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Definer, class: OnError">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Definer.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Definer (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Definer">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Delete.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Delete.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Delete.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Delete.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Delete (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Delete">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Deltree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Deltree.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Deltree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Deltree.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Deltree (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Deltree">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DependSet.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DependSet.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DependSet.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DependSet.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>DependSet (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: DependSet">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DiagnosticsTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DiagnosticsTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DiagnosticsTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/DiagnosticsTask.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>DiagnosticsTask (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: DiagnosticsTask">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Dirname.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Dirname.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Dirname.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Dirname.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Dirname (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Dirname">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ear.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ear.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ear.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Ear.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Ear (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Ear">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -263,7 +263,7 @@ int&nbsp;mode)</code></th>
 <h3>Methods inherited from class&nbsp;org.apache.tools.ant.taskdefs.<a href="Jar.html" title="class in org.apache.tools.ant.taskdefs">Jar</a></h3>
 <a id="methods.inherited.from.class.org.apache.tools.ant.taskdefs.Jar">
 <!--   -->
-</a><code><a href="Jar.html#addConfiguredIndexJars(org.apache.tools.ant.types.Path)">addConfiguredIndexJars</a>, <a href="Jar.html#addConfiguredManifest(org.apache.tools.ant.taskdefs.Manifest)">addConfiguredManifest</a>, <a href="Jar.html#addConfiguredService(org.apache.tools.ant.types.spi.Service)">addConfiguredService</a>, <a href="Jar.html#addMetainf(org.apache.tools.ant.types.ZipFileSet)">addMetainf</a>, <a href="Jar.html#createEmptyZip(java.io.File)">createEmptyZip</a>, <a href="Jar.html#finalizeZipOutputStream(org.apache.tools.zip.ZipOutputStream)">finalizeZipOutputStream</a>, <a href="Jar.html#findJarName(java.lang.String,java.lang.String%5B%5D)">findJarName</a>, <a href="Jar.html#getResourcesToAdd(org.apache.tools.ant.types.ResourceCollection%5B%5D,java.io.File,boolean)">getResourcesToAdd</a>, <a href="Jar.html#grabFilesAndDirs(java.lang.String,java.util.List,java.util.List)">grabFilesAndDirs</a>, <a href="Jar.html#reset()">reset</a>, <a href="Jar.html#setFilesetmanifest(org
 .apache.tools.ant.taskdefs.Jar.FilesetManifestConfig)">setFilesetmanifest</a>, <a href="Jar.html#setFlattenAttributes(boolean)">setFlattenAttributes</a>, <a href="Jar.html#setIndex(boolean)">setIndex</a>, <a href="Jar.html#setIndexMetaInf(boolean)">setIndexMetaInf</a>, <a href="Jar.html#setJarfile(java.io.File)">setJarfile</a>, <a href="Jar.html#setManifest(java.io.File)">setManifest</a>, <a href="Jar.html#setManifestEncoding(java.lang.String)">setManifestEncoding</a>, <a href="Jar.html#setMergeClassPathAttributes(boolean)">setMergeClassPathAttributes</a>, <a href="Jar.html#setStrict(org.apache.tools.ant.taskdefs.Jar.StrictMode)">setStrict</a>, <a href="Jar.html#setWhenempty(org.apache.tools.ant.taskdefs.Zip.WhenEmpty)">setWhenempty</a>, <a href="Jar.html#setWhenmanifestonly(org.apache.tools.ant.taskdefs.Zip.WhenEmpty)">setWhenmanifestonly</a>, <a href="Jar.html#writeIndexLikeList(java.util.List,java.util.List,java.io.PrintWriter)">writeIndexLikeList</a>, <a href="Jar.html#zipFile(j
 ava.io.InputStream,org.apache.tools.zip.ZipOutputStream,java.lang.String,long,java.io.File,int)">zipFile</a></code></div>
+</a><code><a href="Jar.html#addConfiguredIndexJars(org.apache.tools.ant.types.Path)">addConfiguredIndexJars</a>, <a href="Jar.html#addConfiguredIndexJarsMapper(org.apache.tools.ant.types.Mapper)">addConfiguredIndexJarsMapper</a>, <a href="Jar.html#addConfiguredManifest(org.apache.tools.ant.taskdefs.Manifest)">addConfiguredManifest</a>, <a href="Jar.html#addConfiguredService(org.apache.tools.ant.types.spi.Service)">addConfiguredService</a>, <a href="Jar.html#addMetainf(org.apache.tools.ant.types.ZipFileSet)">addMetainf</a>, <a href="Jar.html#createEmptyZip(java.io.File)">createEmptyZip</a>, <a href="Jar.html#finalizeZipOutputStream(org.apache.tools.zip.ZipOutputStream)">finalizeZipOutputStream</a>, <a href="Jar.html#findJarName(java.lang.String,java.lang.String%5B%5D)">findJarName</a>, <a href="Jar.html#getIndexJarsMapper()">getIndexJarsMapper</a>, <a href="Jar.html#getResourcesToAdd(org.apache.tools.ant.types.ResourceCollection%5B%5D,java.io.File,boolean)">getResourcesToAdd</a>, <a 
 href="Jar.html#grabFilesAndDirs(java.lang.String,java.util.List,java.util.List)">grabFilesAndDirs</a>, <a href="Jar.html#reset()">reset</a>, <a href="Jar.html#setFilesetmanifest(org.apache.tools.ant.taskdefs.Jar.FilesetManifestConfig)">setFilesetmanifest</a>, <a href="Jar.html#setFlattenAttributes(boolean)">setFlattenAttributes</a>, <a href="Jar.html#setIndex(boolean)">setIndex</a>, <a href="Jar.html#setIndexMetaInf(boolean)">setIndexMetaInf</a>, <a href="Jar.html#setJarfile(java.io.File)">setJarfile</a>, <a href="Jar.html#setManifest(java.io.File)">setManifest</a>, <a href="Jar.html#setManifestEncoding(java.lang.String)">setManifestEncoding</a>, <a href="Jar.html#setMergeClassPathAttributes(boolean)">setMergeClassPathAttributes</a>, <a href="Jar.html#setStrict(org.apache.tools.ant.taskdefs.Jar.StrictMode)">setStrict</a>, <a href="Jar.html#setWhenempty(org.apache.tools.ant.taskdefs.Zip.WhenEmpty)">setWhenempty</a>, <a href="Jar.html#setWhenmanifestonly(org.apache.tools.ant.taskdefs.
 Zip.WhenEmpty)">setWhenmanifestonly</a>, <a href="Jar.html#writeIndexLikeList(java.util.List,java.util.List,java.io.PrintWriter)">writeIndexLikeList</a>, <a href="Jar.html#zipFile(java.io.InputStream,org.apache.tools.zip.ZipOutputStream,java.lang.String,long,java.io.File,int)">zipFile</a></code></div>
 <div class="inheritedList">
 <h3>Methods inherited from class&nbsp;org.apache.tools.ant.taskdefs.<a href="Zip.html" title="class in org.apache.tools.ant.taskdefs">Zip</a></h3>
 <a id="methods.inherited.from.class.org.apache.tools.ant.taskdefs.Zip">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Echo.EchoLevel (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Echo, class: EchoLevel">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Echo.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Echo (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Echo">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>EchoXML.NamespacePolicy (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: EchoXML, class: NamespacePolicy">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>EchoXML (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: EchoXML">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Exec.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Exec.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Exec.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/taskdefs/Exec.html Wed Sep 30 16:34:48 2020
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (14.0.1) on Sun May 10 16:33:21 CEST 2020 -->
+<!-- Generated by javadoc (14.0.1) on Sun Sep 27 11:58:16 CEST 2020 -->
 <title>Exec (Apache Ant API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2020-05-10">
+<meta name="dc.created" content="2020-09-27">
 <meta name="description" content="declaration: package: org.apache.tools.ant.taskdefs, class: Exec">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">