Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: All files/directories for which the canonical path is different from its path are considered symbolic links. On Unix systems this usually means the file really is a symbolic links but it may lead to false results on other platforms.

The <fileset> element can be used in the <packs> definitions with an enhanced set of attributes, see this documentation for more information.

Examples

Code Block
<fileset dir="${user.dir}/staging" casesensitive="yes">
    <include name="*/.java"/>
    <exclude name="**/Test"/>
</fileset>

...