From 0f96ff5c248ce06c2b82dd5987aed245e28bbac8 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Wed, 20 Mar 2002 03:21:45 +0000 Subject: [PATCH] Just when you think you've remembered everything... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271911 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/coretasklist.html | 2 ++ docs/manual/tasksoverview.html | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index aa93b5966..977e130cd 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -18,6 +18,7 @@ AntStructure
Apply/ExecOn
Available
+Basename
BUnzip2
BZip2
Checksum
@@ -32,6 +33,7 @@ Delete
Deltree
Dependset
+Dirname
Ear
Echo
Exec
diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index b061797b5..92501efff 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -814,12 +814,24 @@ documentation.

classpath, or JVM system resource is available at runtime.

+ + Basename +

Sets a property to the last element of a specified path. + + Condition

Sets a property if a certain condition holds true - this is a generalization of Available and Uptodate.

+ + + Dirname +

Sets a property to the value of the specified file up to, + but not including, the last path element. + + Echoproperties