blob: a998dee9c23668d6f89cea2383bc6b0b1e5b5723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant 1.6.1 User Manual</title>
<link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css">
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
<h1>Apache Ant 1.6.1 Manual</h1>
<p align="left">This is the manual for version 1.6.1 of
<a href="http://ant.apache.org/index.html">Apache Ant</a>.
If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than this
version then this is not the correct manual set. Please use the documentation
appropriate to your current version. Also, if you are using a version
older than the most recent release, we recommend an upgrade to fix bugs
as well as provide new functionality. </p>
<p> </p>
</div>
<hr>
<p align="center">Copyright © 2000-2004 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>
|