From 86ce40571328e0721a31750498d46ce991650f5e Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sat, 19 Aug 2006 03:47:18 +0000 Subject: [PATCH] Refer to Examples project in ISV docs --- .../guide/tutorials.html | 69 +++++++++++-------- 1 file changed, 40 insertions(+), 29 deletions(-) diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/tutorials.html b/rse/doc/org.eclipse.rse.doc.isv/guide/tutorials.html index a859532de01..52f2d9127ec 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/tutorials.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/tutorials.html @@ -1,30 +1,41 @@ - - -
- - - -This section walks through the tutorials that demonstrate how to use the RSE extension points to -extend the RSE: -
Each tutorial requires you to have an Eclipse plug-in project, and starts out by showing -you how to create an Eclipse plug-in -project, using the Plug-in Development Environment. While any Eclipse plug-in -project will do, there are benefits to using the RSE-supplied base class for your project, and other RSE-supplied -infrastructure such as messages, and the many other user interface base classes and re-usable user interface classes supplied by -the RSE core plug-in project. The tutorial step for creating a plug-in project sets up your project for using these. -
- + + + + + + +This section walks through the tutorials that demonstrate how to use the RSE extension points to +extend the RSE: +
The source code for all tutorials is available in the RSE-examples package, which +can be obtained from the DSDP +Target Management download site or directly from the RSE Update Site. In fact, +the simplest way to get the examples is to choose Help > Software Updates > +Find and Install from the Workbecnh, get the Examples installed, and then choose +File > Import... > Plug-in development > Plug-ins and Fragments. +Choose the org.eclipse.rse.examples.tutorial plug-in and import it with +source folders.
+In addition to providing the ready-made code, the tutorial also shows you +how to actally create the Eclipse plug-in project (Please bear with us if the +instructions do not 100% match the latest code due to recent refactorings). +The tutorial starts out by showing +you how to create an Eclipse plug-in +project, using the Plug-in Development Environment. While any Eclipse plug-in +project will do, there are benefits to using the RSE-supplied base class for your project, and other RSE-supplied +infrastructure such as messages, and the many other user interface base classes and re-usable user interface classes supplied by +the RSE core plug-in project. The tutorial step for creating a plug-in project sets up your project for using these. +
+ \ No newline at end of file