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 103790 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 16:00 UTC by mslama
Modified: 2008-06-23 20:45 UTC (History)
0 users

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 2007-05-11 16:00:31 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.xml.text
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.xslt.project uses org.openide.options which is deprecated:
Use org.openide.util.NbPreferences instead.
Comment 1 mslama 2007-05-28 13:17:28 UTC
Module org.netbeans.modules.xml.text declares explicit dependency on
org.openide.options.

See http://wiki.netbeans.org/wiki/view/MigrationToPreferences how to migrate to
NbPreferences.

(Module org.netbeans.modules.xslt.project is from enterprise so ignore it here.)
Comment 2 Samaresh Panda 2008-06-23 20:45:02 UTC
This was done as a result of http://wiki.netbeans.org/EditorSettingsUpgrade.