From bc5807db3a4bb72395da7d32f4bee4a4678e8bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Mattsson?= Date: Fri, 26 Mar 2010 16:57:42 +0100 Subject: Removed spurious CDATA in documentation --- lib/reltool/doc/src/reltool.xml | 70 ++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/reltool.xml b/lib/reltool/doc/src/reltool.xml index 24683b9302..a46323b1f2 100644 --- a/lib/reltool/doc/src/reltool.xml +++ b/lib/reltool/doc/src/reltool.xml @@ -67,14 +67,14 @@ - + config

This is the main option and it controls the configuration of reltool. It can either be a sys tuple or a name of a file containing a sys tuple.

- + trap_exit>

This option controls the error handling behavior of reltool. By default the window processes traps @@ -82,7 +82,7 @@ trap_exit to false.

- + wx_debug

This option controls the debug level of wx. As its name indicates it is only useful for debugging. See @@ -97,27 +97,27 @@ - + erts

Erts specific configuration. See application level options below.

- + escript

Escript specific configuration. An escript has a mandatory file name and escript level options that are described below.

- + app

Application specific configuration. An application has a mandatory name and application level options that are described below.

- + mod_cond

This parameter controls the module inclusion policy. It defaults to all which means that if an application is @@ -134,7 +134,7 @@ system level is used as default for all applications.

- + incl_cond

This parameter controls the application and escript inclusion policy. It defaults to derived which means @@ -148,14 +148,14 @@ incl_cond setting will be excluded.

- + boot_rel

A target system may have several releases but the one given as boot_rel will be used as default when the system is booting up.

- + rel

Release specific configuration. Each release maps to a rel, script and boot file. See the @@ -165,7 +165,7 @@ applications.

- + relocatable

This parameter controls whether the erl executable in the target system automatically should determine where it @@ -177,7 +177,7 @@ re-installation. The default is true.

- + profile

The creation of the specification for a target system is performed in two steps. In the first step a complete @@ -196,7 +196,7 @@ incl_app_filters and excl_app_filters.

- + app_file

This parameter controls the default handling of the app files when a target system is generated. It @@ -213,7 +213,7 @@ and strip.

- + debug_info

The debug_info parameter controls whether the debug information in the beam file should be kept (keep) or @@ -221,7 +221,7 @@ system.

- + incl_sys_filters

This parameter normally contains a list of regular expressions that controls which files in the system that @@ -235,7 +235,7 @@ [".*"].

- + excl_sys_filters

This parameter normally contains a list of regular expressions that controls which files in the system that not @@ -245,7 +245,7 @@ excl_sys_filters. This parameter defaults to [].

- + incl_app_filters

This parameter normally contains a list of regular expressions that controls which application specific files @@ -256,7 +256,7 @@ parameter defaults to [".*"].

- + excl_app_filters

This parameter normally contains a list of regular expressions that controls which application specific files @@ -267,7 +267,7 @@ [].

- + incl_archive_filters

This parameter normally contains a list of regular expressions that controls which top level directories in an @@ -280,7 +280,7 @@ parameter defaults to [".*"].

- + excl_archive_filters

This parameter normally contains a list of regular expressions that controls which top level directories in an @@ -291,7 +291,7 @@ parameter defaults to ["^include$","^priv$"].

- + archive_opts

This parameter contains a list of options that are given to zip:create/3 when application specific files are @@ -307,7 +307,7 @@ supported:

- + incl_cond

The value of this parameter overrides the parameter with the same name on system level.

@@ -318,62 +318,62 @@ supported:

- + vsn

The version of the application. In an installed system there may exist several versions of an application. The vsn parameter controls which version of the application that will be choosen. If it is omitted, the latest version will be choosen.

- + mod

Module specific configuration. A module has a mandatory name and module level options that are described below.

- + mod_cond

The value of this parameter overrides the parameter with the same name on system level.

- + incl_cond

The value of this parameter overrides the parameter with the same name on system level.

- + app_file

The value of this parameter overrides the parameter with the same name on system level.

- + debug_info

The value of this parameter overrides the parameter with the same name on system level.

- + incl_app_filters

The value of this parameter overrides the parameter with the same name on system level.

- + excl_app_filters

The value of this parameter overrides the parameter with the same name on system level.

- + incl_archive_filters

The value of this parameter overrides the parameter with the same name on system level.

- + excl_archive_filters

The value of this parameter overrides the parameter with the same name on system level.

- + archive_opts

The value of this parameter overrides the parameter with the same name on system level.

@@ -384,7 +384,7 @@ supported:

- + incl_cond

This parameter controls whether the module is included or not. By default the mod_incl parameter on application and system level @@ -395,7 +395,7 @@ derived implies that the is included if any included uses the module.

- + debug_info

The value of this parameter overrides the parameter with the same name on application level.

-- cgit v1.2.3