The following attributes are found in bundle info files. Note that not all bundle info files have all attributes. Also custom attributes are allowed.
Table 4.4. Bundle Info Attributes
| Type | BundleWorks object type. "Bundle" for bundles. |
| Name | Bundle name. Should match enclosing directory name. |
| Version | Bundle version. Should match enclosing directory name. |
| Created-By | Name of user who created the bundle. |
| Created-Date | Date bundle was created. This is used during deployment to determine whether to upgrade or rollback |
| Build-OSName | OS name (e.g. Mac OS X) captured at build time. |
| Build-OSArch | OS architecture (e.g. i386) captured at build time. |
| Build-OSVersion | OS version captured at build time |
| Build-Host | Hostname captured at build time |
| Build-Path | PATH environment variable captured at build time |
| Build-ConfiguredWith | Configure options passed to bw bundle |
| Runtime-Config | A colon-delimited list of file patterns used for configuration versioning. [*] |
| Runtime-Logs | A colon-delimited list of file patterns used for log archiving. [*] |
[*] These patterns can be absolute or relative to the work directory. | |