diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 6ccd4f07db4..3ce9d324926 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -46,7 +46,7 @@
-
+ |
API Changes since RSE 1.0 M4 |
@@ -56,6 +56,10 @@
subsystemConfigurations
in order to better match the standard naming scheme used by the Platform.
+The newConnectionWizardDelegate extension point has been renamed to
+
+ newConnectionWizardDelegates
+ in order to better match the standard naming scheme used by the Platform.
diff --git a/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html b/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
index 84ef8cee329..2707576d394 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
@@ -19,7 +19,7 @@
org.eclipse.rse.ui.dynamicPopupMenuExtensions
org.eclipse.rse.ui.keystoreProviders
org.eclipse.rse.ui.mountPathMappers
- org.eclipse.rse.ui.newConnectionWizardDelegate
+ org.eclipse.rse.ui.newConnectionWizardDelegates
org.eclipse.rse.ui.passwordPersistence
org.eclipse.rse.ui.persistenceProviders
org.eclipse.rse.ui.popupMenus
diff --git a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
index 21367a0036c..50f71f9f3bc 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
@@ -14,7 +14,7 @@
-
+
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/IRSENewConnectionWizard.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/IRSENewConnectionWizard.java
index be31bc032e3..0907a973c33 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/IRSENewConnectionWizard.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/IRSENewConnectionWizard.java
@@ -21,10 +21,10 @@ import org.eclipse.ui.INewWizard;
public interface IRSENewConnectionWizard extends INewWizard {
- public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_POINT_ID = "org.eclipse.rse.ui.newConnectionWizardDelegate";
- public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_NAME = "newConnectionWizardDelegate";
- public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_SYSTEMTYPE = "systemType";
- public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_CLASS = "class";
+ public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_POINT_ID = "org.eclipse.rse.ui.newConnectionWizardDelegates"; //$NON-NLS-1$
+ public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_NAME = "newConnectionWizardDelegate"; //$NON-NLS-1$
+ public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_SYSTEMTYPE = "systemType"; //$NON-NLS-1$
+ public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_CLASS = "class"; //$NON-NLS-1$
public IRSENewConnectionWizardDelegate getDelegate();
diff --git a/rse/plugins/org.eclipse.rse.ui/plugin.xml b/rse/plugins/org.eclipse.rse.ui/plugin.xml
index 0cfdd36d2d9..7f974b07cf5 100644
--- a/rse/plugins/org.eclipse.rse.ui/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.ui/plugin.xml
@@ -404,7 +404,7 @@ Contributors:
-
+
@@ -777,7 +777,7 @@ Contributors:
-
+
diff --git a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegate.exsd b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd
similarity index 98%
rename from rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegate.exsd
rename to rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd
index 667c76387c3..aecd0d1a0d4 100644
--- a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegate.exsd
+++ b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizardDelegates.exsd
@@ -3,7 +3,7 @@
-
+
This extension point allows a New Connection wizard delegate to be provided for a certain system type. This is useful for those system types that need New Connection wizard pages which are different from the default pages supplied by RSE.
@@ -92,7 +92,7 @@
<p>
<pre>
- <extension point="org.eclipse.rse.ui.newConnectionWizardDelegate">
+ <extension point="org.eclipse.rse.ui.newConnectionWizardDelegates">
<newConnectionWizardDelegate
class="com.abc.SerialConnectionWizardDelegate"
systemType="Embedded-Linux-Serial"/>
diff --git a/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd b/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesActions.exsd
similarity index 100%
rename from rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd
rename to rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesActions.exsd