From 26bfd9b1ecdbacca538de9b864c585a18f67de1d Mon Sep 17 00:00:00 2001
From: Magesh Umasankar
Patterns can be specified inside the buildfile via task attributes or nested elements and via external files. Each line of the external file -is taken as a pattern that is added to the list of include or exclude +is taken as a pattern that is added to the list of include or exclude patterns.
As described earlier, patterns are used for the inclusion and exclusion.
@@ -125,11 +125,11 @@ For example, mypackage/test/
is interpreted as if it were
way to select just the files you want.
+-<copy todir="${dist}"> - <fileset dir="${src}" - includes="**/images/*" - excludes="**/*.gif" + <fileset dir="${src}" + includes="**/images/*" + excludes="**/*.gif" /> </copy>This copies all files in directories called
**/#*# **/.#* **/%*% + **/._* **/CVS **/CVS/** **/.cvsignore @@ -161,10 +162,10 @@ They are: **/SCCS/** **/vssver.sccimages
that are @@ -154,6 +154,7 @@ They are:
If you do not want these default excludes applied, you may disable them with the +
If you do not want these default excludes applied, you may disable them with the
defaultexcludes="no"
attribute.
Copyright © 2001 Apache Software Foundation. All rights +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.