From f2471de48270f403eb67e52b277e19f577a76809 Mon Sep 17 00:00:00 2001 From: "Arnout J. Kuiper" Date: Sun, 5 Mar 2000 19:43:47 +0000 Subject: [PATCH] Fixed copydir attributes in example. Submitted by: Michael Smith git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267630 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

Examples

-
  <copydir srcdir="${src}"
-           destdir="${dist}"
+
  <copydir src="${src}"
+           dest="${dist}"
            includes="**/images/*"
            excludes="**/*.gif" />

This copies all files in directories called "images", that are