Versions Compared

Key

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

...

  • <os> - restrict parsing depending on the target operating system, see the OS Restriction element
  • One or more <fileset> tags can be used to mark multiple files parsable at once.

<executable> - mark file as executable and optionally execute it

...

  • <os> - restrict parsing depending on the target operating system, see the OS Restriction element
  • <args>
    Pass one or more arguments with nested <arg> tags  (one <arg> tag per argument) to the executable
    Attributes: value - the argument value
    Example:
    <args><arg value="-version"/></args>
    Slashes are handled special (see attribute targetfile of tag <parsable>.
  • One or more <fileset> tags can be used to mark multiple files parsable at once.
<additionaldata> - Adding Customizing Data

...