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 34981 - Split autoupdate module
Summary: Split autoupdate module
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 40859
  Show dependency tree
 
Reported: 2003-07-17 13:35 UTC by Petr Nejedly
Modified: 2003-12-18 14:17 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2003-07-17 13:35:14 UTC
Split the NB AU module into two parts:
1. AU implementation
2. bundle of predefined update centers
see issue 34956

It will allow different products to have different
AU servers w/o complicated and fragile masking of
AU servers defined by current NB AU.
Comment 1 Marian Mirilovic 2003-12-01 10:48:53 UTC
reassigne to Jirka - new owner of autoupdate
Comment 2 akemr 2003-12-01 14:33:54 UTC
AFAIK it will mean 
- remove predefined update centers from AU module
- add new module adding only these predefined update centers (the 
same way as S1S AU extension currently does)

Or am I wrong?
Comment 3 Petr Nejedly 2003-12-01 14:53:48 UTC
Right.
Actually, S1S AU does more, but it doesn't matter here.
Comment 4 Jiri Rechtacek 2003-12-16 10:14:51 UTC
I asked DevRev for API_REVIEW_FAST review. I'm going to integrate
split on Thu 03/12/18 if no objections.
Comment 5 Jiri Rechtacek 2003-12-18 14:17:42 UTC
Intergrated, now there are the modules:
- autoupdate (most of original autoupdate) and
- updatecenters (just module's layer and bundle)