This page last changed on Dec 04, 2009 by csut017.

Default Manifest Generator

Generate a default manifest for a package.

Version

Available from version 1.4.4

Examples

<manifest type="defaultManifestGenerator" />

Configuration Elements

Element Description Type Required Default Version
type The type of generator. String - must be defaultManifestGenerator Yes n/a 1.4.4

Notes

The default manifest lists all the files that are included in the package, plus a list of all the modifications for the build.
The following is an example of the type of manifest generated:

<manifest>
  <header project="Test project" label="A Label" build="ForceBuild" status="Unknown">
    <modification user="johnDoe" changeNumber="1" time="2009-01-01T00:00:00">
      <comment>A comment</comment>
      <file name="first file" type="Add" />
      <file name="second file" type="Modify" />
    </modification>
  </header>
  <file name="first file" />
</manifest>
Automatically Generated

Documentation generated on Friday, 4 Dec 2009 at 5:38:21 AM

Document generated by Confluence on Jan 23, 2011 08:52