Skip to content

Commit

Permalink
Add back Third-party Libraries plugin center. (apache#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net authored Jun 26, 2019
1 parent c462a70 commit f56623c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ URL_Distribution=https://netbeans.apache.org/nb/updates/11.1/updates.xml.gz?{$ne
URL_PluginPortal=https://netbeans.apache.org/nb/plugins/11.1/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_3rdparty=nbresloc:/org/netbeans/modules/updatecenters/resources/3rdparty-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@
<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 -->
Expand Down

0 comments on commit f56623c

Please sign in to comment.