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 200383

Summary: Exclude older releases from settings import list
Product: ide Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: Import SettingsAssignee: Yulia Novozhilova <ynov>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Antonin Nebuzelsky 2011-07-26 09:57:01 UTC
The list of releases for the automatic settings import currently includes:

Arrays.asList·(new·String[]·{·".netbeans/7.0",·".netbeans/6.9",·".netbeans/6.8",·".netbeans/6.7",·".netbeans/6.5",·".netbeans/6.1",·".netbeans/6.0",·".netbeans/5.5.1",·".netbeans/5.5"·});

For 7.1 the plan is to support automatic import only from "7.0" and "6.9".
Comment 1 Yulia Novozhilova 2011-10-12 14:30:53 UTC
http://hg.netbeans.org/core-main/rev/a334955b3728
Comment 2 Quality Engineering 2011-10-14 15:00:37 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a334955b3728
User: Yulia Novozhilova <ynov@netbeans.org>
Log: Fix #200383 - Exclude older releases from settings import list