<!DOCTYPE optionlist SYSTEM "../option/absy/option.dtd">

<optionlist xmlns="http://bandm.eu/doctypes/option">

  <option name="main"  required="yes">
    <desc><text lang="en">the name(s) of the main class(es) which define reachability.
The very first will be the *main*  class in the jar file's Manifest.
</text></desc>
    <type><rep kind="plus"><string/></rep></type>
  </option>

  <option name="exclude"  required="no">
    <desc><text lang="en">names of packages and subtrees to exclude.
    "a.b.c" is a package all classes in which will not be included.
    "a.b..." (three triling dots) is a subtree: all packages with this prefix will be excluded.
    </text></desc>
    <type><rep kind="plus"><string/></rep></type>
  </option>

  <option name="inputs"  required="yes">
    <desc><text lang="en">the binary input sources in which to search for
 classes (directories or jar files)</text></desc>
    <type><rep kind="plus"><uri/></rep></type>
  </option>

  <option name="output"  required="yes">
    <desc><text lang="en">the path to the jar file to generate</text></desc>
    <type><uri/></type>
  </option>

  <option name="debug">
    <desc><text lang="en">the verbosity</text></desc>
    <type><int/></type>
  </option>

  <option name="ressourceDirs">
    <desc><text lang="en">pair of source/target, where to move directories of ressources
    The first is the source position in the file system, the second is a directory in
    the generated jar file.</text></desc>
    <type><rep kind="star"><uri/><string/></rep></type>
  </option>

  <option name="manifest">
    <desc><text lang="en">base manifest file</text></desc>
    <type><uri/></type>
  </option>

  <option name="seal">
    <desc><text lang="en">whether to seal all packages</text></desc>
    <type><bool/></type>
  </option>

</optionlist>

<!-- eof -->
