This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 5f8ef28 Change platform/autoupdate.ui/arch.xml arch-what question
new 811ccc5 Merge pull request #2368 from hectorespert/autoupdate-ui-doc
5f8ef28 is described below
commit 5f8ef287b740e6783c5ad16048ed4141bb9cf00f
Author: Hector Espert <[email protected]>
AuthorDate: Mon Sep 14 18:03:55 2020 +0200
Change platform/autoupdate.ui/arch.xml arch-what question
---
platform/autoupdate.ui/arch.xml | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/platform/autoupdate.ui/arch.xml b/platform/autoupdate.ui/arch.xml
index 206f1c2..5b1a0be 100644
--- a/platform/autoupdate.ui/arch.xml
+++ b/platform/autoupdate.ui/arch.xml
@@ -49,12 +49,12 @@
-->
<answer id="arch-overall">
<p>
- The AutoUpdate UI module contains user visible elements (actions in menu,
- dialogs), that allow any users to download new, or existing modules from
- a pre-registered or manually registered update centers. In addition
- the module also provides an API to allow other modules to
- invoke pieces of the user related work flow (dialogs, wizards) directly
- at moments independent on the rest of the provided UI.
+ The <api category="stable" group="java" name="AutoUpdateUI"
type="export"></api> module contains user visible elements (actions in menu,
+ dialogs), that allow any users to download new, or existing modules from
+ a pre-registered or manually registered update centers. In addition
+ the module also provides an API to allow other modules to
+ invoke pieces of the user related work flow (dialogs, wizards) directly
+ at moments independent on the rest of the provided UI.
</p>
</answer>
@@ -142,11 +142,9 @@
-->
<answer id="arch-what">
<p>
- <api category="stable" group="java" name="AutoUpdateUI" type="export">
- this module exposes bits of its UI and user related workflow actions
+ This module exposes bits of its UI and user related workflow actions
(related to installing, upgrading, etc.) by providing an API calls
for other modules to invoke bits of here-in available functionality.
- </api>
</p>
</answer>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists