Show TOC

Include Files SyntaxLocate this document in the navigation structure

Syntax for including an additional properties file.

#include other.props
The file name can be preceded by a prefix, which is added to each property name in the included file:
#include A.comp other.props

Where other.props contains:

property1=foo
The Open adapter reads:
A.comp.property1=foo