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:
Sample MANIFEST file:
<MANIFEST>
  <DESCRIPTION>This archive contains apps 1+2 and services 1+2</DESCRIPTION>
  <APPLICATION xcf='xcf/app1.xcf' />
  <APPLICATION xcf='xcf/app2.xcf' />
  <SERVICE xcf='xcf/serv1.xcf' />
  <SERVICE xcf='xcf/serv2.xcf' />
</MANIFEST>