diff --git a/docs/index.html b/docs/index.html index 20d70c5d4..fc15af2c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,12 +12,13 @@ -

Version 1.0.8 - 2000/03/04

+

Version 1.0.8.1 - 2000/06/13


Table of Contents

@@ -443,6 +444,18 @@ way to select just the files you want.

This copies all files in directories called "images", that are located in the directory tree "${src}" to the destination "${dist}", but excludes all "*.gif" files from the copy.

+

Default Excludes

+

There are a set of definitions which are excluded by default from all directory based tasks. +They are: +

        "**/*~",
+        "**/#*#",
+        "**/%*%",
+        "**/CVS",
+        "**/CVS/*",
+        "**/.cvsignore"
+
+If you do not want these default excludes applied, you may disable them with the +defaultexcludes="no" attribute.


Built in tasks