Default Manifest Generator¶
Generate a default manifest for a package.
Version¶
Available from version 1.4.4
Examples¶
1<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:
1<manifest>
2 <header project="Test project" label="A Label" build="ForceBuild" status="Unknown">
3 <modification user="johnDoe" changeNumber="1" time="2009-01-01T00:00:00">
4 <comment>A comment</comment>
5 <file name="first file" type="Add" />
6 <file name="second file" type="Modify" />
7 </modification>
8 </header>
9 <file name="first file" />
10</manifest>
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:00 AM