diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index 817f4b102..3cdce8169 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -16,12 +16,12 @@ -->
You have to enable the Jext Console to see the Ant output (menu: +
You have to enable the Jext Console to see the Apache Ant output (menu: Edit->Options... - General Panel), because the Ant messages are redirected to the Jext console.
diff --git a/docs/manual/Tasks/ant.html b/docs/manual/Tasks/ant.html index a39186e75..87b78bb26 100644 --- a/docs/manual/Tasks/ant.html +++ b/docs/manual/Tasks/ant.html @@ -27,7 +27,7 @@Runs Ant on a supplied buildfile. This can be used to build +
Runs Apache Ant on a supplied buildfile. This can be used to build
subprojects. This task must not be used outside of a
target
if it invokes the same build file it is part
of.
true
, pass all properties to the new Ant
+ true
, pass all properties to the new Apache Ant
project. Defaults to true
.
Generates an DTD for Ant buildfiles which contains information +
Generates an DTD for Apache Ant buildfiles which contains information about all tasks currently known to Ant.
Actually the DTD will not be a real DTD for buildfiles since Ant's diff --git a/docs/manual/Tasks/antversion.html b/docs/manual/Tasks/antversion.html index bc46cd1c4..cd9f838af 100644 --- a/docs/manual/Tasks/antversion.html +++ b/docs/manual/Tasks/antversion.html @@ -27,7 +27,7 @@
-Stores the Ant version (when used as task) or checks for a specific Ant version +Stores the Apache Ant version (when used as task) or checks for a specific Ant version (when used as condition). Since Ant 1.7.0
diff --git a/docs/manual/Tasks/apply.html b/docs/manual/Tasks/apply.html index ca4d8d58e..6cf948fa7 100644 --- a/docs/manual/Tasks/apply.html +++ b/docs/manual/Tasks/apply.html @@ -29,7 +29,7 @@ compatibility.Executes a system command. When the os attribute is specified, then -the command is only executed when Ant is run on one of the specified operating +the command is only executed when Apache Ant is run on one of the specified operating systems.
The files and/or directories of a number of
diff --git a/docs/manual/Tasks/attrib.html b/docs/manual/Tasks/attrib.html
index 00527f3e1..a26f0c555 100644
--- a/docs/manual/Tasks/attrib.html
+++ b/docs/manual/Tasks/attrib.html
@@ -19,13 +19,13 @@
- Since Ant 1.6. Since Apache Ant 1.6. Changes the attributes of a file or all files inside specified
diff --git a/docs/manual/Tasks/augment.html b/docs/manual/Tasks/augment.html
index f5f4c44e8..305e39a83 100644
--- a/docs/manual/Tasks/augment.html
+++ b/docs/manual/Tasks/augment.html
@@ -32,7 +32,7 @@ mapped as XML attributes. This is an unusual task that makes use of Ant's intern
processing mechanisms to reload a previously declared reference by means of the 'id'
attribute, then treats the declared Attrib
-Description
augment
element as though it were the
original element.
-Since Ant 1.8.1
Attributes from parent Cvs task which are meaningful here - Since ant 1.6.1 |
+ Since Apache Ant 1.6.1
||
cvsRoot | diff --git a/docs/manual/Tasks/checksum.html b/docs/manual/Tasks/checksum.html index 2ca9928cc..1754af7f6 100644 --- a/docs/manual/Tasks/checksum.html +++ b/docs/manual/Tasks/checksum.html @@ -69,7 +69,7 @@ or set the fileext attribute.The root directory where checksums should be written. | No. If not specified, checksum files will be written to the same directory as the files themselves. - since Ant 1.6 + since Apache Ant 1.6 |
else | The value to set the property to if the condition evaluates to false. By default the property will remain unset. - Since Ant 1.6.3 + Since Apache Ant 1.6.3 | No |
forcestring | Force string comparison of arg1/arg2 .
- Default is false. Since Ant 1.8.1
+ Default is false. Since Apache Ant 1.8.1
|
No |
dest | the directory where the checked out files should
be placed. Note that this is different from CVS's -d command line
- switch as Ant will never shorten pathnames to avoid empty
+ switch as Apache Ant will never shorten pathnames to avoid empty
directories. |
No, default is project's basedir. |
ignoreRemoved | When set to true, the report will not include any - removed files. Since Ant 1.8.0 | + removed files. Since Apache Ant 1.8.0No, defaults to false. |
This task allows to retrieve a CVS client and server version. - Since Ant 1.6.1. + Since Apache Ant 1.6.1.
quiet | If the specified file or directory does not exist,
- do not display a diagnostic message (unless Ant
+ do not display a diagnostic message (unless Apache Ant
has been invoked with the -verbose or
-debug switches) or modify the exit status to
reflect an error.
diff --git a/docs/manual/Tasks/dependset.html b/docs/manual/Tasks/dependset.html
index 8891c6f33..34ec238b1 100644
--- a/docs/manual/Tasks/dependset.html
+++ b/docs/manual/Tasks/dependset.html
@@ -79,7 +79,7 @@ well as other stylesheets imported by the main stylesheet.
The srcfilesetdiff --git a/docs/manual/Tasks/diagnostics.html b/docs/manual/Tasks/diagnostics.html index 632da601c..cdb16930d 100644 --- a/docs/manual/Tasks/diagnostics.html +++ b/docs/manual/Tasks/diagnostics.html @@ -27,7 +27,7 @@DiagnosticsDiagnostics
-Runs Ant's "add" .
| For entries coming from existing archives (like nested zipfilesets or while updating the archive), keep the compression as it has been originally instead of using the - compress attribute. Defaults false. Since Ant + compress attribute. Defaults false. Since Apache Ant 1.6 | No | output | the Resource to write the message to (see note). - Since Ant 1.8 | + Since Apache Ant 1.8
append | diff --git a/docs/manual/Tasks/echoproperties.html b/docs/manual/Tasks/echoproperties.html index 363d48807..9511a2f9d 100644 --- a/docs/manual/Tasks/echoproperties.html +++ b/docs/manual/Tasks/echoproperties.html @@ -46,7 +46,7 @@ files.If specified, the value indicates the name of the file to send the output of the statement to. The generated output file is compatible for loading by any Java application as a property file. - If not specified, then the output will go to the Ant log. | + If not specified, then the output will go to the Apache Ant log.No | |
status | Exit using the specified status code; assuming the generated Exception is not caught, the - JVM will exit with this status. Since Ant 1.6.2 | + JVM will exit with this status. Since Apache Ant 1.6.2No |
- Since Ant 1.7, this task can be used in a + Since Apache Ant 1.7, this task can be used in a filterchain.
diff --git a/docs/manual/Tasks/ftp.html b/docs/manual/Tasks/ftp.html index 3767b167c..b8e089c49 100644 --- a/docs/manual/Tasks/ftp.html +++ b/docs/manual/Tasks/ftp.html @@ -29,7 +29,7 @@The ftp task implements a basic FTP client that can send, receive, list, delete files, and create directories. See below for descriptions and examples of how to perform each task.
-Note: This task depends on external libraries not included in the Ant distribution. +
Note: This task depends on external libraries not included in the Apache Ant distribution. See Library Dependencies for more information. Get the latest version of this library, for the best support in Ant diff --git a/docs/manual/Tasks/get.html b/docs/manual/Tasks/get.html index 36b2a9f67..831fa2f48 100644 --- a/docs/manual/Tasks/get.html +++ b/docs/manual/Tasks/get.html @@ -39,7 +39,7 @@ A username and password can be specified, in which case basic 'slightly encoded plain text' authentication is used. This is only secure over an HTTPS link.
-Proxies. Since Ant 1.7.0, Ant running on Java1.5 or later can +
Proxies. Since Apache Ant 1.7.0, Ant running on Java1.5 or later can
use the proxy settings of the operating
system if enabled with the
-autoproxy
option. There is also the
diff --git a/docs/manual/Tasks/image.html b/docs/manual/Tasks/image.html
index 79d075a02..ed7ed7ef4 100644
--- a/docs/manual/Tasks/image.html
+++ b/docs/manual/Tasks/image.html
@@ -201,7 +201,7 @@ nested inside the Draw object.
Since Ant 1.8.0
+Since Apache Ant 1.8.0
You can define filename transformations by using a nested mapper element. The diff --git a/docs/manual/Tasks/import.html b/docs/manual/Tasks/import.html index 7400198b5..8cc52655f 100644 --- a/docs/manual/Tasks/import.html +++ b/docs/manual/Tasks/import.html @@ -38,7 +38,7 @@
Note as seen above, this task heavily relies on the ProjectHelper implementation and doesn't really perform any work of its own. If - you have configured Ant to use a ProjectHelper other than Ant's + you have configured Apache Ant to use a ProjectHelper other than Ant's default, this task may or may not work.
diff --git a/docs/manual/Tasks/include.html b/docs/manual/Tasks/include.html index 3b04bd326..8778ae64a 100644 --- a/docs/manual/Tasks/include.html +++ b/docs/manual/Tasks/include.html @@ -28,7 +28,7 @@ Include another build file into the current project. -since Ant 1.8.0
+since Apache Ant 1.8.0
Note this task heavily relies on the ProjectHelper diff --git a/docs/manual/Tasks/input.html b/docs/manual/Tasks/input.html index 021e16bb5..0e4629c71 100644 --- a/docs/manual/Tasks/input.html +++ b/docs/manual/Tasks/input.html @@ -42,7 +42,7 @@ one of the predefined.
user. This property can then be used during the following build run. Input behaves according to property task which means that existing properties cannot be overriden. -Since Ant 1.6,<input>
will not prompt for input if
+Since Apache Ant 1.6, <input>
will not prompt for input if
a property should be set by the task that has already been set in the
project (and the task wouldn't have any effect).
diff --git a/docs/manual/Tasks/jar.html b/docs/manual/Tasks/jar.html
index 381f635ab..3a9de693b 100644
--- a/docs/manual/Tasks/jar.html
+++ b/docs/manual/Tasks/jar.html
@@ -48,7 +48,7 @@ multiple ones to merge together different trees of files into one JAR.
The extended fileset and groupfileset child elements from the zip task are
also available in the jar task.
See the Zip task for more details and examples.
-If the manifest is omitted, a simple one will be supplied by Ant.
+If the manifest is omitted, a simple one will be supplied by Apache Ant.
The update
parameter controls what happens if the JAR
file already exists. When set to yes
, the JAR file is
diff --git a/docs/manual/Tasks/jarlib-resolve.html b/docs/manual/Tasks/jarlib-resolve.html
index c9091e850..d168d8121 100644
--- a/docs/manual/Tasks/jarlib-resolve.html
+++ b/docs/manual/Tasks/jarlib-resolve.html
@@ -119,7 +119,7 @@ http://download.oracle.com/javase/1.3/docs/guide/extensions/versioning.html
The ant resolver allows you to run a ant build file to generate a library.
+The ant resolver allows you to run an Apache Ant build file to generate a library.
Attribute | diff --git a/docs/manual/Tasks/java.html b/docs/manual/Tasks/java.html index 0e0a69fa2..a237039c5 100644 --- a/docs/manual/Tasks/java.html +++ b/docs/manual/Tasks/java.html @@ -26,7 +26,7 @@||
includeruntime | Implicitly add the classes required to run jdepend - in forked mode. (Ignored if fork is disabled). Since ant 1.6. | + in forked mode. (Ignored if fork is disabled). Since Apache Ant 1.6.No, default is "no". |
*) Footnote: When running JJTree with the Ant taskdef jjtree the option -OUTPUT_DIRECTORY
must always
-be set, because the project's basedir and the ant working directory might differ. So even if you don't specify the jjtree taskdef
+be set, because the project's basedir and the Ant working directory might differ. So even if you don't specify the jjtree taskdef
outputdirectory JJTree will be called with the -OUTPUT_DIRECTORY
set to the project's basedirectory.
But when the -OUTPUT_DIRECTORY
is set, the -OUTPUT_FILE
setting is handled as if relative to this
-OUTPUT_DIRECTORY
. Thus when the -OUTPUT_FILE
is absolute or contains a drive letter we have a
diff --git a/docs/manual/Tasks/jspc.html b/docs/manual/Tasks/jspc.html
index fb3428c88..052fc41ff 100644
--- a/docs/manual/Tasks/jspc.html
+++ b/docs/manual/Tasks/jspc.html
@@ -27,7 +27,7 @@
Ant task to run the JSP compiler and turn JSP pages into Java source. +
Apache Ant task to run the JSP compiler and turn JSP pages into Java source.
Deprecated if you use this task with Tomcat's Jasper JSP
compiler, you should seriously consider using the task shipping with
diff --git a/docs/manual/Tasks/junit.html b/docs/manual/Tasks/junit.html
index 762074a26..f3894c2f0 100644
--- a/docs/manual/Tasks/junit.html
+++ b/docs/manual/Tasks/junit.html
@@ -31,7 +31,7 @@ This task has been tested with JUnit 3.0 up to JUnit 3.8.2; it won't
work with versions prior to JUnit 3.0. It also works with JUnit 4.0, including
"pure" JUnit 4 tests using only annotations and no JUnit4TestAdapter
.
Note: This task depends on external libraries not included -in the Ant distribution. See +in the Apache Ant distribution. See Library Dependencies for more information.
diff --git a/docs/manual/Tasks/junitreport.html b/docs/manual/Tasks/junitreport.html index da87ecb96..cdf171e2e 100644 --- a/docs/manual/Tasks/junitreport.html +++ b/docs/manual/Tasks/junitreport.html @@ -27,7 +27,7 @@ Merge the individual XML files generated by the JUnit task and eventually apply a stylesheet on the resulting merged document to provide a browsable report of the testcases results.
Note: This task depends on external libraries not included in -the Ant distribution. See +the Apache Ant distribution. See Library Dependencies for more information.
Display or set a property containing length information for a string, a file, or one or more nested Resource Collections. - Can also be used as a condition. Since Ant 1.6.3
+ Can also be used as a condition. Since Apache Ant 1.6.3quiet | -Do not display a diagnostic message (unless Ant has been + | Do not display a diagnostic message (unless Apache Ant has been
invoked with the -verbose or -debug
switches) or modify the exit status to reflect an error. Setting this to
"true" implies setting failonerror to "false".
diff --git a/docs/manual/Tasks/loadproperties.html b/docs/manual/Tasks/loadproperties.html
index 8b8ca5c99..69fa23a6c 100644
--- a/docs/manual/Tasks/loadproperties.html
+++ b/docs/manual/Tasks/loadproperties.html
@@ -26,7 +26,7 @@
LoadPropertiesDescription
-Load a file's contents as Ant properties. This is equivalent
+Load a file's contents as Apache Ant properties. This is equivalent
to LoadResource-Since Ant 1.7 +Since Apache Ant 1.7 Descriptiondiff --git a/docs/manual/Tasks/local.html b/docs/manual/Tasks/local.html index 9c214ca95..f8519903e 100644 --- a/docs/manual/Tasks/local.html +++ b/docs/manual/Tasks/local.html @@ -26,7 +26,7 @@ LocalDescription-Adds a local property to the current scope. Property scopes exist at Ant's + Adds a local property to the current scope. Property scopes exist at Apache Ant's various "block" levels. These include targets as well as the Parallel and Sequential task containers (including Macrodef bodies). A local diff --git a/docs/manual/Tasks/macrodef.html b/docs/manual/Tasks/macrodef.html index df83270fe..b2d53e67f 100644 --- a/docs/manual/Tasks/macrodef.html +++ b/docs/manual/Tasks/macrodef.html @@ -39,7 +39,7 @@ other attributes. See the examples. - since Ant 1.6 + since Apache Ant 1.6 Parametersimplementationclasspath since Ant 1.8.0+implementationclasspath since Apache Ant 1.8.0A PATH like structure holding the classpath to use when loading the converter implementation if a diff --git a/docs/manual/Tasks/netrexxc.html b/docs/manual/Tasks/netrexxc.html index a81c9160a..c492af9c6 100644 --- a/docs/manual/Tasks/netrexxc.html +++ b/docs/manual/Tasks/netrexxc.html @@ -27,7 +27,7 @@ NetRexxCDescriptionCompiles a NetRexx -source tree within the running (Ant) VM. +source tree within the running (Apache Ant) VM.The source and destination directory will be recursively scanned for NetRexx source files to compile. Only NetRexx files that have no corresponding class file or where the class file is older than the java file will be compiled. diff --git a/docs/manual/Tasks/pack.html b/docs/manual/Tasks/pack.html index 84bd3187b..60ae1e527 100644 --- a/docs/manual/Tasks/pack.html +++ b/docs/manual/Tasks/pack.html @@ -54,7 +54,7 @@ resource is newer.any resource or single element resource collection-The specified resource will be used as src. Since Ant 1.7 +The specified resource will be used as src. Since Apache Ant 1.7 Examplesdiff --git a/docs/manual/Tasks/parallel.html b/docs/manual/Tasks/parallel.html index 464b5b9be..87a7baf10 100644 --- a/docs/manual/Tasks/parallel.html +++ b/docs/manual/Tasks/parallel.html @@ -31,7 +31,7 @@ Every task will run in its own thread, with the likelihood of concurrency problems scaling with the number of CPUs on the host system. - | |||||||||||||||
Jan 2004 | -ant 1.6.1 | +Ant 1.6.1 | Changed p4submit, needsresolveproperty and changeproperty added | config | path of a non default .cfg file. -Can be given absolute or relative to ant's base directory. +Can be given absolute or relative to Ant's base directory. | No | diff --git a/docs/manual/Tasks/recorder.html b/docs/manual/Tasks/recorder.html index 62bede0fd..7a0b2d558 100644 --- a/docs/manual/Tasks/recorder.html +++ b/docs/manual/Tasks/recorder.html @@ -72,7 +72,7 @@ a buildFinished event.|||||||||||
emacsmode | -Removes [task] banners like Ant's
+ | Removes [task] banners like Apache Ant's
-emacs command line switch if set to
true. |
no, default is false | diff --git a/docs/manual/Tasks/replace.html b/docs/manual/Tasks/replace.html index edef3451e..36204d0cb 100644 --- a/docs/manual/Tasks/replace.html +++ b/docs/manual/Tasks/replace.html @@ -123,7 +123,7 @@ have been regenerated by this task.||||||||||||||
preserveLastModified | Keep the file timestamp(s) even if the file(s) - is(are) modified. since Ant 1.8.0. | + is(are) modified. since Apache Ant 1.8.0.No, defaults to false | |||||||||||||||
The encoding of the file. since Ant 1.6 | +The encoding of the file. since Apache Ant 1.6 | No - defaults to default JVM encoding | |||||||||||||||
The executable to use for building the RPM.
Defaults to rpmbuild if it can be found or
rpm otherwise. Set this if you don't have either on
- your PATH or want to use a different executable. Since Ant
+ your PATH or want to use a different executable. Since Apache Ant
1.6. |
No | diff --git a/docs/manual/Tasks/scp.html b/docs/manual/Tasks/scp.html index 9d2a467e9..51586f02d 100644 --- a/docs/manual/Tasks/scp.html +++ b/docs/manual/Tasks/scp.html @@ -27,7 +27,7 @@executable | Specify a particular jarsigner executable
to use in place of the default binary (found in the same JDK as
- Ant is running in).+ Apache Ant is running in). Must support the same command line options as the Sun JDK jarsigner command. since Ant 1.8.0. |
diff --git a/docs/manual/Tasks/sos.html b/docs/manual/Tasks/sos.html
index f6efe5595..c068263b2 100644
--- a/docs/manual/Tasks/sos.html
+++ b/docs/manual/Tasks/sos.html
@@ -57,7 +57,7 @@ access to a centralized SourceSafe database via any TCP/IP connection. SOS
provides Linux ,Solaris & Windows clients. The
No | progress is increased every action and log output line | diff --git a/docs/manual/Tasks/sql.html b/docs/manual/Tasks/sql.html index 455a32e59..da6c3a339 100644 --- a/docs/manual/Tasks/sql.html +++ b/docs/manual/Tasks/sql.html @@ -46,7 +46,7 @@ and abort execution and transaction and fail task.- Whether the temp file will be marked for deletion on normal exit of the Java Virtual Machine (even though the file may never be created); default false. Since Ant 1.7 + Whether the temp file will be marked for deletion on normal exit of the Java Virtual Machine (even though the file may never be created); default false. Since Apache Ant 1.7 |
boolean
diff --git a/docs/manual/Tasks/touch.html b/docs/manual/Tasks/touch.html
index 8dbbb137d..263ea7075 100644
--- a/docs/manual/Tasks/touch.html
+++ b/docs/manual/Tasks/touch.html
@@ -30,7 +30,7 @@
Changes the modification time of a resource and possibly creates it at the same time. In addition to working with a single file, this Task can also work on resources and -resource collections (which also includes directories). Prior to Ant +resource collections (which also includes directories). Prior to Apache Ant 1.7 only FileSet or Filelist (since Ant 1.6) have been supported. diff --git a/docs/manual/Tasks/translate.html b/docs/manual/Tasks/translate.html index 46426ad0e..10e812a90 100644 --- a/docs/manual/Tasks/translate.html +++ b/docs/manual/Tasks/translate.html @@ -69,7 +69,7 @@ source file or any of the files that make up the bundle have been modified after the destination file was last modified.
-New in Ant 1.6: FileSets are used to select files to
diff --git a/docs/manual/Tasks/truncate.html b/docs/manual/Tasks/truncate.html
index c2c346e47..b7df3f7e6 100644
--- a/docs/manual/Tasks/truncate.html
+++ b/docs/manual/Tasks/truncate.html
@@ -31,7 +31,7 @@
Parametersdiff --git a/docs/manual/Tasks/typedef.html b/docs/manual/Tasks/typedef.html index 5cab4435a..f9061b14a 100644 --- a/docs/manual/Tasks/typedef.html +++ b/docs/manual/Tasks/typedef.html @@ -105,7 +105,7 @@ to Antlib. The default is "properties" unless the file/resource name ends with ".xml", in which case the format attribute will have the value "xml". - since Ant 1.6 + since Apache Ant 1.6 |
No | diff --git a/docs/manual/Tasks/unzip.html b/docs/manual/Tasks/unzip.html index c968cb073..1fc4c3958 100644 --- a/docs/manual/Tasks/unzip.html +++ b/docs/manual/Tasks/unzip.html @@ -40,7 +40,7 @@ href="../Types/filelist.html">filelist, path, and files. Untar supports arbitrary resource collections. -Prior to Ant 1.7 only fileset has been supported as a nested element. +Prior to Apache Ant 1.7 only fileset has been supported as a nested element.Flag to indicate whether or not the web.xml file is needed. It should be set to false when generating servlet 2.5+ WAR files without a web.xml file. - Since Ant 1.7 | + Since Apache Ant 1.7No -default "true" |
No | |||
delimiter | -Delimiter for splitting multiple values. since Ant 1.7.1 |
+ Delimiter for splitting multiple values. since Apache Ant 1.7.1 |
No, defaults to comma |
This task checks that XML files are valid (or only well formed). The task uses the SAX2 parser implementation provided by JAXP by default -(probably the one that is used by Ant itself), but one can specify any +(probably the one that is used by Apache Ant itself), but one can specify any SAX1/2 parser if needed.
This task supports the use of nested diff --git a/docs/manual/Tasks/zip.html b/docs/manual/Tasks/zip.html index 882f69b58..9231047d7 100644 --- a/docs/manual/Tasks/zip.html +++ b/docs/manual/Tasks/zip.html @@ -62,7 +62,7 @@ default) the ZIP file is overwritten if any of the files that would be added to the archive are newer than the entries inside the archive. Please note that ZIP files store file modification times with a granularity of two seconds. If a file is less than two seconds newer -than the entry in the archive, Ant will not consider it newer.
+than the entry in the archive, Apache Ant will not consider it newer.The whenempty
parameter controls what happens when no files match.
If skip
(the default), the ZIP is not created and a warning is issued.
diff --git a/docs/manual/Types/antlib.html b/docs/manual/Types/antlib.html
index 5ebbccdac..3b06a162d 100644
--- a/docs/manual/Types/antlib.html
+++ b/docs/manual/Types/antlib.html
@@ -29,10 +29,10 @@
An antlib file is an xml file with a root element of "antlib".
- Antlib's elements are ant definition tasks - like
+ Antlib's elements are Apache Ant definition tasks - like
and Taskdef,
- or any ant task that extends
+ or any Ant task that extends
org.apache.tools.ant.taskdefs.AntlibDefinition
.
@@ -115,7 +115,7 @@ are given special treatment.
- When ant encounters a element with a namespace URI with this pattern, it + When Ant encounters a element with a namespace URI with this pattern, it will check to see if there is a resource of the name antlib.xml in the package directory in the default classpath.
diff --git a/docs/manual/Types/assertions.html b/docs/manual/Types/assertions.html index 452c985e0..bbf823a3a 100644 --- a/docs/manual/Types/assertions.html +++ b/docs/manual/Types/assertions.html @@ -44,7 +44,7 @@ on Java 1.4 and later. To enable assertions one must set source="1.4" (or later) in <javac> when the source is being compiled, and that the code must contain assert statements to be tested. The result of such an action is code that neither compiles or runs on earlier -versions of Java. For this reason Ant itself currently contains no assertions. +versions of Java. For this reason Apache Ant itself currently contains no assertions.When assertions are enabled (or disabled) in a task through nested diff --git a/docs/manual/Types/custom-programming.html b/docs/manual/Types/custom-programming.html index d2f94e9e4..96bade33c 100644 --- a/docs/manual/Types/custom-programming.html +++ b/docs/manual/Types/custom-programming.html @@ -25,7 +25,7 @@
Custom components are conditions, selectors, filters and other - objects that are defined outside ant core. + objects that are defined outside Apache Ant core.
In Ant 1.6 custom conditions, selectors and filters has diff --git a/docs/manual/Types/filelist.html b/docs/manual/Types/filelist.html index e25e36d64..57c981d35 100644 --- a/docs/manual/Types/filelist.html +++ b/docs/manual/Types/filelist.html @@ -60,7 +60,7 @@ types. This represents a file name. The nested element allows filenames containing white space and commas.
-Since Ant 1.6.2
+Since Apache Ant 1.6.2
Attribute | diff --git a/docs/manual/Types/fileset.html b/docs/manual/Types/fileset.html index 8f49f2c3a..10e78f7c7 100644 --- a/docs/manual/Types/fileset.html +++ b/docs/manual/Types/fileset.html @@ -105,7 +105,7 @@ equivalent to anNo | diff --git a/docs/manual/Types/filterchain.html b/docs/manual/Types/filterchain.html index e20fea470..b9f893ad8 100644 --- a/docs/manual/Types/filterchain.html +++ b/docs/manual/Types/filterchain.html @@ -33,7 +33,7 @@ to a file 'bar', you would do something like: