mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +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.
|
a fully qualified name of the Java class that implements the <samp>org.eclipse.rse.persistence.IRSEPersistenceProvider</samp> interface.
|
||||||
</documentation>
|
</documentation>
|
||||||
<appInfo>
|
<appInfo>
|
||||||
<meta.attribute kind="java" basedOn="com.ibm.etools.systems.persistence.IRSEpersistenceProvider"/>
|
<meta.attribute kind="java" basedOn="org.eclipse.rse.persistence.IRSEpersistenceProvider"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</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
|
Typically, you will subclass one of the supplied base classes
|
||||||
for this extension point:
|
for this extension point:
|
||||||
<ul>
|
<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.
|
in plugin org.eclipse.rse.ui.
|
||||||
Base class offering generic support for any remote resource popup
|
Base class offering generic support for any remote resource popup
|
||||||
menu action, for any system type.
|
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.
|
in plugin org.eclipse.rse.ui.
|
||||||
Specialized base class offering specific support for any remote
|
Specialized base class offering specific support for any remote
|
||||||
file or folder popup menu action, for any system type.
|
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>
|
</ul>
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</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>,
|
<li><b>org.eclipse.rse.ui.ui.propertypages.SystemAbstractRemoteFilePropertyPageExtensionAction</b>,
|
||||||
in plugin org.eclipse.rse.ui.
|
in plugin org.eclipse.rse.ui.
|
||||||
Specialized base class offering specific support for any remote file or folder property page, for any system type.
|
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>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
</documentation>
|
</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"/>
|
<meta.section type="since"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
WSWB 3.0, or WSSD/WSAD/WDSC 5.1.2
|
RSE 1.0
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</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">
|
<extension point="org.eclipse.rse.ui.remoteSystemsViewPreferencesActions">
|
||||||
<action
|
<action
|
||||||
id="com.ibm.etools.iseries.core.preferences.rse"
|
id="com.acme.tools.core.preferences.rse"
|
||||||
label="%PreferencePageAction.rse.label"
|
label="%PreferencePageAction.rse.label"
|
||||||
preferencePageId="com.ibm.etools.iseries.core.ui.preferences.ISeriesPreferencePage"
|
preferencePageId="com.acme.tools.core.ui.preferences.PreferencePage"
|
||||||
preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage"
|
preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage"
|
||||||
tooltip="%PreferencePageAction.rse.tooltip"
|
tooltip="%PreferencePageAction.rse.tooltip"
|
||||||
helpContextId="com.ibm.etools.iseries.core.aprefrse"
|
helpContextId="com.acme.tools.core.aprefrse"
|
||||||
/>
|
/>
|
||||||
<action
|
<action
|
||||||
id="com.ibm.etools.iseres.core.preferences.lpex"
|
id="com.acme.tools.core.preferences.editor"
|
||||||
label="%PreferencePageAction.lpex.label"
|
label="%PreferencePageAction.editor.label"
|
||||||
preferencePageId="com.ibm.etools.iseries.editor.preferences.ISeriesEditorGeneralPreferencePage"
|
preferencePageId="com.acme.tools.editor.preferences.EditorGeneralPreferencePage"
|
||||||
preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage"
|
preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage"
|
||||||
tooltip="%PreferencePageAction.lpex.tooltip"
|
tooltip="%PreferencePageAction.editor.tooltip"
|
||||||
helpContextId="com.ibm.etools.iseries.core.apreflpx"
|
helpContextId="com.acme.tools.core.helpcontext01"
|
||||||
/>
|
/>
|
||||||
<action
|
<action
|
||||||
id="com.ibm.etools.iseres.core.preferences.cache"
|
id="com.acme.tools.core.preferences.cache"
|
||||||
label="%PreferencePageAction.cache.label"
|
label="%PreferencePageAction.cache.label"
|
||||||
preferencePageId="com.ibm.etools.iseries.core.ui.preferences.ISeriesCachePreferencePage"
|
preferencePageId="com.acme.tools.core.ui.preferences.CachingPreferencePage"
|
||||||
preferencePageCategory="org.eclipse.rse.ui.ui.preferences.RemoteSystemsPreferencePage"
|
preferencePageCategory="org.eclipse.rse.ui.preferences.RemoteSystemsPreferencePage"
|
||||||
tooltip="%PreferencePageAction.cache.tooltip"
|
tooltip="%PreferencePageAction.caching.tooltip"
|
||||||
helpContextId="com.ibm.etools.iseries.core.aprefcch"
|
helpContextId="com.acme.tools.core.helpcontext02"
|
||||||
/>
|
/>
|
||||||
</extension>
|
</extension>
|
||||||
</documentation>
|
</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"/>
|
<meta.section type="implementation"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<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>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
|
|
@ -189,8 +189,8 @@ or extends the appropriate IBM-supplied class such as <samp>com.ibm.etools
|
||||||
name="Databases"
|
name="Databases"
|
||||||
icon="icons/dbsubsys.gif"
|
icon="icons/dbsubsys.gif"
|
||||||
iconlive="icons/dbsubsyslive.gif"
|
iconlive="icons/dbsubsyslive.gif"
|
||||||
id="com.acme.etools.mypkg.myconfiguration"
|
id="com.acme.tools.mypkg.myconfiguration"
|
||||||
class="com.acme.etools.db.DBSubSystemFactory"
|
class="com.acme.tools.db.DBSubSystemFactory"
|
||||||
category="databases"
|
category="databases"
|
||||||
vendor="ACME"
|
vendor="ACME"
|
||||||
>
|
>
|
||||||
|
@ -213,7 +213,7 @@ classes and interfaces for this task.
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
The provider of subsystem factories must implement the interface
|
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.
|
although it is not recommended to create a new class from scratch.
|
||||||
Rather, it is highly recommended
|
Rather, it is highly recommended
|
||||||
to use the supplied base class <samp>org.eclipse.rse.core.subsystems.SubSystemConfiguration</samp>.
|
to use the supplied base class <samp>org.eclipse.rse.core.subsystems.SubSystemConfiguration</samp>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue