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 86936 - Remove support for JSE in addon installers
Summary: Remove support for JSE in addon installers
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 14:50 UTC by mslama
Modified: 2006-12-21 16:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2006-10-11 14:50:22 UTC
As there is no version of JSE based on NB 5.5 we will remove support for JSE
from addon installers. It applies to Mobility, Mobility for CDC, Profiler
installers. It does NOT apply to CND installer as it still supports NB 5.5.
Comment 1 mslama 2006-10-11 15:50:47 UTC
Fixed in main trunk:
/cvs/installer/cdc/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.11; previous revision: 1.10

/cvs/installer/cdc/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.4; previous revision: 1.3

/cvs/installer/cdc/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.4; previous revision: 1.3

/cvs/installer/mobility/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.27; previous revision: 1.26

/cvs/installer/mobility/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.8; previous revision: 1.7

/cvs/installer/mobility/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.8; previous revision: 1.7

/cvs/installer/profiler/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.46; previous revision: 1.45

/cvs/installer/profiler/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.8; previous revision: 1.7

/cvs/installer/profiler/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.13; previous revision: 1.12
Comment 2 mslama 2006-10-11 16:03:55 UTC
Fixed in branch 'release55':
/cvs/installer/cdc/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.4.2.10; previous revision: 1.4.2.9

/cvs/installer/cdc/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.1.10.4; previous revision: 1.1.10.3

/cvs/installer/cdc/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.1.10.4; previous revision: 1.1.10.3

/cvs/installer/mobility/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.15.2.4.4.14; previous revision: 1.15.2.4.4.13

/cvs/installer/mobility/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.2.2.1.4.4; previous revision: 1.2.2.1.4.3

/cvs/installer/mobility/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.4.6.3; previous revision: 1.4.6.2

/cvs/installer/profiler/src/org/netbeans/installer/cluster/Bundle.properties
new revision: 1.31.2.6.4.11; previous revision: 1.31.2.6.4.10

/cvs/installer/profiler/src/org/netbeans/installer/cluster/NbSearchAction.java
new revision: 1.4.2.1.4.2; previous revision: 1.4.2.1.4.1

/cvs/installer/profiler/src/org/netbeans/installer/cluster/NbSelectionPanel.java
new revision: 1.7.2.1.4.3; previous revision: 1.7.2.1.4.2
Comment 3 mslama 2006-10-11 16:04:15 UTC
Fixed.
Comment 4 mslama 2006-10-11 16:05:06 UTC
Correction: CND installer still supports *NB 5.0* besides NB 5.5.
Comment 5 mslama 2006-12-21 16:31:38 UTC
Update: Support for NB 5.0 and JDK 1.4.2 was removed from CND installer - see
issue #87855.
Comment 6 mslama 2006-12-21 16:49:52 UTC
This change was done before creating of branch 'release551' ie. no need to put
this fix to branch 'release551' as it is already there.