From 300237b585c5020d64d030d0262ef36ade5f0f3d Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 4 May 2007 14:16:55 +0000 Subject: [PATCH] Remove Useractions from Core feature --- .../guide/Extensions.html | 4 +- .../guide/rse_int_overview.html | 91 ++++++++++--------- .../org.eclipse.rse.core-feature/feature.xml | 7 -- 3 files changed, 50 insertions(+), 52 deletions(-) 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:
-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. -
- + + + + + + + ++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"/> -