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