The release resource file specifies which applications are are included in a release (system) based on Erlang/OTP.
This file is used by the functions in
The release resource file should be called
The
{release, {RelName,Vsn}, {erts, EVsn},
[{Application, AppVsn} |
{Application, AppVsn, Type} |
{Application, AppVsn, IncApps} |
{Application, AppVsn, Type, IncApps}]}.
If
The list must be a subset of the included applications
specified in the application resource file
(
The list of applications must contain the
application(3), relup(4), systools(3)