aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/doc/src/reltool_usage.xml
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-09-21 12:01:48 +0200
committerSiri Hansen <[email protected]>2012-09-21 12:01:48 +0200
commit7571553c9679cbc6a8066ddb54556a4794e9754a (patch)
treef4bb34d0289cc24b02045f24c7e7a7c852cfc371 /lib/reltool/doc/src/reltool_usage.xml
parentd4927656793384fcb7a3a70a05e4e94e9b57f6ce (diff)
parent4a6edd6f6ffe820db595dfa1f2c43311f6581ca7 (diff)
downloadotp-7571553c9679cbc6a8066ddb54556a4794e9754a.tar.gz
otp-7571553c9679cbc6a8066ddb54556a4794e9754a.tar.bz2
otp-7571553c9679cbc6a8066ddb54556a4794e9754a.zip
Merge branch 'siri/reltool/misc-bugs/OTP-10012'
* siri/reltool/misc-bugs/OTP-10012: [reltool] Use application name from .app file instead of directory name [reltool] Keep order from rel spec when sorting used and included applications [reltool] Automatically add included applications in rel file [reltool] Make reltool:install/2 work on windows [reltool] Allow incl_cond=derived on module level
Diffstat (limited to 'lib/reltool/doc/src/reltool_usage.xml')
-rw-r--r--lib/reltool/doc/src/reltool_usage.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/reltool/doc/src/reltool_usage.xml b/lib/reltool/doc/src/reltool_usage.xml
index d128e80a77..0041e60d8f 100644
--- a/lib/reltool/doc/src/reltool_usage.xml
+++ b/lib/reltool/doc/src/reltool_usage.xml
@@ -5,7 +5,7 @@
<header>
<copyright>
<year>2009</year>
- <year>2011</year>
+ <year>2012</year>
<holder>Ericsson AB, All Rights Reserved</holder>
</copyright>
<legalnotice>
@@ -257,6 +257,11 @@
policy</c> part of the page. By default the latest version of the
application is selected, but it is possible to override this by
explicitly selecting another version.</p>
+
+ <p>Note that in order for reltool to sort application versions and
+ thereby be able to select the latest, it is required that the
+ version id for the application consits of integers and dots only,
+ for example <c>1</c>, <c>2.0</c> or <c>3.17.1</c>.</p>
<p>By default the <c>Application inclusion policy</c> on system
level is used for all applications. Set the value to
@@ -335,7 +340,7 @@
<p>There are two categories of modules on the <c>Module
dependencies</c> page. If the module is used by other modules,
- these are listed under <c>Modules used by others</c>. If the
+ these are listed under <c>Modules using this</c>. If the
module uses other modules, these are listed under <c>Used
modules</c>.</p>
@@ -365,7 +370,7 @@
<p>There are two categories of modules on the <c>Dependencies</c>
page. If the module is used by other modules, these are listed
- under <c>Modules used by others</c>. If the module uses other
+ under <c>Modules using this</c>. If the module uses other
modules, these are listed under <c>Used modules</c>.</p>
<p>Double click on an module name to launch a module window.</p>