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 - Exclude older releases from settings import list
Summary: Exclude older releases from settings import list
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 09:57 UTC by Antonin Nebuzelsky
Modified: 2011-10-14 15:00 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 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