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

(-)apichanges.xml (+16 lines)
Lines 23-28 Link Here
23
<apidef name="autoupdate">Auto Update API</apidef>
23
<apidef name="autoupdate">Auto Update API</apidef>
24
</apidefs>
24
</apidefs>
25
<changes>
25
<changes>
26
    <change id="systemoptions-switched-to-preferences">
27
           <api name="autoupdate"/>
28
           <summary>Class <code>org.netbeans.modules.autoupdate.Settings</code> 
29
           doesn't subclass <code>org.openide.options.SystemOption</code> anymore</summary>
30
           <version major="2" minor="20"/>
31
           <date day="2" month="11" year="2006"/>
32
           <author login="rmatous"/>
33
           <compatibility binary="incompatible" source="incompatible" semantic="incompatible"/>
34
           <description><code>org.netbeans.modules.autoupdate.Settings</code> doesn't subclass 
35
           <code>org.openide.options.SystemOption</code> and thus 
36
           no methods from <code>org.openide.options.SystemOption</code>
37
           or <code>org.openide.util.SharedClassObject</code> cannot be called anymore.
38
           </description>
39
           <class package="org.netbeans.module.autoupdate" name="Settings"/>
40
           <issue number="87990"/>
41
    </change>    
26
    <change id="autoupdate-catalog.target_cluster">
42
    <change id="autoupdate-catalog.target_cluster">
27
           <api name="autoupdate"/>
43
           <api name="autoupdate"/>
28
           <summary>New attribute <code>targetcluster</code> in autoupdate-catalog-2_4.dtd</summary>
44
           <summary>New attribute <code>targetcluster</code> in autoupdate-catalog-2_4.dtd</summary>
(-)manifest.mf (-1 / +1 lines)
Lines 3-9 Link Here
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/autoupdate/Bundle.properties
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/autoupdate/Bundle.properties
4
OpenIDE-Module-Install: org/netbeans/modules/autoupdate/AutoUpdateModule.class
4
OpenIDE-Module-Install: org/netbeans/modules/autoupdate/AutoUpdateModule.class
5
OpenIDE-Module-Layer: org/netbeans/modules/autoupdate/resources/mf-layer.xml
5
OpenIDE-Module-Layer: org/netbeans/modules/autoupdate/resources/mf-layer.xml
6
OpenIDE-Module-Specification-Version: 2.19
6
OpenIDE-Module-Specification-Version: 2.20
7
7
8
Name: org/netbeans/modules/autoupdate/NbmDataLoader.class
8
Name: org/netbeans/modules/autoupdate/NbmDataLoader.class
9
OpenIDE-Module-Class: Loader
9
OpenIDE-Module-Class: Loader

Return to bug 87990