Fileset Declarations

Nested Elements

Element Occurance Description
include 0..n Declaration of a jar file withing the filset directory to be included within the classloader.

Description

Declaration of a set of jar files to include.

Sample XML

<fileset dir="lib">
  <include name="avalon-framework.jar"/>
  <include name="logkit.jar"/>
</fileset>