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 88436 - Switch ./serverplugins/sun/appsrv81/ settings to Preferences API
Summary: Switch ./serverplugins/sun/appsrv81/ settings to Preferences API
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2006-11-01 15:59 UTC by rmatous
Modified: 2007-05-22 17:50 UTC (History)
2 users (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 rmatous 2006-11-01 15:59:34 UTC
./serverplugins/sun/appsrv81/src/./j2ee/sun/ide/j2ee/PluginOptions
Comment 1 rmatous 2006-11-01 16:09:07 UTC
/cvs/serverplugins/sun/appsrv81/nbproject/project.xml,v  <--  project.xml
new revision: 1.25; previous revision: 1.24

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PluginOptions.java,v
 <--  PluginOptions.java
new revision: delete; previous revision: 1.7

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PluginOptions.xml,v
 <--  PluginOptions.xml
new revision: delete; previous revision: 1.5

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PluginOptionsBeanInfo.java,v
 <--  PluginOptionsBeanInfo.java
new revision: delete; previous revision: 1.4

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/layer.xml,v
 <--  layer.xml
new revision: 1.14; previous revision: 1.13
Comment 2 Vince Kraemer 2006-11-02 22:40:29 UTC
half done.... org-openide-options isn't used anymore, but the switch to the
Preference API is not completed.
Comment 3 Vince Kraemer 2006-11-02 22:44:26 UTC
add self to cc list
Comment 4 rmatous 2006-11-03 10:37:59 UTC
added presentation node again:
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PluginOptions.java,v
 <--  PluginOptions.java
new revision: 1.9; previous revision: 1.8

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PluginOptionsBeanInfo.java,v
 <--  PluginOptionsBeanInfo.java
new revision: 1.6; previous revision: 1.5

/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/layer.xml,v
 <--  layer.xml
new revision: 1.15; previous revision: 1.14
Comment 5 rmatous 2006-11-03 10:39:01 UTC
Consider using NbPreferences instead of Properties API and then close or fix. 
Comment 6 Vince Kraemer 2006-11-03 18:04:43 UTC
it looks like this issue is a blocker for 77030
Comment 7 Vince Kraemer 2007-05-18 22:25:32 UTC
this is resolved.. we don't org.openide.options anymore.
Comment 8 Vince Kraemer 2007-05-22 17:50:46 UTC
...