Text Configuration Documents

A text configuration document is an text document with a format that is known to the content developer, but it is not a properties configuration document or an XML configuration document. You can use regular expressions to write search expressions in text configuration documents.

To state that a configuration document is a text file type, use the <TextConfigurationDocument> element. For example:

<Dependency name="some_reference" providerCiType="oracle" scope="default">
   <TextConfigurationDocument name="tnsnames.ora">
      ...