mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
bug 149331 - updating extension point schemata to remove etools references.
This commit is contained in:
parent
c770d4358e
commit
3cf7398481
5 changed files with 24 additions and 38 deletions
|
@ -61,7 +61,7 @@
|
|||
a fully qualified name of the Java class that implements the <samp>org.eclipse.rse.persistence.IRSEPersistenceProvider</samp> interface.
|
||||
</documentation>
|
||||
<appInfo>
|
||||
<meta.attribute kind="java" basedOn="com.ibm.etools.systems.persistence.IRSEpersistenceProvider"/>
|
||||
<meta.attribute kind="java" basedOn="org.eclipse.rse.persistence.IRSEpersistenceProvider"/>
|
||||
</appInfo>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
|
|
@ -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>
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
|
|
@ -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>
|
||||
</documentation>
|
||||
|
|
|
@ -102,7 +102,7 @@ Note this page will be shown as the root in the Preferences dialog, but it can b
|
|||
<meta.section type="since"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
WSWB 3.0, or WSSD/WSAD/WDSC 5.1.2
|
||||
RSE 1.0
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
@ -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>
|
||||
</documentation>
|
||||
|
@ -164,7 +164,7 @@ Note this page will be shown as the root in the Preferences dialog, but it can b
|
|||
<meta.section type="implementation"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
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.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
|
@ -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.
|
|||
</appInfo>
|
||||
<documentation>
|
||||
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>.
|
||||
|
|
Loading…
Add table
Reference in a new issue