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 [6/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/PropertyHelper.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/PropertyHelper.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/PropertyHelper.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/PropertyHelper.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>PropertyHelper (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, class: PropertyHelper">
 <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":9,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":42,"i16":9,"i17":9,"i18":42,"i19":10,"i20":10,"i21":42,"i22":10,"i23":42,"i24":10,"i25":10,"i26":10,"i27":42,"i28":10,"i29":42,"i30":9,"i31":42,"i32":10,"i33":10,"i34":42,"i35":9,"i36":42,"i37":10,"i38":42,"i39":10,"i40":10,"i41":9};
+<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":42,"i16":9,"i17":9,"i18":42,"i19":10,"i20":10,"i21":10,"i22":42,"i23":10,"i24":42,"i25":10,"i26":10,"i27":10,"i28":42,"i29":10,"i30":42,"i31":9,"i32":42,"i33":10,"i34":10,"i35":42,"i36":9,"i37":42,"i38":10,"i39":42,"i40":10,"i41":10,"i42":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -154,12 +154,19 @@ implements <a href="property/GetProperty
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static interface&nbsp;</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="PropertyHelper.PropertyEnumerator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEnumerator</a></span></code></th>
+<td class="colLast">
+<div class="block">Obtains the names of all known properties.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static interface&nbsp;</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="PropertyHelper.PropertyEvaluator.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertyEvaluator</a></span></code></th>
 <td class="colLast">
 <div class="block">Looks up a property's value based on its name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static interface&nbsp;</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="PropertyHelper.PropertySetter.html" title="interface in org.apache.tools.ant">PropertyHelper.PropertySetter</a></span></code></th>
 <td class="colLast">
@@ -367,20 +374,27 @@ boolean&nbsp;user)</code></th>
 </td>
 </tr>
 <tr class="rowColor" id="i19">
+<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 properties.</div>
+</td>
+</tr>
+<tr class="altColor" id="i20">
 <td class="colFirst"><code>java.util.Hashtable&lt;java.lang.String,&#8203;java.lang.Object&gt;</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUserProperties()">getUserProperties</a></span>()</code></th>
 <td class="colLast">
 <div class="block">Returns a copy of the user property hashtable</div>
 </td>
 </tr>
-<tr class="altColor" id="i20">
+<tr class="rowColor" id="i21">
 <td class="colFirst"><code>java.lang.Object</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUserProperty(java.lang.String)">getUserProperty</a></span>&#8203;(java.lang.String&nbsp;name)</code></th>
 <td class="colLast">
 <div class="block">Returns the value of a user property, if it is set.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i21">
+<tr class="altColor" id="i22">
 <td class="colFirst"><code>java.lang.Object</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUserProperty(java.lang.String,java.lang.String)">getUserProperty</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name)</code></th>
@@ -390,14 +404,14 @@ java.lang.String&nbsp;name)</code></th>
 </div>
 </td>
 </tr>
-<tr class="altColor" id="i22">
+<tr class="rowColor" id="i23">
 <td class="colFirst"><code>java.lang.Object</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parseProperties(java.lang.String)">parseProperties</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
 <td class="colLast">
 <div class="block">Decode properties from a String representation.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i23">
+<tr class="altColor" id="i24">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parsePropertyString(java.lang.String,java.util.Vector,java.util.Vector)">parsePropertyString</a></span>&#8203;(java.lang.String&nbsp;value,
 java.util.Vector&lt;java.lang.String&gt;&nbsp;fragments,
@@ -408,7 +422,7 @@ java.util.Vector&lt;java.lang.String&gt;
 </div>
 </td>
 </tr>
-<tr class="altColor" id="i24">
+<tr class="rowColor" id="i25">
 <td class="colFirst"><code>java.lang.String</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replaceProperties(java.lang.String)">replaceProperties</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
 <td class="colLast">
@@ -416,7 +430,7 @@ java.util.Vector&lt;java.lang.String&gt;
  with the string value of the corresponding data types.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i25">
+<tr class="altColor" id="i26">
 <td class="colFirst"><code>java.lang.String</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replaceProperties(java.lang.String,java.lang.String,java.util.Hashtable)">replaceProperties</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;value,
@@ -426,7 +440,7 @@ java.util.Hashtable&lt;java.lang.String,
  with the string value of the corresponding data types.</div>
 </td>
 </tr>
-<tr class="altColor" id="i26">
+<tr class="rowColor" id="i27">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setInheritedProperty(java.lang.String,java.lang.Object)">setInheritedProperty</a></span>&#8203;(java.lang.String&nbsp;name,
 java.lang.Object&nbsp;value)</code></th>
@@ -435,7 +449,7 @@ java.lang.Object&nbsp;value)</code></th>
  property calls.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i27">
+<tr class="altColor" id="i28">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setInheritedProperty(java.lang.String,java.lang.String,java.lang.Object)">setInheritedProperty</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name,
@@ -446,7 +460,7 @@ java.lang.Object&nbsp;value)</code></th>
 </div>
 </td>
 </tr>
-<tr class="altColor" id="i28">
+<tr class="rowColor" id="i29">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNewProperty(java.lang.String,java.lang.Object)">setNewProperty</a></span>&#8203;(java.lang.String&nbsp;name,
 java.lang.Object&nbsp;value)</code></th>
@@ -454,7 +468,7 @@ java.lang.Object&nbsp;value)</code></th>
 <div class="block">Sets a property if no value currently exists.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i29">
+<tr class="altColor" id="i30">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNewProperty(java.lang.String,java.lang.String,java.lang.Object)">setNewProperty</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name,
@@ -465,7 +479,7 @@ java.lang.Object&nbsp;value)</code></th>
 </div>
 </td>
 </tr>
-<tr class="altColor" id="i30">
+<tr class="rowColor" id="i31">
 <td class="colFirst"><code>static void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNewProperty(org.apache.tools.ant.Project,java.lang.String,java.lang.Object)">setNewProperty</a></span>&#8203;(<a href="Project.html" title="class in org.apache.tools.ant">Project</a>&nbsp;project,
 java.lang.String&nbsp;name,
@@ -475,7 +489,7 @@ java.lang.Object&nbsp;value)</code></th>
  from a particular project.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i31">
+<tr class="altColor" id="i32">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNext(org.apache.tools.ant.PropertyHelper)">setNext</a></span>&#8203;(<a href="PropertyHelper.html" title="class in org.apache.tools.ant">PropertyHelper</a>&nbsp;next)</code></th>
 <td class="colLast">
@@ -484,14 +498,14 @@ java.lang.Object&nbsp;value)</code></th>
 </div>
 </td>
 </tr>
-<tr class="altColor" id="i32">
+<tr class="rowColor" id="i33">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProject(org.apache.tools.ant.Project)">setProject</a></span>&#8203;(<a href="Project.html" title="class in org.apache.tools.ant">Project</a>&nbsp;p)</code></th>
 <td class="colLast">
 <div class="block">Set the project for which this helper is performing property resolution.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i33">
+<tr class="altColor" id="i34">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProperty(java.lang.String,java.lang.Object,boolean)">setProperty</a></span>&#8203;(java.lang.String&nbsp;name,
 java.lang.Object&nbsp;value,
@@ -500,7 +514,7 @@ boolean&nbsp;verbose)</code></th>
 <div class="block">Default implementation of setProperty.</div>
 </td>
 </tr>
-<tr class="altColor" id="i34">
+<tr class="rowColor" id="i35">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProperty(java.lang.String,java.lang.String,java.lang.Object,boolean)">setProperty</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name,
@@ -512,7 +526,7 @@ boolean&nbsp;verbose)</code></th>
 </div>
 </td>
 </tr>
-<tr class="rowColor" id="i35">
+<tr class="altColor" id="i36">
 <td class="colFirst"><code>static void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProperty(org.apache.tools.ant.Project,java.lang.String,java.lang.Object)">setProperty</a></span>&#8203;(<a href="Project.html" title="class in org.apache.tools.ant">Project</a>&nbsp;project,
 java.lang.String&nbsp;name,
@@ -522,7 +536,7 @@ java.lang.Object&nbsp;value)</code></th>
  from a particular project.</div>
 </td>
 </tr>
-<tr class="altColor" id="i36">
+<tr class="rowColor" id="i37">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPropertyHook(java.lang.String,java.lang.String,java.lang.Object,boolean,boolean,boolean)">setPropertyHook</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name,
@@ -536,7 +550,7 @@ boolean&nbsp;isNew)</code></th>
 </div>
 </td>
 </tr>
-<tr class="rowColor" id="i37">
+<tr class="altColor" id="i38">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setUserProperty(java.lang.String,java.lang.Object)">setUserProperty</a></span>&#8203;(java.lang.String&nbsp;name,
 java.lang.Object&nbsp;value)</code></th>
@@ -545,7 +559,7 @@ java.lang.Object&nbsp;value)</code></th>
  set/unset property calls.</div>
 </td>
 </tr>
-<tr class="altColor" id="i38">
+<tr class="rowColor" id="i39">
 <td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setUserProperty(java.lang.String,java.lang.String,java.lang.Object)">setUserProperty</a></span>&#8203;(java.lang.String&nbsp;ns,
 java.lang.String&nbsp;name,
@@ -556,7 +570,7 @@ java.lang.Object&nbsp;value)</code></th>
 </div>
 </td>
 </tr>
-<tr class="rowColor" id="i39">
+<tr class="altColor" id="i40">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testIfCondition(java.lang.Object)">testIfCondition</a></span>&#8203;(java.lang.Object&nbsp;value)</code></th>
 <td class="colLast">
@@ -565,7 +579,7 @@ java.lang.Object&nbsp;value)</code></th>
  value and a property of the value's name exists.</div>
 </td>
 </tr>
-<tr class="altColor" id="i40">
+<tr class="rowColor" id="i41">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testUnlessCondition(java.lang.Object)">testUnlessCondition</a></span>&#8203;(java.lang.Object&nbsp;value)</code></th>
 <td class="colLast">
@@ -574,7 +588,7 @@ java.lang.Object&nbsp;value)</code></th>
  value and a property of the value's name doesn't exist.</div>
 </td>
 </tr>
-<tr class="rowColor" id="i41">
+<tr class="altColor" id="i42">
 <td class="colFirst"><code>static java.lang.Boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toBoolean(java.lang.Object)">toBoolean</a></span>&#8203;(java.lang.Object&nbsp;value)</code></th>
 <td class="colLast">
@@ -1192,6 +1206,19 @@ java.lang.String&nbsp;name)</span></div>
 </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 properties.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the names of all known properties.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.10.9</dd>
+</dl>
+</section>
+</li>
 <li class="blockList">
 <section class="detail">
 <h3><a id="getUserProperty(java.lang.String,java.lang.String)">getUserProperty</a></h3>

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/RuntimeConfigurable.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/RuntimeConfigurable.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/RuntimeConfigurable.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/RuntimeConfigurable.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>RuntimeConfigurable (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, class: RuntimeConfigurable">
 <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/SubBuildListener.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/SubBuildListener.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/SubBuildListener.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/SubBuildListener.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>SubBuildListener (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, interface: SubBuildListener">
 <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/Target.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/Target.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/Target.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/Target.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>Target (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, class: Target">
 <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/Task.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/Task.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/Task.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/Task.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>Task (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, class: Task">
 <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/TaskAdapter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/TaskAdapter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/TaskAdapter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/TaskAdapter.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>TaskAdapter (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, class: TaskAdapter">
 <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/TaskConfigurationChecker.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/TaskConfigurationChecker.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/TaskConfigurationChecker.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/TaskConfigurationChecker.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>TaskConfigurationChecker (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, class: TaskConfigurationChecker">
 <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/TaskContainer.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/TaskContainer.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/TaskContainer.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/TaskContainer.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>TaskContainer (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, interface: TaskContainer">
 <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/TypeAdapter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/TypeAdapter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/TypeAdapter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/TypeAdapter.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>TypeAdapter (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, interface: TypeAdapter">
 <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/UnknownElement.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/UnknownElement.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/UnknownElement.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/UnknownElement.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>UnknownElement (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, class: UnknownElement">
 <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/UnsupportedAttributeException.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedAttributeException.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedAttributeException.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedAttributeException.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>UnsupportedAttributeException (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, class: UnsupportedAttributeException">
 <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/UnsupportedElementException.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedElementException.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedElementException.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/UnsupportedElementException.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>UnsupportedElementException (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, class: UnsupportedElementException">
 <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/XmlLogger.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/XmlLogger.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/XmlLogger.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/XmlLogger.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>XmlLogger (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, class: XmlLogger">
 <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/attribute/AttributeNamespace.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/AttributeNamespace.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/AttributeNamespace.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/AttributeNamespace.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>AttributeNamespace (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.attribute, class: AttributeNamespace">
 <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/attribute/BaseIfAttribute.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/BaseIfAttribute.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/BaseIfAttribute.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/BaseIfAttribute.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>BaseIfAttribute (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.attribute, class: BaseIfAttribute">
 <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/attribute/EnableAttribute.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/EnableAttribute.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/EnableAttribute.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/EnableAttribute.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>EnableAttribute (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.attribute, interface: EnableAttribute">
 <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/attribute/IfBlankAttribute.Unless.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.Unless.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.Unless.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.Unless.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>IfBlankAttribute.Unless (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.attribute, class: IfBlankAttribute, class: Unless">
 <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/attribute/IfBlankAttribute.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.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>IfBlankAttribute (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.attribute, class: IfBlankAttribute">
 <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/attribute/IfSetAttribute.Unless.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.Unless.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.Unless.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.Unless.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>IfSetAttribute.Unless (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.attribute, class: IfSetAttribute, class: Unless">
 <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/attribute/IfSetAttribute.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.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>IfSetAttribute (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.attribute, class: IfSetAttribute">
 <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/attribute/IfTrueAttribute.Unless.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.Unless.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.Unless.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.Unless.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>IfTrueAttribute.Unless (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.attribute, class: IfTrueAttribute, class: Unless">
 <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/attribute/IfTrueAttribute.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.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>IfTrueAttribute (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.attribute, class: IfTrueAttribute">
 <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/attribute/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/package-summary.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/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.attribute (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.attribute">
 <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/attribute/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/package-tree.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/attribute/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.attribute 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.attribute">
 <meta name="generator" content="javadoc/PackageTreeWriter">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchTask.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchTask.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchTask.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchTask.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>DispatchTask (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.dispatch, class: DispatchTask">
 <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/dispatch/DispatchUtils.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchUtils.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchUtils.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/DispatchUtils.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>DispatchUtils (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.dispatch, class: DispatchUtils">
 <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/dispatch/Dispatchable.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/Dispatchable.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/Dispatchable.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/Dispatchable.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>Dispatchable (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.dispatch, interface: Dispatchable">
 <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/dispatch/package-summary.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/package-summary.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/package-summary.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/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.dispatch (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.dispatch">
 <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/dispatch/package-tree.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/package-tree.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/package-tree.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/dispatch/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.dispatch 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.dispatch">
 <meta name="generator" content="javadoc/PackageTreeWriter">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseFilterReader.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseFilterReader.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseFilterReader.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseFilterReader.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>BaseFilterReader (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.filters, class: BaseFilterReader">
 <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/filters/BaseParamFilterReader.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseParamFilterReader.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseParamFilterReader.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/BaseParamFilterReader.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>BaseParamFilterReader (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.filters, class: BaseParamFilterReader">
 <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/filters/ChainableReader.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ChainableReader.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ChainableReader.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ChainableReader.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>ChainableReader (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.filters, interface: ChainableReader">
 <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/filters/ClassConstants.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ClassConstants.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ClassConstants.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ClassConstants.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>ClassConstants (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.filters, class: ClassConstants">
 <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/filters/ConcatFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ConcatFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ConcatFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ConcatFilter.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>ConcatFilter (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.filters, class: ConcatFilter">
 <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/filters/EscapeUnicode.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/EscapeUnicode.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/EscapeUnicode.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/EscapeUnicode.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>EscapeUnicode (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.filters, class: EscapeUnicode">
 <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/filters/ExpandProperties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ExpandProperties.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ExpandProperties.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ExpandProperties.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>ExpandProperties (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.filters, class: ExpandProperties">
 <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/filters/FixCrLfFilter.AddAsisRemove.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.AddAsisRemove.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.AddAsisRemove.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.AddAsisRemove.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>FixCrLfFilter.AddAsisRemove (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.filters, class: FixCrLfFilter, class: AddAsisRemove">
 <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/filters/FixCrLfFilter.CrLf.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.CrLf.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.CrLf.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.CrLf.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>FixCrLfFilter.CrLf (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.filters, class: FixCrLfFilter, class: CrLf">
 <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/filters/FixCrLfFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.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>FixCrLfFilter (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.filters, class: FixCrLfFilter">
 <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/filters/HeadFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/HeadFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/HeadFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/HeadFilter.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>HeadFilter (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.filters, class: HeadFilter">
 <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/filters/LineContains.Contains.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.Contains.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.Contains.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.Contains.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>LineContains.Contains (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.filters, class: LineContains, class: Contains">
 <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/filters/LineContains.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContains.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>LineContains (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.filters, class: LineContains">
 <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/filters/LineContainsRegExp.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContainsRegExp.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContainsRegExp.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/LineContainsRegExp.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>LineContainsRegExp (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.filters, class: LineContainsRegExp">
 <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/filters/Native2AsciiFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/Native2AsciiFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/Native2AsciiFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/Native2AsciiFilter.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>Native2AsciiFilter (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.filters, class: Native2AsciiFilter">
 <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/filters/PrefixLines.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/PrefixLines.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/PrefixLines.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/PrefixLines.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>PrefixLines (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.filters, class: PrefixLines">
 <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/filters/ReplaceTokens.Token.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.Token.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.Token.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.Token.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>ReplaceTokens.Token (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.filters, class: ReplaceTokens, class: Token">
 <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/filters/ReplaceTokens.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/ReplaceTokens.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>ReplaceTokens (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.filters, class: ReplaceTokens">
 <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/filters/SortFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SortFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SortFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SortFilter.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>SortFilter (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.filters, class: SortFilter">
 <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/filters/StringInputStream.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StringInputStream.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StringInputStream.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StringInputStream.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>StringInputStream (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.filters, class: StringInputStream">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -144,12 +144,12 @@ java.lang.String&nbsp;encoding)</code></
 <h3>Methods inherited from class&nbsp;org.apache.tools.ant.util.<a href="../util/ReaderInputStream.html" title="class in org.apache.tools.ant.util">ReaderInputStream</a></h3>
 <a id="methods.inherited.from.class.org.apache.tools.ant.util.ReaderInputStream">
 <!--   -->
-</a><code><a href="../util/ReaderInputStream.html#available()">available</a>, <a href="../util/ReaderInputStream.html#close()">close</a>, <a href="../util/ReaderInputStream.html#mark(int)">mark</a>, <a href="../util/ReaderInputStream.html#markSupported()">markSupported</a>, <a href="../util/ReaderInputStream.html#read()">read</a>, <a href="../util/ReaderInputStream.html#read(byte%5B%5D,int,int)">read</a>, <a href="../util/ReaderInputStream.html#reset()">reset</a></code></div>
+</a><code><a href="../util/ReaderInputStream.html#close()">close</a>, <a href="../util/ReaderInputStream.html#read()">read</a>, <a href="../util/ReaderInputStream.html#read(byte%5B%5D)">read</a>, <a href="../util/ReaderInputStream.html#read(byte%5B%5D,int,int)">read</a></code></div>
 <div class="inheritedList">
 <h3>Methods inherited from class&nbsp;java.io.InputStream</h3>
 <a id="methods.inherited.from.class.java.io.InputStream">
 <!--   -->
-</a><code>nullInputStream, read, readAllBytes, readNBytes, readNBytes, skip, skipNBytes, transferTo</code></div>
+</a><code>available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo</code></div>
 <div class="inheritedList">
 <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
 <a id="methods.inherited.from.class.java.lang.Object">

Modified: ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripJavaComments.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripJavaComments.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripJavaComments.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripJavaComments.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>StripJavaComments (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.filters, class: StripJavaComments">
 <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/filters/StripLineBreaks.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineBreaks.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineBreaks.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineBreaks.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>StripLineBreaks (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.filters, class: StripLineBreaks">
 <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/filters/StripLineComments.Comment.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.Comment.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.Comment.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.Comment.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>StripLineComments.Comment (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.filters, class: StripLineComments, class: Comment">
 <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/filters/StripLineComments.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/StripLineComments.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>StripLineComments (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.filters, class: StripLineComments">
 <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/filters/SuffixLines.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SuffixLines.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SuffixLines.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/SuffixLines.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>SuffixLines (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.filters, class: SuffixLines">
 <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/filters/TabsToSpaces.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TabsToSpaces.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TabsToSpaces.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TabsToSpaces.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>TabsToSpaces (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.filters, class: TabsToSpaces">
 <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/filters/TailFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TailFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TailFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TailFilter.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>TailFilter (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.filters, class: TailFilter">
 <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/filters/TokenFilter.ChainableReaderFilter.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.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>TokenFilter.ChainableReaderFilter (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.filters, class: TokenFilter, class: ChainableReaderFilter">
 <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/filters/TokenFilter.ContainsRegex.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsRegex.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsRegex.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsRegex.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>TokenFilter.ContainsRegex (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.filters, class: TokenFilter, class: ContainsRegex">
 <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/filters/TokenFilter.ContainsString.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsString.html?rev=1882159&r1=1882158&r2=1882159&view=diff
==============================================================================
--- ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsString.html (original)
+++ ant/site/ant/production/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsString.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>TokenFilter.ContainsString (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.filters, class: TokenFilter, class: ContainsString">
 <meta name="generator" content="javadoc/ClassWriterImpl">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">