diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html index 467060c99c1..94f203cdd93 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html @@ -64,12 +64,12 @@ Here are the extension points that are defined by the RSE: For supporting additional archive file types, such as is done today for zip, jar and tar files. This adds support for expanding the archives and supporting all the usual actions on the contents. - org.eclipse.rse.ui.popupMenus + org.eclipse.ui.popupMenus For defining actions, which appear in the pop-up menu of remote objects listed in the Remote Systems view. - org.eclipse.rse.ui.propertyPages + org.eclipse.ui.propertyPages For defining property pages, which appear in the Properties dialog when users select the Properties action from the pop-up menu of remote objects listed in the Remote Systems view. diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/rse_int_overview.html b/rse/doc/org.eclipse.rse.doc.isv/guide/rse_int_overview.html index 66d81b30ed3..fbe1f348fcf 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/rse_int_overview.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/rse_int_overview.html @@ -1,44 +1,49 @@ - - - - - - - -RSE Overview - - - -

RSE Overview

-

-The perspective for managing connections is the Remote -System Explorer (RSE), and the primary tree-view within it is the -Remote Systems view. We assume you are already familiar with the RSE perspective, -or will familiarize yourself with it, and you are now interested in learning how to extend it. We also assume that you -already understand the concepts of plug-ins, extension points, and the workbench UI. You do not need -to be familiar with workspace resources, as the RSE does not use these to realize the artifacts it -shows to the user. -

-

A user can extend the Remote System Explorer by adding their own -filters, -user actions, and -compile commands. -They may also customize the RSE by setting -preferences.

-

-As a programmer, you can extend the Remote System Explorer by using -RSE-unique extension points to -add property pages to remote objects, add actions to the pop-up menus for remote objects, and -even create your own subsystems that appear when a connection is expanded. The full Eclipse application -programming interface (API) set is -at your disposal for these, as well as the API set supplied by the Remote System Explorer. Furthermore, -you can use existing Eclipse extension points to author menu items, tool bar actions, pop-up menu actions, -and more for non-remote objects in the Remote System Explorer. -

-

-This guide explains all underlying -artifacts and model of the Remote System Explorer, the RSE extension points, and highlights the -important APIs available for your use. -

- + + + + + + + +RSE Overview + + + +

RSE Overview

+

+The perspective for managing connections is the Remote +System Explorer (RSE), and the primary tree-view within it is the +Remote Systems view. We assume you are already familiar with the RSE perspective, +or will familiarize yourself with it, and you are now interested in learning how to extend it. We also assume that you +already understand the concepts of plug-ins, extension points, and the workbench UI. You do not need +to be familiar with workspace resources, as the RSE does not use these to realize the artifacts it +shows to the user. +

+

A user can extend the Remote System Explorer by adding their own +filters. + +They may also customize the RSE by setting +preferences.

+

+As a programmer, you can extend the Remote System Explorer by using +RSE-unique extension points to +add actions to the pop-up menus for remote objects, create your own +system types or subsystems that appear when a connection is expanded, +or even contribute new persistence schemes for storing RSE data. The full Eclipse application +programming interface (API) set is +at your disposal for these, as well as the API set supplied by the Remote System Explorer. Furthermore, +you can use +Eclipse Platform extension points +to add property pages, author menu items, tool bar actions, +pop-up menu actions, and more for objects in the Remote System Explorer. +

+

+This guide explains all underlying +artifacts and model of the Remote System Explorer, the RSE extension points, and highlights the +important APIs available for your use. +

+ \ No newline at end of file diff --git a/rse/features/org.eclipse.rse.core-feature/feature.xml b/rse/features/org.eclipse.rse.core-feature/feature.xml index 306acaeeb3c..c77ae08d857 100644 --- a/rse/features/org.eclipse.rse.core-feature/feature.xml +++ b/rse/features/org.eclipse.rse.core-feature/feature.xml @@ -133,11 +133,4 @@ version="0.0.0" unpack="false"/> - -