From bfff4538ef71e611559433564180db7e2438a1ca Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Thu, 21 Sep 2006 08:35:46 +0000
Subject: [PATCH] Remove all traces of rseConfigDefaults extension point.
Update build notes.
---
.../template/buildNotes.php | 8 +-
.../guide/Extensions.html | 14 +-
.../reference/extension-points/index.html | 1 -
.../org.eclipse.rse.ui/plugin.properties | 1 -
rse/plugins/org.eclipse.rse.ui/plugin.xml | 25 ---
.../schema/rseConfigDefaults.exsd | 142 ------------------
6 files changed, 15 insertions(+), 176 deletions(-)
delete mode 100644 rse/plugins/org.eclipse.rse.ui/schema/rseConfigDefaults.exsd
diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index a899e56657c..6e8dba9c3c4 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -61,10 +61,14 @@
newConnectionWizardDelegates
in order to better match the standard naming scheme used by the Platform.
Removed the org.eclipse.rse.ui.rseConfigDefaults extension point.
- Use Java Properties instead, as described in the documentation.
+ Use Java Properties instead, as described in the
+
+ runtime-options documentation.
Removed the org.eclipse.rse.ui.passwordPersistence extension point.
The same functionality is achieved by using the data known from the
- subsystemConfigurations extension point.
+ IConnectorService implementations of a systemType (supportsUserId(), supportsPassword()).
+ As long as a subsystem supports user id and password, the password can also be persisted.
+ Persistence is always done case sensitive; Persistence cannot be disabled for system types.
Moved several RSE Model Objects and Interfaces from org.eclipse.rse.ui to core:
- (UI)
org.eclipse.rse.model
--> org.eclipse.rse.core.model
diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
index f60f6f98597..8606142ef00 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
@@ -84,12 +84,16 @@ Here are the extension points that are defined by the RSE:
For contributing compile commands to the Compile menus and Work With Compile Commands dialog. |
-->
-
- org.eclipse.rse.ui.rseConfigDefaults |
- For solution providers that are building a product that includes RSE, this extension point allows you to
- pre-set some out-of-box preference values. For example, whether the New Connection tree item is shown in Remote Systems view. |
-
+