diff --git a/docs/index.html b/docs/index.html index e4234981a..220ef3911 100644 --- a/docs/index.html +++ b/docs/index.html @@ -429,8 +429,8 @@ is appended. E.g. "mypackage/test/" is interpreted as were it "my
When these patterns are used in inclusion and exclusion, you have a powerful way to select just the files you want.
<copydir srcdir="${src}" - destdir="${dist}" +<copydir src="${src}" + dest="${dist}" includes="**/images/*" excludes="**/*.gif" />This copies all files in directories called "images", that are