From 7a9296eb22a1a0a7d7884f83a434d3a13bc2c3b4 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 5 Feb 2008 21:58:12 +0000 Subject: [PATCH] [cleanup] minor comment changes --- rse/plugins/org.eclipse.rse.core/plugin.xml | 4 ++-- .../schema/subsystemConfigurations.exsd | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/plugin.xml b/rse/plugins/org.eclipse.rse.core/plugin.xml index ddf7916b180..2bcbff3193e 100644 --- a/rse/plugins/org.eclipse.rse.core/plugin.xml +++ b/rse/plugins/org.eclipse.rse.core/plugin.xml @@ -90,7 +90,7 @@ - + @@ -114,7 +114,7 @@ - + diff --git a/rse/plugins/org.eclipse.rse.core/schema/subsystemConfigurations.exsd b/rse/plugins/org.eclipse.rse.core/schema/subsystemConfigurations.exsd index 5afff96a9e1..8bb55730e90 100644 --- a/rse/plugins/org.eclipse.rse.core/schema/subsystemConfigurations.exsd +++ b/rse/plugins/org.eclipse.rse.core/schema/subsystemConfigurations.exsd @@ -8,9 +8,7 @@ This extension point allows tool-writers to extend the capability of the Remote System Explorer, by identifying a subsystem configuration that produces a subsystem whenever a new connection is created. This subsystem appears under the connection when it is expanded in the Remote Systems view of the Remote System Explorer perspective. The subsystem configuration is called by the Remote System framework when the user creates a new connection, when the connection's system type is one of the types identified as supported by this subsystem configuration extension. <p> -There is one subsystem object per connection, and the role of a subsystem is to allow -users to work with remote resourcesfor the remote system identified by the containing connection. Defining a subsystem configuration involves more than the single subsystem -configuration class. There must also be a subsystem class defined, and a system class defined. There may also be other classes defined, such as classes for the content area of wizards for defining filters, user actions and compile commands, if the subsystem configuration wishes to support these. See the developer documentation for the Remote System Explorer for documentation details on defining subsystems. +There is one subsystem object per connection, and the role of a subsystem is to allow users to work with remote resources for the remote system identified by the containing connection. Defining a subsystem configuration involves more than the single subsystem configuration class. There must also be a subsystem class defined. There may also be other classes defined, such as classes for the content area of wizards for defining filters, user actions and compile commands, if the subsystem configuration wishes to support these. See the developer documentation for the Remote System Explorer for documentation details on defining subsystems. @@ -211,11 +209,11 @@ creating the classes needed for a subsystem configuration, however. For this inf - The provider of subsystem factories must implement the interface + The provider of subsystem configurations must implement the interface <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>. -This base class pre-supplies much functionality, including support for +This base class supplies much functionality, including support for persisting properties and metadata, and support for filters. @@ -225,7 +223,7 @@ persisting properties and metadata, and support for filters. - All supplied subsystems are implemented via use of this extension point. + All supplied subsystems are implemented by using this extension point. See the <samp>plugin.xml</samp> files for plugins <samp>org.eclipse.rse.subsystems.files.dstore</samp> and <samp>org.eclipse.rse.subsystems.processes.dstore</samp>