An file include directive.
///XML
///An include element is normally contained within a scoping structure such as a /// fileset or directory set. The include element contains the single attribute name /// which is used to refer to the file or directory (depending on the containing /// context.
////// <fileset dir="lib"> /// <include name="avalon-framework.jar" /> /// </fileset> ////// ///