git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68master
@@ -2,7 +2,7 @@ | |||||
<!-- | <!-- | ||||
======================================================================= | ======================================================================= | ||||
Ant own build file | |||||
Apache Ant own build file | |||||
======================================================================= | ======================================================================= | ||||
--> | --> | ||||
<project default="main" basedir="."> | <project default="main" basedir="."> | ||||
@@ -12,7 +12,7 @@ | |||||
<property file=".ant.properties" /> | <property file=".ant.properties" /> | ||||
<property file="${user.home}/.ant.properties" /> | <property file="${user.home}/.ant.properties" /> | ||||
<property name="Name" value="Ant"/> | |||||
<property name="Name" value="Apache Ant"/> | |||||
<property name="name" value="ant"/> | <property name="name" value="ant"/> | ||||
<property name="version" value="1.5alpha"/> | <property name="version" value="1.5alpha"/> | ||||
@@ -299,12 +299,12 @@ | |||||
<!-- | <!-- | ||||
=================================================================== | =================================================================== | ||||
Create the ant jars: ant.jar and optional.jar | |||||
Create the Apache Ant jars: ant.jar and optional.jar | |||||
=================================================================== | =================================================================== | ||||
--> | --> | ||||
<target name="jars" | <target name="jars" | ||||
depends="build" | depends="build" | ||||
description="--> creates the ant jars"> | |||||
description="--> creates the Apache Ant jars"> | |||||
<jar file="${build.lib}/${name}.jar" | <jar file="${build.lib}/${name}.jar" | ||||
basedir="${build.classes}" | basedir="${build.classes}" | ||||
@@ -325,12 +325,12 @@ | |||||
<!-- | <!-- | ||||
=================================================================== | =================================================================== | ||||
Create the essential distribution that can run ant | |||||
Create the essential distribution that can run Apache Ant | |||||
=================================================================== | =================================================================== | ||||
--> | --> | ||||
<target name="dist-lite" | <target name="dist-lite" | ||||
depends="jars" | depends="jars" | ||||
description="--> creates a minimum distribution to run ant"> | |||||
description="--> creates a minimum distribution to run Apache Ant"> | |||||
<mkdir dir="${dist.dir}"/> | <mkdir dir="${dist.dir}"/> | ||||
<mkdir dir="${dist.bin}"/> | <mkdir dir="${dist.bin}"/> | ||||
@@ -596,7 +596,7 @@ | |||||
<!-- | <!-- | ||||
=================================================================== | =================================================================== | ||||
Installs ant | |||||
Installs Apache Ant | |||||
=================================================================== | =================================================================== | ||||
--> | --> | ||||
<target name="install" if="ant.install"> | <target name="install" if="ant.install"> | ||||
@@ -635,7 +635,7 @@ | |||||
version="true" | version="true" | ||||
windowtitle="${Name} API" | windowtitle="${Name} API" | ||||
doctitle="${Name}"> | doctitle="${Name}"> | ||||
<group title="Ant Core" packages="org.apache.tools.ant*" /> | |||||
<group title="Apache Ant Core" packages="org.apache.tools.ant*" /> | |||||
<group title="Core Tasks" packages="org.apache.tools.ant.taskdefs*" /> | <group title="Core Tasks" packages="org.apache.tools.ant.taskdefs*" /> | ||||
<group title="Optional Tasks" packages="org.apache.tools.ant.taskdefs.optional*" /> | <group title="Optional Tasks" packages="org.apache.tools.ant.taskdefs.optional*" /> | ||||
@@ -1,11 +1,11 @@ | |||||
<head> | <head> | ||||
<title> | <title> | ||||
Ant in Anger | |||||
Apache Ant in Anger | |||||
</title> | </title> | ||||
</head> | </head> | ||||
<body bgcolor="#FFFFFF" text="#000000"> | <body bgcolor="#FFFFFF" text="#000000"> | ||||
<h1 align="center">Ant in Anger: | |||||
<h1 align="center">Apache Ant in Anger: | |||||
</h1> | </h1> | ||||
<h2 align="center"> | <h2 align="center"> | ||||
Using Ant in a Production Development System | Using Ant in a Production Development System | ||||
@@ -20,7 +20,7 @@ Steve Loughran | |||||
<h2>Introduction</h2> | <h2>Introduction</h2> | ||||
</a> | </a> | ||||
<a href="http://jakarta.apache.org/ant/">Ant</a> | |||||
<a href="http://jakarta.apache.org/ant/">Apache Ant</a> | |||||
can be an invaluable tool in a team development process -or it can | can be an invaluable tool in a team development process -or it can | ||||
be yet another source of problems in that ongoing crises we call | be yet another source of problems in that ongoing crises we call | ||||
development . This | development . This | ||||
@@ -1,10 +1,10 @@ | |||||
<html><head> | <html><head> | ||||
<title> | <title> | ||||
Ant Task Design Guidelines | |||||
Apache Ant Task Design Guidelines | |||||
</title> | </title> | ||||
</head><body> | </head><body> | ||||
<h1>Ant Task Design Guidelines</h1> | |||||
<h1>Apache Ant Task Design Guidelines</h1> | |||||
This document covers how to write ant tasks to a standard required to be | This document covers how to write ant tasks to a standard required to be | ||||
incorporated into the Ant distribution. You may find it useful when | incorporated into the Ant distribution. You may find it useful when | ||||
@@ -33,7 +33,7 @@ | |||||
<tr> | <tr> | ||||
<!-- LEFT SIDE NAVIGATION --> | <!-- LEFT SIDE NAVIGATION --> | ||||
<td valign="top" nowrap="true"> | <td valign="top" nowrap="true"> | ||||
<p><strong>Ant</strong></p> | |||||
<p><strong>Apache Ant</strong></p> | |||||
<ul> | <ul> | ||||
<li> <a href="./index.html">Front Page</a> | <li> <a href="./index.html">Front Page</a> | ||||
</li> | </li> | ||||
@@ -31,7 +31,7 @@ | |||||
<tr> | <tr> | ||||
<!-- LEFT SIDE NAVIGATION --> | <!-- LEFT SIDE NAVIGATION --> | ||||
<td valign="top" nowrap="true"> | <td valign="top" nowrap="true"> | ||||
<p><strong>Ant</strong></p> | |||||
<p><strong>Apache Ant</strong></p> | |||||
<ul> | <ul> | ||||
<li> <a href="./index.html">Front Page</a> | <li> <a href="./index.html">Front Page</a> | ||||
</li> | </li> | ||||
@@ -91,7 +91,7 @@ | |||||
</td></tr> | </td></tr> | ||||
<tr><td> | <tr><td> | ||||
<blockquote> | <blockquote> | ||||
<p>This page lists external resources for Ant: tasks, IDE | |||||
<p>This page lists external resources for Apache Ant: tasks, IDE | |||||
integration tools, loggers, you name it. If you've written | integration tools, loggers, you name it. If you've written | ||||
something that should be included, please post all relevant | something that should be included, please post all relevant | ||||
information to one of the mailing lists.</p> | information to one of the mailing lists.</p> | ||||
@@ -31,7 +31,7 @@ | |||||
<tr> | <tr> | ||||
<!-- LEFT SIDE NAVIGATION --> | <!-- LEFT SIDE NAVIGATION --> | ||||
<td valign="top" nowrap="true"> | <td valign="top" nowrap="true"> | ||||
<p><strong>Ant</strong></p> | |||||
<p><strong>Apache Ant</strong></p> | |||||
<ul> | <ul> | ||||
<li> <a href="./index.html">Front Page</a> | <li> <a href="./index.html">Front Page</a> | ||||
</li> | </li> | ||||
@@ -101,7 +101,7 @@ | |||||
<blockquote> | <blockquote> | ||||
<ul> | <ul> | ||||
<li><a href="#what-is-ant"> | <li><a href="#what-is-ant"> | ||||
What is Ant? | |||||
What is Apache Ant? | |||||
</a></li> | </a></li> | ||||
<li><a href="#ant-name"> | <li><a href="#ant-name"> | ||||
Why do you call it Ant? | Why do you call it Ant? | ||||
@@ -242,7 +242,7 @@ | |||||
<tr><td bgcolor="#828DA6"> | <tr><td bgcolor="#828DA6"> | ||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | <font color="#ffffff" face="arial,helvetica,sanserif"> | ||||
<strong> | <strong> | ||||
What is Ant? | |||||
What is Apache Ant? | |||||
</strong> | </strong> | ||||
</font> | </font> | ||||
</td></tr> | </td></tr> | ||||
@@ -301,7 +301,7 @@ | |||||
tool of choice for a lot of projects.</p> | tool of choice for a lot of projects.</p> | ||||
<p>In January 2000 Ant was moved to a separate CVS module and | <p>In January 2000 Ant was moved to a separate CVS module and | ||||
was promoted to a project of its own, independent of | was promoted to a project of its own, independent of | ||||
Tomcat.</p> | |||||
Tomcat. Ant became Apache Ant.</p> | |||||
<p>The first version of Ant that was exposed a lager audience | <p>The first version of Ant that was exposed a lager audience | ||||
was the one that shipped with Tomcat's 3.1 release on 19 April | was the one that shipped with Tomcat's 3.1 release on 19 April | ||||
2000. This version has later been referenced to as Ant | 2000. This version has later been referenced to as Ant | ||||
@@ -33,7 +33,7 @@ | |||||
<tr> | <tr> | ||||
<!-- LEFT SIDE NAVIGATION --> | <!-- LEFT SIDE NAVIGATION --> | ||||
<td valign="top" nowrap="true"> | <td valign="top" nowrap="true"> | ||||
<p><strong>Ant</strong></p> | |||||
<p><strong>Apache Ant</strong></p> | |||||
<ul> | <ul> | ||||
<li> <a href="./index.html">Front Page</a> | <li> <a href="./index.html">Front Page</a> | ||||
</li> | </li> | ||||
@@ -93,7 +93,7 @@ | |||||
</td></tr> | </td></tr> | ||||
<tr><td> | <tr><td> | ||||
<blockquote> | <blockquote> | ||||
<h3>Ant 1.4.1 Available !</h3> | |||||
<h3>Apache Ant 1.4.1 Available !</h3> | |||||
<p>Version 1.4.1 of Ant has been released. This is a bugfix release which corrects a few problems | <p>Version 1.4.1 of Ant has been released. This is a bugfix release which corrects a few problems | ||||
in the 1.4 release. It is available for download | in the 1.4 release. It is available for download | ||||
<a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/"> | <a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/"> | ||||
@@ -105,13 +105,13 @@ | |||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | <table border="0" cellspacing="0" cellpadding="2" width="100%"> | ||||
<tr><td bgcolor="#525D76"> | <tr><td bgcolor="#525D76"> | ||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | <font color="#ffffff" face="arial,helvetica,sanserif"> | ||||
<a name="Ant"><strong>Ant</strong></a> | |||||
<a name="Apache Ant"><strong>Apache Ant</strong></a> | |||||
</font> | </font> | ||||
</td></tr> | </td></tr> | ||||
<tr><td> | <tr><td> | ||||
<blockquote> | <blockquote> | ||||
<p> | <p> | ||||
Ant is a Java based build tool. In theory it is kind of like make without | |||||
Apache Ant is a Java based build tool. In theory it is kind of like make without | |||||
make's wrinkles. | make's wrinkles. | ||||
</p> | </p> | ||||
<p> | <p> | ||||
@@ -31,7 +31,7 @@ | |||||
<tr> | <tr> | ||||
<!-- LEFT SIDE NAVIGATION --> | <!-- LEFT SIDE NAVIGATION --> | ||||
<td valign="top" nowrap="true"> | <td valign="top" nowrap="true"> | ||||
<p><strong>Ant</strong></p> | |||||
<p><strong>Apache Ant</strong></p> | |||||
<ul> | <ul> | ||||
<li> <a href="./index.html">Front Page</a> | <li> <a href="./index.html">Front Page</a> | ||||
</li> | </li> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -1,7 +1,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>AntWork Plugin for the Jext - Java Text Editor</title> | |||||
<title>Apache AntWork Plugin for the Jext - Java Text Editor</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant</title> | |||||
<title>Apache Ant</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant</title> | |||||
<title>Apache Ant</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant EJB Tasks</title> | |||||
<title>Apache Ant EJB Tasks</title> | |||||
</head> | </head> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant</title> | |||||
<title>Apache Ant</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -1,7 +1,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant PropertyFile Task</title> | |||||
<title>Apache Ant PropertyFile Task</title> | |||||
</head> | </head> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -1,7 +1,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -1,10 +1,10 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta http-equiv="refresh" content="1; URL=packages.html"> | <meta http-equiv="refresh" content="1; URL=packages.html"> | ||||
<title>Ant API</title> | |||||
<title>Apache Ant API</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
Redirecting to <a href="packages.html">Ant API ...</a> | |||||
Redirecting to <a href="packages.html">Apache Ant API ...</a> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -1,9 +1,9 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<title>Ant API</title> | |||||
<title>Apache Ant API</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<b>Ant API has not been generated</b> | |||||
<b>Apache Ant API has not been generated</b> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
<base target="mainFrame"> | <base target="mainFrame"> | ||||
</head> | </head> | ||||
@@ -2,13 +2,13 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div align="center"> | <div align="center"> | ||||
<h1>Ant User Manual</h1> | |||||
<h1>Apache Ant User Manual</h1> | |||||
<p>by</p> | <p>by</p> | ||||
</div> | </div> | ||||
<!-- Names are in alphabetical order, on last name --> | <!-- Names are in alphabetical order, on last name --> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
<base target="mainFrame"> | <base target="mainFrame"> | ||||
</head> | </head> | ||||
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<frameset cols="20%,80%"> | <frameset cols="20%,80%"> | ||||
@@ -10,8 +10,8 @@ | |||||
<frame src="credits.html" name="mainFrame"> | <frame src="credits.html" name="mainFrame"> | ||||
</frameset> | </frameset> | ||||
<noframes> | <noframes> | ||||
<H2>Ant User Manual</H2> | |||||
<H2>Apache Ant User Manual</H2> | |||||
<a href="toc.html">Ant User Manual</a></noframes> | |||||
<a href="toc.html">Apache Ant User Manual</a></noframes> | |||||
</html> | </html> |
@@ -2,7 +2,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
<title>Ant User Manual</title> | |||||
<title>Apache Ant User Manual</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||