From 9da2ddc932fc978da51b0833967a1743af754004 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Date: Thu, 1 Mar 2018 23:14:03 +0100
Subject: [PATCH] Added more information about defaults
---
manual/Tasks/BorlandEJBTasks.html | 4 ++--
manual/Tasks/cab.html | 2 +-
manual/Tasks/checksum.html | 4 ++--
manual/Tasks/chmod.html | 3 ++-
manual/Tasks/chown.html | 3 +--
manual/Tasks/conditions.html | 2 +-
manual/Tasks/copyfile.html | 2 +-
manual/Tasks/depend.html | 2 +-
manual/Tasks/echoxml.html | 2 +-
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/manual/Tasks/BorlandEJBTasks.html b/manual/Tasks/BorlandEJBTasks.html
index 6a91c27e2..a4015276b 100644
--- a/manual/Tasks/BorlandEJBTasks.html
+++ b/manual/Tasks/BorlandEJBTasks.html
@@ -24,13 +24,13 @@
-BorlandDeploy Tool
+BorlandDeployTool
by Benoit Moussaud (benoit.moussaud@criltelecom.com)
Description
The BorlandDeployTool is a vendor specific nested element for the Ejbjar optional task.
-BorlandDeploymentTool is dedicated to the Borland Application Server 4.5.x and Borland Enterprise
+
BorlandDeployTool is dedicated to the Borland Application Server 4.5.x and Borland Enterprise
Server 5.x. It generates and compiles the stubs and skeletons for all EJBs described in the
Deployment Descriptor, builds the jar file including the support files and verifies whether the
produced jar is valid or not.
diff --git a/manual/Tasks/cab.html b/manual/Tasks/cab.html
index 01ddf830a..1934cd5fe 100644
--- a/manual/Tasks/cab.html
+++ b/manual/Tasks/cab.html
@@ -67,7 +67,7 @@ and <patternset>
elements.
options |
- use to set additional command-line options for the cabarc tool. Should not
+ | set additional command-line options for the cabarc tool. Should not
normally be necessary. |
No |
diff --git a/manual/Tasks/checksum.html b/manual/Tasks/checksum.html
index 8e63c348e..6deda020d 100644
--- a/manual/Tasks/checksum.html
+++ b/manual/Tasks/checksum.html
@@ -60,8 +60,8 @@ Architecture Standard Algorithm Name Documentation
todir |
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 Apache Ant 1.6
+ | No; by default, checksum files will be written to the same directory as the original
+ files. since Apache Ant 1.6
|
diff --git a/manual/Tasks/chmod.html b/manual/Tasks/chmod.html
index b983f26ef..36a59e3f6 100644
--- a/manual/Tasks/chmod.html
+++ b/manual/Tasks/chmod.html
@@ -71,7 +71,8 @@ alternative.
file |
the file or single directory of which the permissions must be changed. |
- Exactly one of the two, or nested <fileset/list> s |
+ Exactly one of the two, unless
+ nested <fileset|filelist|dirset> elements are specified |
dir |
diff --git a/manual/Tasks/chown.html b/manual/Tasks/chown.html
index 002cacb66..4b0b928e2 100644
--- a/manual/Tasks/chown.html
+++ b/manual/Tasks/chown.html
@@ -66,8 +66,7 @@ to your current os.
file |
the file or directory of which the owner must be
changed. |
- Yes or nested
- <fileset/list> elements. |
+ Yes, unless nested <fileset|filelist|dirset> elements are specified |
owner |
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 65cef41eb..82a36a22e 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -772,7 +772,7 @@ classpath.
pattern |
The regular expression pattern used to test. |
- Yes, unless there is a nested <regexp> element. |
+ Yes, unless there is a nested <regexp> element |
casesensitive |
diff --git a/manual/Tasks/copyfile.html b/manual/Tasks/copyfile.html
index e662024bd..1ee78e444 100644
--- a/manual/Tasks/copyfile.html
+++ b/manual/Tasks/copyfile.html
@@ -50,7 +50,7 @@ newer than the destination file, or when the destination file does not exist.
filtering |
indicates whether token filtering should take place during the copy |
- No |
+ No; default is false |
forceoverwrite |
diff --git a/manual/Tasks/depend.html b/manual/Tasks/depend.html
index eb547a48e..1d5b58c0e 100644
--- a/manual/Tasks/depend.html
+++ b/manual/Tasks/depend.html
@@ -141,7 +141,7 @@ public final class Constants {
dump |
If true the dependency information will be written to the debug level log |
- No |
+ No; default is false |
classpath |
diff --git a/manual/Tasks/echoxml.html b/manual/Tasks/echoxml.html
index dd5a63e5f..8a4bc8c3c 100644
--- a/manual/Tasks/echoxml.html
+++ b/manual/Tasks/echoxml.html
@@ -42,7 +42,7 @@
append |
Whether to append file, if specified. |
- No |
+ No; default is false |
namespacePolicy |