You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/09/16 06:40:36 UTC

[netbeans] branch master updated: Change platform/autoupdate.services arch-what response

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 f4b3f9a  Change platform/autoupdate.services arch-what response
     new b9f878f  Merge pull request #2364 from hectorespert/auto-update-services-api
f4b3f9a is described below

commit f4b3f9af47449b9b5afdecff9bdb3d3c5cdd57a2
Author: Hector Espert <he...@gmail.com>
AuthorDate: Sat Sep 12 19:49:55 2020 +0200

    Change platform/autoupdate.services arch-what response
---
 platform/autoupdate.services/arch.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/platform/autoupdate.services/arch.xml b/platform/autoupdate.services/arch.xml
index 96c39f0..f8e3401 100644
--- a/platform/autoupdate.services/arch.xml
+++ b/platform/autoupdate.services/arch.xml
@@ -57,8 +57,8 @@
         </p>
         <p>Several several services means that Autoupdate feature contain several <b>parts of functionality</b>.
             These part of AutoUpdate should communicate each other. Moreover, some interface <b>should be public</b>.
-            One of them is <b>SPI</b> for Update Center backend - allows to create and subscribe the Update Center in IDE.
-            Next there should be a <b>API</b> which communicate to rest of IDE and provide some services what is useful for
+            One of them is <b>SPI</b> (<code><api type="export" category="official" group="java" name="org.netbeans.spi.autoupdate" url="@TOP@/overview-summary.html"/></code>) for Update Center backend - allows to create and subscribe the Update Center in IDE.
+            Next there should be a <b>API</b> (<code><api type="export" category="official" group="java" name="org.netbeans.api.autoupdate" url="@TOP@/overview-summary.html"/></code>) which communicate to rest of IDE and provide some services what is useful for
             NB installers, a non-visual client of Auto Update which make possible to use Auto Update from command line
             as standalone application in "admin" mode. All of them needs a APIs. This document describes proposed APIs,
             supposed use-cases and design of interaction Auto Update parts each other.
@@ -299,8 +299,7 @@
     </question>
     -->
     <answer id="arch-what">
-        <code><api type="export" category="official" group="java" name="org.netbeans.api.autoupdate" url="@TOP@/overview-summary.html"/></code>
-        <code><api type="export" category="official" group="java" name="org.netbeans.spi.autoupdate" url="@TOP@/overview-summary.html"/></code>
+        Provides the APIs and SPIs to support the AutoUpdate feature.
     </answer>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists