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.

Bug 38143

Summary: Review of Split Autoupdate module
Product: platform Reporter: Jiri Rechtacek <jrechtacek>
Component: AutoupdateAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach, phrebejk
Priority: P2 Keywords: API_REVIEW_FAST
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 39182    

Description Jiri Rechtacek 2003-12-16 10:11:59 UTC
I'm asked to split autoupdate module into two parts:
1. AU implementation
2. bundle of predefined update centers.
More info find at issue 34981.

I propose to split the original ms-layer of a part
with all objects what were there originally (e.g.
Menu, Wizards, Templates) and a part in new module
which contains Services describes autoupdate's
centers. There will be the modules: autoupdate
(most of original autoupdate) and autoupdatenb
(just module's layer and bundle).
Distribution:
- autoupdatenb will be distributed as eager module
(will be enabled when autoupdate is enabled)
- autoupdate will be distributed as normal module,
enabled as default.
- S1S shouldn't change its autoupdateffj's code,
only decide if autoupdatenb will part of its
distribution or not (I'll add autoupdatenb module
in S1S build as default).

In total: it's a easy change w/o danger impact on
stabilization. If there are no objections I'm
going to integrate on Thu 03/12/18. Thanks in advance.
Comment 1 Jaroslav Tulach 2003-12-16 10:15:23 UTC
TCA: Let's call autoupdatenb.jar updatecenters.jar or aucenters.jar...
Comment 2 Jiri Rechtacek 2003-12-18 14:20:05 UTC
There are no objections: it's integrated in codeline. Now there are
the modules:autoupdate and updatecenters.
Comment 3 Jiri Rechtacek 2004-01-19 09:39:05 UTC
task was implemented.

User: jrechtacek
Date: 03/12/18 06:15:57

Added:       updatecenters Description.txt build.xml manifest.mf
              
updatecenters/src/org/netbeans/modules/updatecenters/resources
                        Bundle.properties autoupdate_xml_type.settings
                        autoupdate_xml_type_1.settings mf-layer.xml
                        updateAction.gif
Removed:     src/org/netbeans/modules/autoupdate/resources
                        autoupdate_xml_type_1.settings
Log:
implementation of task 34981;
Now there are the modules:
autoupdate (most of original autoupdate) and
updatecenters (just module's layer and bundle)