Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos removed

...

Selectors are available as nested elements.within the FileSet. If any of the selectors within the FileSet do not select the file, the file is not considered part of the FileSet. This makes FileSets equivalent to an <and> selector container.

Attribute

Description

Required

Default value

dir

The root of the directory tree of this FileSet

Yes

-
targetdir

The target root directory the installer should copy the included files later to.

Important: This attribute is just valid in case of nested filesets to the <pack> tag.

I

It cannot be used for <parsable> and <executable>.

No${INSTALL_PATH}

includes

Comma- or space-separated list of patterns of files that must be included; all files are included when omitted.

No

-

excludes

Comma- or space-separated list of patterns of files that must be excluded; no files (except default excludes) are excluded when omitted

No

-

defaultexcludes

Indicates whether common default excludes (like .svn) should be used or not (true | false); default excludes are used when omitted.

Important: This attribute is just valid in case of nested filesets to the <pack> tag.

I

It cannot be used for <parsable> and <executable>.

No

true

casesensitive

Must the include and exclude patterns be treated in a case sensitive way?

Important: This attribute is just valid in case of nested filesets to the <pack> tag.

I

It cannot be used for <parsable> and <executable>.

No

true

followsymlinks

Shall symbolic links be followed? Defaults to true. See the note below.

Important: This attribute is just valid in case of nested filesets to the <pack> tag.

I

It cannot be used for <parsable> and <executable>.

No

true

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.

...