arnout 00/03/05 11:43:48 Modified: docs index.html Log: Fixed copydir attributes in example. Submitted by: Michael Smith Revision Changes Path 1.14 +2 -2 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- index.html 2000/03/05 09:19:46 1.13 +++ index.html 2000/03/05 19:43:47 1.14 @@ -429,8 +429,8 @@

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