This commit was manufactured by cvs2svn to create tag 'ANT_162'.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/tags/ANT_162@276701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/manual/CoreTypes/regexp.html b/docs/manual/CoreTypes/regexp.html
deleted file mode 100644
index 129a6fc..0000000
--- a/docs/manual/CoreTypes/regexp.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv="Content-Language" content="en-us">
-<title>Regexp Type</title>
-</head>
-
-<body>
-
-<h2><a name="regexp">Regexp</a></h2>
-<p>
-Regexp represents a regular expression.
-<h3>Parameters</h3>
-<table border="1" cellpadding="2" cellspacing="0">
-  <tr>
-    <td valign="top"><b>Attribute</b></td>
-    <td valign="top"><b>Description</b></td>
-    <td align="center" valign="top"><b>Required</b></td>
-  </tr>
-  <tr>
-    <td valign="top">pattern</td>
-    <td valign="top">regular expression pattern</td>
-    <td valign="top" align="center">Yes</td>
-  </tr>
-</table>
-
-<h3>Examples</h3>
-<blockquote><pre>
-     &lt;regexp id="myregexp" pattern="alpha(.+)beta"/&gt;<br />
-</pre></blockquote>
-<p>
-Defines a regular expression for later use with id myregexp.
-</p>
-<blockquote><pre>
-     &lt;regexp refid="myregexp"/&gt;<br />
-</pre></blockquote>
-<p>
-Use the regular expression with id myregexp.
-</p>
-<a name="implementation"/>
-<h3>Choice of regular expression implementation</h3>
-<p>
-Ant comes with
-wrappers for
-<a href="http://java.sun.com/j2se/1.4/docs/api/java/util/regex/package-summary.html" target="_top">the java.util.regex package of JDK 1.4</a>,
-<a href="http://jakarta.apache.org/regexp/" target="_top">jakarta-regexp</a>
-and <a href="http://jakarta.apache.org/oro/" target="_top">jakarta-ORO</a>,
-See <a href="../install.html#librarydependencies">installation dependencies</a>
- concerning the supporting libraries.</p>
-<p>
-The property <code>ant.regexp.regexpimpl</code> governs which regular expression implementation will be chosen.
-Possible values for this property are :
-<ul>
-<li>
-org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp
-</li>
-<li>
-org.apache.tools.ant.util.regexp.JakartaOroRegexp
-</li>
-<li>
-org.apache.tools.ant.util.regexp.JakartaRegexpRegexp
-</li>
-</ul>
-It can also be another implementation of the interface <code>org.apache.tools.ant.util.regexp.Regexp</code>.
-If <code>ant.regexp.regexpimpl</code> is not defined, ant checks in the order Jdk14Regexp, JakartaOroRegexp,
- JakartaRegexp for the availability of the corresponding library. The first of these 3 which is found will be used.</p>
-<p>
-There are cross-platform issues for matches related to line terminator.
-For example if you use $ to anchor your regular expression on the end of a line
-the results might be very different depending on both your platform and the regular
-expression library you use. It is 'highly recommended' that you test your pattern on
-both Unix and Windows platforms before you rely on it.
-<ul>
-    <li>Jakarta Oro defines a line terminator as '\n' and is consistent with Perl.</li>
-    <li>Jakarta RegExp uses a system-dependant line terminator.</li>
-    <li>JDK 1.4 uses '\n', '\r\n', '\u0085', '\u2028', '\u2029' as a default
-    but is configured in the wrapper to use only '\n' (UNIX_LINE)</li>
-</ul>
-<em>We <b>strongly</b> recommend that you use Jakarta Oro.</em>
-</p>
-<h3>Usage</h3>
-The following tasks and types use the Regexp type :
-<ul>
-<li><a href="../OptionalTasks/replaceregexp.html">ReplaceRegExp task</a></li>
-<li><a href="filterchain.html#linecontainsregexp">LineContainsRegexp filter</a></li>
-</ul>
-<p>
-These string filters also use the mechanism of regexp to choose a regular expression implementation :
-</p>
-<ul>
-<li><a href="filterchain.html#containsregex">ContainsRegex string filter</a></li>
-<li><a href="filterchain.html#replaceregex">ReplaceRegex string filter</a></li>
-</ul>
-<hr>
-<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation.
-All rights Reserved.</p>
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/manual/tutorial-tasks-filesets-properties.zip b/docs/manual/tutorial-tasks-filesets-properties.zip
deleted file mode 100644
index 94c8a10..0000000
--- a/docs/manual/tutorial-tasks-filesets-properties.zip
+++ /dev/null
Binary files differ
diff --git a/proposal/sandbox/dotnet/docs/wix.html b/proposal/sandbox/dotnet/docs/wix.html
deleted file mode 100644
index a79ff99..0000000
--- a/proposal/sandbox/dotnet/docs/wix.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<html>
-  <head>
-    <meta http-equiv="Content-Language" content="en-us"></meta>
-    <title>Wix Task</title>
-  </head>
-
-  <body>
-    <h2>Wix</h2>
-
-    <h3>Description</h3>
-
-    <p>Runs the candle, light or both from the <a
-    href="http://sourceforge.net/projects/wix">Wix</a> toolset.</p>
-
-    <h3>Parameters</h3>
-    <table border="1" cellpadding="2" cellspacing="0">
-      <tr>
-        <td valign="top"><b>Attribute</b></td>
-        <td valign="top"><b>Description</b></td>
-        <td align="center" valign="top"><b>Required</b></td>
-      </tr>
-      <tr>
-        <td valign="top">source</td>
-        <td valign="top">The single source file to process.</td>
-        <td align="center">Either this or at least one nested
-        &lt;sources&gt; set.</td>
-      </tr>
-      <tr>
-        <td valign="top">target</td>
-        <td valign="top">The expected target file.</td>
-        <td align="center">Yes, unless you run candle without light.</td>
-      </tr>
-      <tr>
-        <td valign="top">mode</td>
-        <td valign="top">Which part of the toolset to run, one of
-        &quot;candle&quot;, &quot;light&quot; or
-        &quot;both&quot;.</td>
-        <td align="center">No, default is &quot;both&quot;.</td>
-      </tr>
-      <tr>
-        <td valign="top">vm</td>
-        <td valign="top">Same as <a
-            href="dotnetexec.html">dotnetexec</a>'s vm attribute.
-          Specify the framework to use.</td>
-        <td align="center">No.</td>
-      </tr>
-    </table>
-
-    <h3>Parameters specified as nested elements</h3>
-
-    <h4>sources</h4>
-
-    <p>Specify source files that shall be passed on the command line.
-    This is a <a
-    href="http://ant.apache.org/manual/CoreTypes/fileset.html">fileset</a>.</p>
-
-    <h4>moresources</h4>
-
-    <p>Specify source files that shall not be passed on the command
-    line.  This is a <a
-    href="http://ant.apache.org/manual/CoreTypes/fileset.html">fileset</a>.</p>
-
-    <p>Typically this would list include files when running candle or
-    the files that vecome part of the MSI file when running light.
-    The files in this set are only used for timestamp comparisons.  If
-    neither these files nor the given &quot;normal&quot; sources are
-    newer than the expected target, the task won't do anything.</p>
-
-
-    <h3>Examples</h3>
-
-    <p>Create <code>product.wixobj</code> from <code>product.wxs</code>:</p>
-
-    <pre>
-      &lt;wix mode="candle" source="product.wxs"/&gt;
-    </pre>
-
-    <p>The same but using a nested sources element:</p>
-
-    <pre>
-      &lt;wix mode="candle"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="product.wxs"/&gt;
-        &lt;/sources&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <p>Create <code>product.msi</code> from <code>product.wixobj</code>:</p>
-
-    <pre>
-      &lt;wix mode="light" source="product.wixobj" target="product.msi"/&gt;
-    </pre>
-
-    <p>Combine the examples into a single step:</p>
-
-    <pre>
-      &lt;wix source="product.wxs" target="product.msi"/&gt;
-    </pre>
-
-    <p>Note that the task wouldn't do anything if
-    <code>product.wxs</code> was older than
-    <code>product.wixobj</code> and <code>product.wixobj</code> was
-    older than <code>product.msi</code>.</p>
-
-    <p>Compile multiple <code>.wxs</code> files at once:</p>
-
-    <pre>
-      &lt;wix mode="candle"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="*.wxs"/&gt;
-        &lt;/sources&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <p>Compile multiple <code>.wxs</code> files at once, specify some
-    include files in addition to that:</p>
-
-    <pre>
-      &lt;wix mode="candle"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="*.wxs"/&gt;
-        &lt;/sources&gt;
-        &lt;moresources dir="."&gt;
-          &lt;include name="*.wxi"/&gt;
-        &lt;/moresources&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <p>Link multiple <code>.wixobj</code> files at once:</p>
-
-    <pre>
-      &lt;wix mode="light" target="product.msi"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="*.wixobj"/&gt;
-        &lt;/sources&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <p>Link multiple <code>.wixobj</code> files at once and specify
-    that the files in directory &quot;source&quot; will become part of
-    the package:</p>
-
-    <pre>
-      &lt;wix mode="light" target="product.msi"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="*.wixobj"/&gt;
-        &lt;/sources&gt;
-        &lt;moresources dir="source"/&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <pre>Combine multiple <code>.wxs</code> files and include files
-    into a single package and specify that the package will contain
-    files from the source directory:</pre>
-
-    <pre>
-      &lt;wix target="product.msi"&gt;
-        &lt;sources dir="."&gt;
-          &lt;include name="*.wxs"/&gt;
-        &lt;/sources&gt;
-        &lt;moresources dir="."&gt;
-          &lt;include name="*.wxi"/&gt;
-        &lt;/moresources&gt;
-        &lt;moresources dir="source"/&gt;
-      &lt;/wix&gt;
-    </pre>
-
-    <p>Again, if the intermediate <code>.wixobj</code> files are newer
-    that the corresponding <code>.wxs</code> files (and all include
-    files) the candle step will be skipped.  If
-    <code>product.msi</code> is newer than all files, the task won't
-    do anything.</p>
-
-    <hr/>
-      <p align="center">Copyright &copy; 2004 The Apache Software Foundation. All rights Reserved.</p>
-  </body>
-</html>
\ No newline at end of file
diff --git a/src/etc/testcases/taskdefs/bar.properties b/src/etc/testcases/taskdefs/bar.properties
deleted file mode 100644
index 2958814..0000000
--- a/src/etc/testcases/taskdefs/bar.properties
+++ /dev/null
@@ -1 +0,0 @@
-bar=Bar
diff --git a/src/etc/testcases/taskdefs/foo.properties b/src/etc/testcases/taskdefs/foo.properties
deleted file mode 100644
index 9e4e090..0000000
--- a/src/etc/testcases/taskdefs/foo.properties
+++ /dev/null
@@ -1 +0,0 @@
-foo=Foo