The release resource file specifies which applications are included in a release (system) based on Erlang/OTP.
This file is used by the functions in
The release resource file is to be called
The
{release, {RelName,Vsn}, {erts, EVsn},
[{Application, AppVsn} |
{Application, AppVsn, Type} |
{Application, AppVsn, IncApps} |
{Application, AppVsn, Type, IncApps}]}.
Release name.
Release version.
Name of an application included in the release.
Version of an application included in the release.
Start type of an application included in the release.
If
If
If
Defaults to
A list of applications that are included by an application
included in the release. The list must be a subset of the
included applications
specified in the application resource file
(
The list of applications must contain the