Skip to content

Commit

Permalink
Add update center URL for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jul 22, 2013
1 parent 0d9dfc0 commit 0531969
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
OpenIDE-Module-Name=ANTLRWorks Branding
OpenIDE-Module-Display-Category=Tunnel Vision Labs
OpenIDE-Module-Short-Description=ANTLRWorks 2 branding module

Services/AutoupdateType/standard-update-provider.instance=ANTLRWorks 2.1
URL_LatestBuild=http://tunnelvisionlabs.com/downloads/nbupdates/aw21/updates.xml
13 changes: 13 additions & 0 deletions org-antlr-works-branding/src/org/antlr/works/branding/layer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,17 @@
<file name="projectTab_tc.settings_hidden"/>
</folder>
</folder>
<folder name="Services">
<folder name="AutoupdateType">
<file name="standard-update-provider.instance">
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.antlr.works.branding.Bundle"/>
<attr name="iconBase" stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
<attr name="url_key" stringvalue="URL_LatestBuild"/>
<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>
</filesystem>

0 comments on commit 0531969

Please sign in to comment.