[Ericsson AB]

rel

FILE

rel

FILE SUMMARY

Release resource file

DESCRIPTION

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 systools when generating start scripts (.script, .boot) and release upgrade files (relup).

FILE SYNTAX

The release resource file should be called Name.rel.

The .rel file contains one single Erlang term, which is called a release specification. The file has the following syntax:

{release, {RelName,Vsn}, {erts, EVsn},
  [{Application, AppVsn} |
   {Application, AppVsn, Type} |
   {Application, AppVsn, IncApps} |
   {Application, AppVsn, Type, IncApps}]}.
    

Note!

The list of applications must contain the kernel and stdlib applications.

SEE ALSO

application(3), relup(4), systools(3)

AUTHORS

Gunilla Hugosson - support@erlang.ericsson.se

sasl 2.1.1
Copyright © 1991-2006 Ericsson AB