This is an automated email from the ASF dual-hosted git repository.

neilcsmith 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 1f09766  Change master branch UC links to match standard format for 
server-side redirecting / release templating Re-add special 3rd-party UC and 
8.2 centre while still required in releases
     new 6df7e53  Merge pull request #1408 from neilcsmith-net/update-dev-uc
1f09766 is described below

commit 1f09766f0636c6b81bdb84b1610b9da0a1dc4246
Author: Neil C Smith <[email protected]>
AuthorDate: Tue Aug 6 09:39:04 2019 +0100

    Change master branch UC links to match standard format for server-side 
redirecting / release templating
    Re-add special 3rd-party UC and 8.2 centre while still required in releases
---
 .../updatecenters/resources/Bundle.properties        | 12 ++++++++++--
 .../modules/updatecenters/resources/mf-layer.xml     | 20 ++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
index 29e6fb4..cdc7a70 100644
--- 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
+++ 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
@@ -25,7 +25,15 @@ OpenIDE-Module-Short-Description=Declares NetBeans 
autoupdate centers.
 
 Services/AutoupdateType/distribution-update-provider.instance=NetBeans 
Distribution
 Services/AutoupdateType/pluginportal-update-provider.instance=NetBeans Plugin 
Portal
+Services/AutoupdateType/82pluginportal-update-provider.instance=NetBeans 8.2 
Plugin Portal
+
+#NOI18N
+URL_Distribution=https://netbeans.apache.org/nb/updates/dev/updates.xml.gz?{$netbeans.hash.code}
 #NOI18N
-URL_Distribution=https://builds.apache.org/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz?{$netbeans.hash.code}
+URL_PluginPortal=https://netbeans.apache.org/nb/plugins/dev/catalog.xml.gz
+#NOI18N
+URL_82PluginPortal=http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz
+
+3rdparty=Third Party Libraries
 #NOI18N
-URL_PluginPortal=http://netbeans-vm.apache.org/pluginportal/data/latest/catalog-experimental.xml.gz
\ No newline at end of file
+URL_3rdparty=nbresloc:/org/netbeans/modules/updatecenters/resources/3rdparty-catalog.xml
diff --git 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
index 23e66e4..de190a3 100644
--- 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
+++ 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
@@ -45,6 +45,26 @@
          <attr name="instanceCreate" 
methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
       </file>
       
+      <file name="82pluginportal-update-provider.instance">
+          <attr name="displayName" 
bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#Services/AutoupdateType/82pluginportal-update-provider.instance"/>
+          <attr name="iconBase" 
stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
+          <attr name="url" 
bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#URL_82PluginPortal"/>
+          <attr name="category" stringvalue="STANDARD"/>
+          <attr name="enabled" boolvalue="false"/>
+          <attr name="instanceOf" 
stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
+          <attr name="instanceCreate" 
methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
+      </file>
+
+      <file name="3rdparty.instance">
+          <attr name="displayName" 
bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#3rdparty"/>
+          <attr name="iconBase" 
stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
+          <attr name="url" 
bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#URL_3rdparty"/>
+          <attr name="category" stringvalue="STANDARD"/>
+          <attr name="enabled" boolvalue="true"/>
+          <attr name="instanceOf" 
stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
+          <attr name="instanceCreate" 
methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
+      </file>
+
    </folder>
     
   </folder> <!-- Services -->


---------------------------------------------------------------------
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

Reply via email to