summaryrefslogtreecommitdiff
path: root/odk/docs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-19 18:32:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-19 18:36:42 +0100
commit5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8 (patch)
tree22e43962b8e24a549d7a879b49a8594704c68f3c /odk/docs
parent9be06943013547b0e0d74bf5c98f3146584ae841 (diff)
API CHANGE: Remove support for uno executable's -ro/-rw arguments
...and instead require users to specify URE_MORE_SERVICES/TYPES (resp. UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables. This removes usage of deprecated bootstrap_InitialComponentContext from the uno executable's code. Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40
Diffstat (limited to 'odk/docs')
-rw-r--r--odk/docs/tools.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 173b116cc15b..4833bfd6ea4f 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -296,7 +296,6 @@
<blockquote>
<b><code>uno (-c&lt;ComponentImplementationName&gt; -l &lt;LocationUrl&gt;
| -s &lt;ServiceName&gt;) <br>
- [-ro &lt;ReadOnlyRegistry1&gt;] [-ro &lt;ReadOnlyRegistry2&gt;] ... [-rw &lt;ReadWriteRegistry&gt;]<br>
[-u uno:(socket[,host=&lt;HostName&gt;][,port=&lt;nnn&gt;]|pipe[,name=&lt;PipeName&gt;]);iiop|urp;&lt;Name&gt;<br>
[--singleaccept] [--singleinstance]] <br>
[-- &lt;Argument1 Argument2 ...&gt;]
@@ -321,15 +320,6 @@
instances.</td>
</tr>
<tr>
- <td class="cell15"><code>&lt;Registries&gt;</code></td>
- <td class="cell85">The optional <code>&lt;Registries&gt;</code>
- (e.g., c:\myreg.rdb) are used by the ServiceManager. The <i>ro</i>
- ones are opened for reading only; whereas, a single <i>rw</i> one
- will be opened for reading and writing. If the <i>rw</i> one does
- not exist, then it may be created. Components may read and write to
- store their persistent state.</td>
- </tr>
- <tr>
<td class="cell15"><code>--singleaccept</code></td>
<td class="cell85">The uno starter will accept one connection,
provide the component instance and die.</td>