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