RESOURCES (for manifest)
The RESOURCES
element specifies the path to your application
resources.
The directory specified must be in the archive.
Syntax
[
<RESOURCES>resource_directory</RESOURCES>]
- The resource_directory specifies the directory in your archive file where images for your applications are found.
Child elements
There are no child elements.
Usage example
If your images, reports, and so on, were in the /resources directory of your
archive, you would define the
RESOURCES
element as
shown.<MANIFEST>
<DESCRIPTION></DESCRIPTION>
<TRIGGERS></TRIGGERS>
<RESOURCES>/resources</RESOURCES>
</MANIFEST>
Parent elements
This element is a child of the MANIFEST
element in MANIFEST file