diff --git a/rse/plugins/org.eclipse.rse.ui/schema/persistenceProviders.exsd b/rse/plugins/org.eclipse.rse.ui/schema/persistenceProviders.exsd index ad66dd4c215..0e5e390082d 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/persistenceProviders.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/persistenceProviders.exsd @@ -61,7 +61,7 @@ a fully qualified name of the Java class that implements the <samp>org.eclipse.rse.persistence.IRSEPersistenceProvider</samp> interface. - + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd b/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd index 010e6e11c89..75d99d2df9d 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd @@ -771,22 +771,14 @@ needed, as well as the <samp>menu</samp> and <samp>action</ Typically, you will subclass one of the supplied base classes for this extension point: <ul> -<li><b>org.eclipse.rse.ui.ui.actions.SystemAbstractPopupMenuExtensionAction</b>, +<li><b>org.eclipse.rse.ui.actions.SystemAbstractPopupMenuExtensionAction</b>, in plugin org.eclipse.rse.ui. Base class offering generic support for any remote resource popup menu action, for any system type. -<li><b>org.eclipse.rse.ui.ui.actions.SystemAbstractRemoteFilePopupMenuExtensionAction</b>, +<li><b>org.eclipse.rse.ui.actions.SystemAbstractRemoteFilePopupMenuExtensionAction</b>, in plugin org.eclipse.rse.ui. Specialized base class offering specific support for any remote file or folder popup menu action, for any system type. -<li><b>com.ibm.etools.iseries.core.ui.actions.isv.ISeriesAbstractIFSPopupMenuExtensionAction</b>, -in plugin com.ibm.etools.iseries.core. -Specialized base class offering specific support for iSeries -IFS file or folder popup menu actions. -<li><b>com.ibm.etools.iseries.core.ui.actions.isv.ISeriesAbstractQSYSPopupMenuExtensionAction</b>, -in plugin com.ibm.etools.iseries.core. -Specialized base class offering specific support for popup menu -actions for iSeries objects in the QSYS file system. </ul> diff --git a/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd b/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd index 954d7dde231..ffd7258aff7 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd @@ -426,12 +426,6 @@ Base class offering generic support for any remote resource property page, for a <li><b>org.eclipse.rse.ui.ui.propertypages.SystemAbstractRemoteFilePropertyPageExtensionAction</b>, in plugin org.eclipse.rse.ui. Specialized base class offering specific support for any remote file or folder property page, for any system type. -<li><b>com.ibm.etools.iseries.core.ui.actions.isv.ISeriesAbstractIFSPropertyPageExtensionAction</b>, -in plugin com.ibm.etools.iseries.core. -Specialized base class offering specific support for iSeries IFS file or folder property pages. -<li><b>com.ibm.etools.iseries.core.ui.actions.isv.ISeriesAbstractQSYSPropertyPageExtensionAction</b>, -in plugin com.ibm.etools.iseries.core. -Specialized base class offering specific support for property pages for iSeries objects in the QSYS file system. </ul> <br> diff --git a/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd b/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd index 659d0549eda..2f17c11eedb 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd @@ -6,7 +6,7 @@ - This extension point is for contributing an action to the Remote Systems view pulldown menu, to the Preferences cascading menu. This action will launch the Preferences dialog, scoped to the particular page you specify. This will automatically show any child pages as well. This point is easy to extend, no coding required. Just name the preference page by its id from the preferencePages extension that defined the page. Also, if it is not a root page, then you must also name the root page (such as when using Windows-&gt;Preference) by its id from its preferencePages extension. + This extension point is for contributing an action to the Remote Systems view pulldown menu, to the Preferences cascading menu. This action will launch the Preferences dialog, scoped to the particular page you specify. This will automatically show any child pages as well. This point is easy to extend, no coding required. Just name the preference page by its id from the preferencePages extension that defined the page. Also, if it is not a root page, then you must also name the root page (such as when using Windows-&gt;Preference) by its id from its preferencePages extension. This would be used by anyone who extends the Remote System Explorer, and offers preference pages for their users, and wants a shortcut to those preference pages for convenience. @@ -102,7 +102,7 @@ Note this page will be shown as the root in the Preferences dialog, but it can b - WSWB 3.0, or WSSD/WSAD/WDSC 5.1.2 + RSE 1.0 @@ -123,28 +123,28 @@ Note this page will be shown as the root in the Preferences dialog, but it can b <extension point="org.eclipse.rse.ui.remoteSystemsViewPreferencesActions"> <action - id="com.ibm.etools.iseries.core.preferences.rse" + id="com.acme.tools.core.preferences.rse" label="%PreferencePageAction.rse.label" - preferencePageId="com.ibm.etools.iseries.core.ui.preferences.ISeriesPreferencePage" - preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage" + preferencePageId="com.acme.tools.core.ui.preferences.PreferencePage" + preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage" tooltip="%PreferencePageAction.rse.tooltip" - helpContextId="com.ibm.etools.iseries.core.aprefrse" + helpContextId="com.acme.tools.core.aprefrse" /> <action - id="com.ibm.etools.iseres.core.preferences.lpex" - label="%PreferencePageAction.lpex.label" - preferencePageId="com.ibm.etools.iseries.editor.preferences.ISeriesEditorGeneralPreferencePage" - preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage" - tooltip="%PreferencePageAction.lpex.tooltip" - helpContextId="com.ibm.etools.iseries.core.apreflpx" + id="com.acme.tools.core.preferences.editor" + label="%PreferencePageAction.editor.label" + preferencePageId="com.acme.tools.editor.preferences.EditorGeneralPreferencePage" + preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage" + tooltip="%PreferencePageAction.editor.tooltip" + helpContextId="com.acme.tools.core.helpcontext01" /> <action - id="com.ibm.etools.iseres.core.preferences.cache" + id="com.acme.tools.core.preferences.cache" label="%PreferencePageAction.cache.label" - preferencePageId="com.ibm.etools.iseries.core.ui.preferences.ISeriesCachePreferencePage" - preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage" - tooltip="%PreferencePageAction.cache.tooltip" - helpContextId="com.ibm.etools.iseries.core.aprefcch" + preferencePageId="com.acme.tools.core.ui.preferences.CachingPreferencePage" + preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage" + tooltip="%PreferencePageAction.caching.tooltip" + helpContextId="com.acme.tools.core.helpcontext02" /> </extension> @@ -164,7 +164,7 @@ Note this page will be shown as the root in the Preferences dialog, but it can b - This extension point is used by the <code>org.eclipse.rse.ui.ui.actions.SystemCascadingPreferencesAction</code> class, which in turn creates a <code>org.eclipse.rse.ui.ui.actions.SystemShowPreferencesPageAction</code> object for each extension of this point. These are used to populate the Preferences cascading menu of the Remote Systems view pulldown, but could be used elsewhere too, if desired. + This extension point is used by the <code>org.eclipse.rse.ui.actions.SystemCascadingPreferencesAction</code> class, which in turn creates a <code>org.eclipse.rse.ui.ui.actions.SystemShowPreferencesPageAction</code> object for each extension of this point. These are used to populate the Preferences cascading menu of the Remote Systems view pulldown, but could be used elsewhere too, if desired. diff --git a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd index f50ca325c14..528e735fd61 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd @@ -189,8 +189,8 @@ or extends the appropriate IBM-supplied class such as <samp>com.ibm.etools name="Databases" icon="icons/dbsubsys.gif" iconlive="icons/dbsubsyslive.gif" - id="com.acme.etools.mypkg.myconfiguration" - class="com.acme.etools.db.DBSubSystemFactory" + id="com.acme.tools.mypkg.myconfiguration" + class="com.acme.tools.db.DBSubSystemFactory" category="databases" vendor="ACME" > @@ -213,7 +213,7 @@ classes and interfaces for this task. The provider of subsystem factories must implement the interface -<samp>com.ibm.etools.systems.subsystems.SubSystemFactory</samp>, +<samp>org.eclipse.rse.core.subsystems.ISubSystemConfiguration</samp>, although it is not recommended to create a new class from scratch. Rather, it is highly recommended to use the supplied base class <samp>org.eclipse.rse.core.subsystems.SubSystemConfiguration</samp>.