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. |
-
+