You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/01 22:14:21 UTC

ant git commit: Added more information about defaults

Repository: ant
Updated Branches:
  refs/heads/master 3b2587d76 -> 9da2ddc93


Added more information about defaults

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9da2ddc9
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9da2ddc9
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/9da2ddc9

Branch: refs/heads/master
Commit: 9da2ddc932fc978da51b0833967a1743af754004
Parents: 3b2587d
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu Mar 1 23:14:03 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu Mar 1 23:14:03 2018 +0100

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/BorlandEJBTasks.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/BorlandEJBTasks.html b/manual/Tasks/BorlandEJBTasks.html
index 6a91c27..a401527 100644
--- a/manual/Tasks/BorlandEJBTasks.html
+++ b/manual/Tasks/BorlandEJBTasks.html
@@ -24,13 +24,13 @@
 
 <body>
 
-<h2 id="log">BorlandDeploy Tool</h2>
+<h2 id="log">BorlandDeployTool</h2>
 <p>by Benoit Moussaud (<a href="mailto:benoit.moussaud@criltelecom.com">benoit.moussaud@criltelecom.com</a>)</p>
 
 
 <h3>Description</h3>
 <p>The BorlandDeployTool is a vendor specific nested element for the Ejbjar optional task.</p>
-<p>BorlandDeploymentTool is dedicated to the Borland Application Server 4.5.x and Borland Enterprise
+<p>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.</p>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/cab.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/cab.html b/manual/Tasks/cab.html
index 01ddf83..1934cd5 100644
--- a/manual/Tasks/cab.html
+++ b/manual/Tasks/cab.html
@@ -67,7 +67,7 @@ and <code>&lt;patternset&gt;</code> elements.</p>
   </tr>
   <tr>
     <td>options</td>
-    <td>use to set additional command-line options for the <code>cabarc</code> tool.  Should not
+    <td>set additional command-line options for the <code>cabarc</code> tool.  Should not
       normally be necessary.</td>
     <td>No</td>
   </tr>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/checksum.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/checksum.html b/manual/Tasks/checksum.html
index 8e63c34..6deda02 100644
--- a/manual/Tasks/checksum.html
+++ b/manual/Tasks/checksum.html
@@ -60,8 +60,8 @@ Architecture Standard Algorithm Name Documentation</a></p>
   <tr>
     <td>todir</td>
     <td>The root directory where checksums should be written.</td>
-    <td>No. If not specified, checksum files will be written to the same directory as the files
-      themselves.  <em>since Apache Ant 1.6</em>
+    <td>No; by default, checksum files will be written to the same directory as the original
+      files.  <em>since Apache Ant 1.6</em>
     </td>
   </tr>
   <tr>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/chmod.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/chmod.html b/manual/Tasks/chmod.html
index b983f26..36a59e3 100644
--- a/manual/Tasks/chmod.html
+++ b/manual/Tasks/chmod.html
@@ -71,7 +71,8 @@ alternative.</p>
   <tr>
     <td>file</td>
     <td>the file or single directory of which the permissions must be changed.</td>
-    <td rowspan="2">Exactly one of the two, or nested <code>&lt;fileset/list&gt;</code>s</td>
+    <td rowspan="2">Exactly one of the two, unless
+      nested <code>&lt;fileset|filelist|dirset&gt;</code> elements are specified</td>
   </tr>
   <tr>
     <td>dir</td>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/chown.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/chown.html b/manual/Tasks/chown.html
index 002cacb..4b0b928 100644
--- a/manual/Tasks/chown.html
+++ b/manual/Tasks/chown.html
@@ -66,8 +66,7 @@ to your current os.</p>
     <td>file</td>
     <td>the file or directory of which the owner must be
     changed.</td>
-    <td>Yes or nested
-    <code>&lt;fileset/list&gt;</code> elements.</td>
+    <td>Yes, unless nested <code>&lt;fileset|filelist|dirset&gt;</code> elements are specified</td>
   </tr>
   <tr>
     <td>owner</td>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/conditions.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 65cef41..82a36a2 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -772,7 +772,7 @@ classpath.</p>
   <tr>
     <td>pattern</td>
     <td>The regular expression pattern used to test.</td>
-    <td>Yes, unless there is a nested <code>&lt;regexp&gt;</code> element.</td>
+    <td>Yes, unless there is a nested <code>&lt;regexp&gt;</code> element</td>
   </tr>
   <tr>
     <td>casesensitive</td>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/copyfile.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/copyfile.html b/manual/Tasks/copyfile.html
index e662024..1ee78e4 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.</p
   <tr>
     <td>filtering</td>
     <td>indicates whether token filtering should take place during the copy</td>
-    <td>No</td>
+    <td>No; default is <q>false</q></td>
   </tr>
   <tr>
     <td>forceoverwrite</td>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/depend.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/depend.html b/manual/Tasks/depend.html
index eb547a4..1d5b58c 100644
--- a/manual/Tasks/depend.html
+++ b/manual/Tasks/depend.html
@@ -141,7 +141,7 @@ public final class Constants {
   <tr>
     <td>dump</td>
     <td>If true the dependency information will be written to the debug level log</td>
-    <td>No</td>
+    <td>No; default is <q>false</q></td>
   </tr>
   <tr>
     <td>classpath</td>

http://git-wip-us.apache.org/repos/asf/ant/blob/9da2ddc9/manual/Tasks/echoxml.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/echoxml.html b/manual/Tasks/echoxml.html
index dd5a63e..8a4bc8c 100644
--- a/manual/Tasks/echoxml.html
+++ b/manual/Tasks/echoxml.html
@@ -42,7 +42,7 @@
   <tr>
     <td>append</td>
     <td>Whether to append <var>file</var>, if specified.</td>
-    <td>No</td>
+    <td>No; default is <q>false</q></td>
   </tr>
   <tr>
     <td>namespacePolicy</td>