From 169b914f9dfafcaed17add2038a1621dffa31740 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
'*' matches zero or more characters, '?' matches one character.
+ +In general, patterns are considered relative paths, relative to a
+task dependent base directory (the dir attribute in the case of
+<fileset>
). Only files found below that base
+directory are considered. So while a pattern like
+../foo.java
is possible, it will not match anything when
+applied since the base directory's parent is never scanned for
+files.
Examples:
*.java
matches .java
,