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 41020
Collapse All | Expand All

(-)src/org/netbeans/modules/autoupdate/Bundle.properties (+2 lines)
Lines 21-26 Link Here
21
#NOI18N
21
#NOI18N
22
URL_HotFixes=http://www.netbeans.org/updates/hotfixes/36_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code}
22
URL_HotFixes=http://www.netbeans.org/updates/hotfixes/36_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code}
23
#NOI18N
23
#NOI18N
24
URL_Default_Alpha=http://www.netbeans.org/updates/alpha/dev_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code}
25
#NOI18N
24
URL_Prefix_Hash_Code=unique=
26
URL_Prefix_Hash_Code=unique=
25
27
26
# manifest
28
# manifest
(-)updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties (-1 / +1 lines)
Lines 20-26 Link Here
20
# Service types
20
# Service types
21
Services/AutoupdateType=Autoupdate Types
21
Services/AutoupdateType=Autoupdate Types
22
Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
22
Services/AutoupdateType/autoupdate_xml_type.settings=NetBeans Update Center
23
Services/AutoupdateType/autoupdate_xml_type_2.settings=Third-party Update Center
23
Services/AutoupdateType/autoupdate_xml_type_4.settings=Third-party Update Center
24
Services/AutoupdateType/autoupdate_xml_type_3.settings=NetBeans Hotfix Update Center
24
Services/AutoupdateType/autoupdate_xml_type_3.settings=NetBeans Hotfix Update Center
25
Services/AutoupdateType/autoupdate_xml_type_1.settings=NetBeans Update Center Beta
25
Services/AutoupdateType/autoupdate_xml_type_1.settings=NetBeans Update Center Beta
26
Services/org-netbeans-modules-autoupdate-Settings.settings=Update Center
26
Services/org-netbeans-modules-autoupdate-Settings.settings=Update Center
(-)updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml (-3 / +4 lines)
Lines 25-33 Link Here
25
      <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
25
      <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
26
      <attr name="helpID" stringvalue="org.netbeans.modules.autoupdate.AutoupdateType"/>
26
      <attr name="helpID" stringvalue="org.netbeans.modules.autoupdate.AutoupdateType"/>
27
27
28
      <attr name="autoupdate_xml_type.settings/autoupdate_xml_type_2.settings" boolvalue="true" />
28
      <attr name="autoupdate_xml_type.settings/autoupdate_xml_type_4.settings" boolvalue="true" />
29
      <attr name="autoupdate_xml_type_2.settings/autoupdate_xml_type_3.settings" boolvalue="true" />
29
      <attr name="autoupdate_xml_type_4.settings/autoupdate_xml_type_3.settings" boolvalue="true" />
30
      <attr name="autoupdate_xml_type_3.settings/autoupdate_xml_type_1.settings" boolvalue="true" />
30
      <attr name="autoupdate_xml_type_3.settings/autoupdate_xml_type_1.settings" boolvalue="true" />
31
      <attr name="autoupdate_xml_type_1.settings/autoupdate_xml_type_2.settings" boolvalue="true" />
31
      
32
      
32
33
33
      <file name="autoupdate_xml_type.settings" url="autoupdate_xml_type.settings">
34
      <file name="autoupdate_xml_type.settings" url="autoupdate_xml_type.settings">
Lines 41-47 Link Here
41
        <attr name="url_key" stringvalue="URL_Default_Beta"/>
42
        <attr name="url_key" stringvalue="URL_Default_Beta"/>
42
        <attr name="enabled" boolvalue="false"/>
43
        <attr name="enabled" boolvalue="false"/>
43
      </file>
44
      </file>
44
      <file name="autoupdate_xml_type_2.settings" url="autoupdate_xml_type_1.settings">
45
      <file name="autoupdate_xml_type_4.settings" url="autoupdate_xml_type_1.settings">
45
        <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.updatecenters.resources.Bundle"/>
46
        <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.updatecenters.resources.Bundle"/>
46
        <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
47
        <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
47
        <attr name="url_key" stringvalue="URL_ThirdParty"/>
48
        <attr name="url_key" stringvalue="URL_ThirdParty"/>

Return to bug 41020