This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 34956
Collapse All | Expand All

(-)src/org/netbeans/modules/autoupdate/Bundle.properties (+2 lines)
Lines 18-23 Link Here
18
URL_Default_Beta=http://www.netbeans.org/updates/beta/35_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml
18
URL_Default_Beta=http://www.netbeans.org/updates/beta/35_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml
19
#NOI18N
19
#NOI18N
20
URL_Default_Alpha=http://www.netbeans.org/updates/alpha/35_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml
20
URL_Default_Alpha=http://www.netbeans.org/updates/alpha/35_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml
21
#NOI18N
22
URL_NB_Fixes=http://www.netbeans.org/updates/hotfixes/35_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml 
21
23
22
# manifest
24
# manifest
23
OpenIDE-Module-Name=Auto Update
25
OpenIDE-Module-Name=Auto Update
(-)src/org/netbeans/modules/autoupdate/resources/Bundle.properties (+1 lines)
Lines 15-20 Link Here
15
Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
15
Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
16
Services/AutoupdateType/autoupdate_xml_type_1.settings=NetBeans Update Center Beta
16
Services/AutoupdateType/autoupdate_xml_type_1.settings=NetBeans Update Center Beta
17
Services/AutoupdateType/autoupdate_xml_type_2.settings=NetBeans Update Center Alpha
17
Services/AutoupdateType/autoupdate_xml_type_2.settings=NetBeans Update Center Alpha
18
Services/AutoupdateType/autoupdate_xml_type_3.settings=NetBeans Hot Fixes
18
Services/org-netbeans-modules-autoupdate-Settings.settings=Update Center
19
Services/org-netbeans-modules-autoupdate-Settings.settings=Update Center
19
Templates/Services/AutoupdateType=Autoupdate Types
20
Templates/Services/AutoupdateType=Autoupdate Types
20
Templates/Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
21
Templates/Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
(-)src/org/netbeans/modules/autoupdate/resources/mf-layer.xml (-1 / +7 lines)
Lines 65-71 Link Here
65
        <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/autoupdate/resources/updateAction.gif"/>
65
        <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/autoupdate/resources/updateAction.gif"/>
66
        <attr name="url_key" stringvalue="URL_Default_Alpha"/>
66
        <attr name="url_key" stringvalue="URL_Default_Alpha"/>
67
        <attr name="enabled" boolvalue="false"/>
67
        <attr name="enabled" boolvalue="false"/>
68
      </file>      
68
      </file>
69
      <file name="autoupdate_xml_type_3.settings" url="autoupdate_xml_type_1.settings">
70
        <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.autoupdate.resources.Bundle"/>
71
        <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/autoupdate/resources/updateAction.gif"/>
72
        <attr name="url_key" stringvalue="URL_NB_Fixes"/>
73
        <attr name="enabled" boolvalue="true"/>
74
      </file>
69
    </folder>
75
    </folder>
70
76
71
    <file name="org-netbeans-modules-autoupdate-Settings.settings" url="autoupdate.settings">
77
    <file name="org-netbeans-modules-autoupdate-Settings.settings" url="autoupdate.settings">

Return to bug 34956