The MANIFEST file

A Genero Archive MANIFEST file is a simple XML file providing the list of applications and services to make available. The MANIFEST file MUST be included in any Genero Archive file. You must create a MANIFEST file for each archive you create.

A MANIFEST file has a MANIFEST element at its root. Child elements can include the following,
Important: Element order. If child elements are present, they must be set in the order listed below or as shown in the sample.
Sample MANIFEST file:
<MANIFEST>
  <DESCRIPTION>my description</DESCRIPTION>
  <TRIGGERS component='comp_name'>
    <DEPLOY>deploy.sh</DEPLOY>
    <UNDEPLOY>undeploy.sh</UNDEPLOY>
  </TRIGGERS>
  <RESOURCES>res_dir</RESOURCES>
  <APPLICATION xcf='app.xcf' />
  <SERVICE xcf='app.xcf' />
</MANIFEST>