diff --git a/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd b/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd index a876fdb3b5f..c0160377294 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd @@ -46,6 +46,9 @@ + + + (no description available) diff --git a/rse/plugins/org.eclipse.rse.ui/schema/dynamicPopupMenuExtensions.exsd b/rse/plugins/org.eclipse.rse.ui/schema/dynamicPopupMenuExtensions.exsd index b6e8554d40f..150e5cc0a72 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/dynamicPopupMenuExtensions.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/dynamicPopupMenuExtensions.exsd @@ -46,6 +46,9 @@ + + + (no description available) diff --git a/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd b/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd index d2a85caa278..25ee07edc06 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/popupMenus.exsd @@ -113,6 +113,11 @@ and filters. + + + (no description available) + + @@ -142,6 +147,11 @@ and filters. + + + (no description available) + + @@ -167,7 +177,7 @@ all the actions defined in this objectContribution element. <p> This filter specifies a subsystem configuration id, such that these actions will only appear for remote resources returned from subsystems of the given subsystem configuration. -This ID can be scalar, or it can be generic to match on multiple subsystem configuration IDs. +This ID can be scalar, or it can be generic to match on multiple subsystem configuration IDs. @@ -449,6 +459,9 @@ To do this, for the ID-part, specify one of the following IBM-supplied menu IDs: + + + Use this element to define an action, and where it will appear in the popup menu. The action defined here will only appear in a remote resource popup menu if the resource matches all the @@ -477,6 +490,9 @@ as these are assigned for you. However, accelerator information is valid, as def An optional image icon for the popup menu. This is a .gif file, given with a path relative to your plugin directory. + + + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd b/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd index bf67fe54be8..37353ea4316 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/propertyPages.exsd @@ -113,6 +113,9 @@ You can specify multiple values if you comma-separate them. + + + Identifies an individual property page contribution. @@ -148,6 +151,9 @@ Or better yet, extends one of the IBM-supplied base classes, described in the AP A relative path to an icon that will be used in the UI in addition to the page name. Optional. + + + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd b/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd index 15944ea54ba..704dfce336a 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/remoteSystemsViewPreferencesAction.exsd @@ -48,6 +48,9 @@ This would be used by anyone who extends the Remote System Explorer, and offers + + + (no description available) @@ -88,6 +91,9 @@ Note this page will be shown as the root in the Preferences dialog, but it can b A relative path to an icon that will be displayed in the menu, with the label. Optional + + + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd index 0b1966ab52a..45f77695e35 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfiguration.exsd @@ -72,6 +72,9 @@ subsystems. + + + This element defines a subsystem configuration to the Remote System Explorer framework. @@ -90,6 +93,9 @@ as a folder name for information contained by the subsystem configuration, or by Name of the vendor supplying this subsystem configuration. + + + @@ -98,6 +104,9 @@ as a folder name for information contained by the subsystem configuration, or by The icon to dipslay for subsystems of this configuration, when not connected. Specify the path of the .gif file, relative to your plugin directory. + + + @@ -107,6 +116,9 @@ Specify the path of the .gif file, relative to your plugin directory. is usually derived from the normal icon, but adorned with a bright green arrow. Specify a path to the icon's .gif file, relative to your plugin directory. + + + @@ -126,6 +138,9 @@ It is recommended to extend <samp>org.eclipse.rse.core.subsystems.SubSyste Translatable name for subsystems created by this configuration. These appear immediately under a connection when the connection is expanded in the Remote Systems view of the Remote System Explorer perspective. + + + @@ -134,12 +149,15 @@ These appear immediately under a connection when the connection is expanded in t Translatable description for subsystems created by this configuration. These appear in configuration and properties pages for subsystems. + + + - A semicolon separated list of system types that subsystems from this configuration support. + A semicolon separated list of system type names that subsystems from this configuration support. For example, "Unix;Linux". If not specified, defaults to all system types. diff --git a/rse/plugins/org.eclipse.rse.ui/schema/systemtype.exsd b/rse/plugins/org.eclipse.rse.ui/schema/systemtype.exsd deleted file mode 100644 index 81f8685156a..00000000000 --- a/rse/plugins/org.eclipse.rse.ui/schema/systemtype.exsd +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - This extension point is used in combination with the org.eclipse.rse.ui.subsystemConfiguration -extension point for defining new subsystems, which appear under a connection when it is expanded in the -Remote Systems view. The systemType extension point allows subsystem providers to define a new system -type that appears in the list of valid system types in the New Connection wizard, used by users when defining -a new connection to a remote system. The system type is simply a string identifying the operating system -type, such as Solaris, and an pair of icons used to identify connections to systems of this type. One -icon is used when the connection is not connected, while the other is used when there is a live connection. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A unique identifier for this extension. - - - - - - - The display name for the system type, such as "Solaris". RSE pre-defines a number of system types, although they may not appear unless a subsystem configuration is registered against that type. These are the supplied system types: -<ul> -<li>Local</li> -<li>Unix</li> -<li>Linux</li> -</ul> - - - - - - - A relative path to an icon that will be used when displaying connections to systems of this type. - - - - - - - A relative path to an icon that will be used when displaying connections to systems of this type, -when there is a live connection to the remote system. This is usually a derivation of the icon -attribute, adorned with a bright green arrow. - - - - - - - Whether this system type can be put in offline mode. This decides whether to show the Work Offline action for connections of this type. This is an optional attribute, the default value is false. - - - - - - - A short description of the system type. Shows up in preferences for system type. - - - - - - - - - - - - The following is an example of the extension point schema: -<p> -<pre> - <extension point="org.eclipse.rse.ui.systemType"> - <type id="com.acme.systemtype.Solaris" - name="Solaris" - iconlive="icons/solarisLive.gif" - icon="icons/solaris.gif"> - </type> - </extension> -</pre> -</p> - - - - - - - - - There is no code to implement for this extension point. - - - - - - - - - See the plugin.xml file for plugin org.eclipse.rse.ui for examples of using this extension point. - - - - - - - - - Copyright (c) 2002, 2006 IBM Corporation. All Rights Reserved. -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v1.0 which accompanies this distribution, and is -available at http://www.eclipse.org/legal/epl-v10.html - -Contributors: -IBM Corporation - initial API and implementation - - - -