From 03189e80a87bb1654875784532db8ab63b2b97d7 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Wed, 21 Feb 2007 17:03:52 +0000 Subject: [PATCH] [174770] supplied closing tags and adjusted content to follow xhtml embedding rules. --- .../concepts/cbegin.html | 4 +- .../concepts/cfilters.html | 4 +- .../concepts/cprofile.html | 4 +- .../concepts/cremcompile.html | 4 +- .../concepts/crunremcmds.html | 4 +- .../concepts/cteam.html | 6 +- .../concepts/cuniversal.html | 3 +- .../concepts/cuseractions.html | 4 +- .../gettingstarted/g1installing.html | 7 +- .../gettingstarted/g2firststeps.html | 4 +- .../gettingstarted/g_start.html | 8 +-- .../gettingstarted/gusing.html | 71 ++++++++++++------- .../gettingstarted/gxtending.html | 9 +-- .../ref/rrsepref.html | 4 +- .../org.eclipse.rse.doc.user/ref/rsearch.html | 4 +- .../tasks/tarchive.html | 8 +-- .../tasks/tbegindelete.html | 2 +- .../tasks/tbegindeleteprofile.html | 2 +- .../tasks/tbegindiscon.html | 2 +- .../tasks/tbeginenv.html | 2 +- .../tasks/tbeginlinux.html | 6 +- .../tasks/tbeginpass.html | 2 +- .../tasks/tbeginsecond.html | 2 +- .../tasks/tbeginsecprofile.html | 5 +- .../tasks/tbeginwindows.html | 2 +- .../tasks/tbuild.html | 2 +- .../tasks/tedittype.html | 2 +- .../tasks/tmanagedel.html | 2 +- .../tasks/tmanageedit.html | 2 +- .../tasks/tmanagemem.html | 6 +- .../tasks/tmanagepools.html | 2 +- .../tasks/tmanagepoolsref.html | 2 +- .../tasks/tmanagesearch.html | 2 +- .../tasks/tremoexp.html | 2 +- .../tasks/tremoimp.html | 2 +- .../tasks/tremtype.html | 2 +- .../tasks/truncmdsview.html | 4 +- .../tasks/ttablecopy.html | 2 +- .../tasks/ttabledrag.html | 2 +- .../tasks/tteamsup.html | 2 +- .../tasks/tteamsup1.html | 2 +- .../tasks/tworkuseract.html | 2 +- .../tasks/twrkcmdshl.html | 2 +- 43 files changed, 119 insertions(+), 96 deletions(-) diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html index d47ca924745..22d12e63f18 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html @@ -3,11 +3,11 @@ - + Remote System Explorer Connections - +

Remote System Explorer Connections

diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html index c8197d7307e..939d2246675 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html @@ -3,12 +3,12 @@ - + Remote System Explorer filters, filter pools, and filter pool references - +

Remote System Explorer filters, filter pools, and filter pool references

diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html index 699abb1e05d..e9a8d5dc87d 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html @@ -3,11 +3,11 @@ - + Remote System Explorer Profiles - +

Remote System Explorer Profiles

diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html index 8278d329e4f..f27a7a409d7 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html @@ -4,12 +4,12 @@ - + Compiling - +

Compiling Programs

diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html index 93d7ab12579..71e0fc8f052 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html @@ -4,12 +4,12 @@ - + Shells and commands in the Remote Systems view - +

Shells and commands in the Remote Systems view

diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html index 06fc46578d8..cc211fbc02f 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html @@ -3,11 +3,11 @@ - + Team support - +

Team support

@@ -25,7 +25,7 @@ the Remote System Explorer manages. Profiles are stored in that project and so everything that belongs to a profile can be shared with your teammates.

-
Profiles +
Profiles contain:
diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html index eda38a2726f..888840e30c6 100755 --- a/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html @@ -4,12 +4,12 @@ - + User actions (user options) - +

User actions (user options)

diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g1installing.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g1installing.html index 21def5b6e68..127b1d9619a 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g1installing.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g1installing.html @@ -3,14 +3,15 @@ - + Installing the RSE - +

Installing the Remote System Explorer

+

The simplest way to get RSE is via the Update Manager: From your running instance of Eclipse 3.2, choose Help > Software Updates > Find and Install.... Choose "Search for New Features to Install", and add a new Remote Site named @@ -21,7 +22,7 @@ Select the RSE SDK feature, and perform the update process as usual.

If you prefer manual installation, you can download RSE SDK from the DSDP Target Management Download Site and extract it into your installation of -Eclipse 3.2 or later, or link it as product extension. +Eclipse 3.2 or later, or link it as product extension.

Start Eclipse Workbench, and choose Window > Open Perspective > Other > Remote System Explorer.

diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html index a84c56d59d8..ea73e15c03e 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html @@ -3,11 +3,11 @@ - + First Steps with RSE - +

First Steps with the Remote System Explorer

diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g_start.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g_start.html index 9b4836bd3b2..2b198f2a5a8 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g_start.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g_start.html @@ -2,12 +2,12 @@ - - + + Getting Started with RSE - +

Getting Started with the Remote System Explorer

@@ -29,7 +29,7 @@ mechanisms, filtering and team sharing.

Here is a screenshot of a sample session with RSE (Click on the picture to enlarge it). This tutorial will guide you quickly through the most prominent features of -the Remote System Explorer: +the Remote System Explorer:

  • Installing the Remote System Explorer
  • First Steps with the Remote System Explorer
  • diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html index b54da67da18..6ca3326f11b 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html @@ -3,45 +3,66 @@ - + Using Remote Connections - +

    Using Remote Connections

    +

    Here are a few tasks that help you get acquainted with RSE. All tasks assume that you have switched to the Remote System Explorer Perspective in your Workbench. Some of the tasks can not be performed on all system types, although RSE tries to provide a consistent UI across many different kinds of remote systems.. +

      -
    • In the RSE Perspective, Remote Systems View, press the New Connection button.
        -
      • Note: In the Preferences, you can enable displaying available new connection types in the RSE tree.
    • -
    • Select the desired system type
        -
      • Coose system type "SSH Only" for ssh servers, or any other for dstore.
    • +
    • In the RSE Perspective, Remote Systems View, press the New Connection button. +
        +
      • Note: In the Preferences, you can enable displaying available new connection types in the RSE tree.
      • +
      +
    • +
    • Select the desired system type +
        +
      • Coose system type "SSH Only" for ssh servers, or any other for dstore.
      • +
      +
    • Enter an IP address for a remote system running an ssh server or dstore server. - A connection name will be suggested automatically, but can be changed.
        -
      • You can also run a dstore server on the local machine for testing. In this case, - type "localhost" as address.
      • -
      • You can press Finish right away, the wizard defaults are usually fine.
    • -
    • Fill in the username / password dialog.
        -
      • Note: For ssh, if you have private keys, the password here is just a dummy. - Enter anything and save it. You can setup ssh private key authentication through - the Team > CVS > SSH2 Connection Method Preference page.
    • -
    • Browse remote files, or open remote shells.
        -
      • You can drag and drop files between local and remote file systems, between editors and any view. + A connection name will be suggested automatically, but can be changed. +
          +
        • You can also run a dstore server on the local machine for testing. In this case, type "localhost" as address.
        • +
        • You can press Finish right away, the wizard defaults are usually fine.
        • +
        +
      • +
      • Fill in the username / password dialog. +
          +
        • Note: For ssh, if you have private keys, the password here is just a dummy. + Enter anything and save it. You can setup ssh private key authentication through + the Team > CVS > SSH2 Connection Method Preference page.
        • +
        +
      • +
      • Browse remote files, or open remote shells. +
          +
        • You can drag and drop files between local and remote file systems, between editors and any view. Files are transferred as needed.
        • -
        • On dstore, you can browse into remote archives (*.zip, *.tar) without having to transfer the entire contents. This works thanks - to "miners" on the remote side. Custom miners can be plugged into the dstore server.
          +
        • On dstore, you can browse into remote archives (*.zip, *.tar) without having to transfer the entire contents. This works thanks + to "miners" on the remote side. Custom miners can be plugged into the dstore server.
          Note: Some tar formats currently fail to work. See bug 139207.
        • -
        • On dstore, you can choose Search > Remote....
            -
          • The dstore miners support searching a remote file system - without having to transfer any data.
        • -
        • On dstore, when the remote system is Linux, AIX or Other Unix:
            -
          • Browse remote Processes.
          • -
          • Select "My Processes" and choose context menu > Monitor. -
          • Enable polling, choose a short wait time. See processes appear and vanish as you perform commands in a remote shell.
        • +
        • On dstore, you can choose Search > Remote.... +
            +
          • The dstore miners support searching a remote file system without having to transfer any data.
          • +
          +
        • +
        +
      • +
      • On dstore, when the remote system is Linux, AIX or Other Unix: +
          +
        • Browse remote Processes.
        • +
        • Select "My Processes" and choose context menu > Monitor.
        • +
        • Enable polling, choose a short wait time. See processes appear and vanish as you perform commands in a remote shell.
        • +
        +
    diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html index 57e1ee01f0f..1f7c077bfda 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html @@ -3,11 +3,11 @@ - + Extending Remote System Explorer - +

    Extending Remote System Explorer

    @@ -17,7 +17,7 @@ capabilities of the Remote System Explorer. Please look at the remote property pages or additional popup actions. The developer guide holds extensive tutorials, -overview documentation and +overview documentation and reference.

    Users can configure and customize the Remote System Explorer through @@ -26,6 +26,7 @@ User actions, Compile Commands and --> Preferences and connection setup shared in a team. +

    @@ -37,8 +38,8 @@ pools, and filter pool references

    +-->
    diff --git a/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html b/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html index c5627482077..446188d6f15 100755 --- a/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html +++ b/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html @@ -3,11 +3,11 @@ - + Accessing Remote System Explorer preferences - +

    Accessing Remote System Explorer preferences

    diff --git a/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html b/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html index 6781c791d20..70ae8245376 100755 --- a/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html +++ b/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html @@ -4,12 +4,12 @@ - + Using search parameters with special characters - +

    Using search parameters with special characters

    You can use special characters such as ?, *, and \, when searching diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html index b1478acf09f..ddf821f66f7 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html @@ -4,7 +4,7 @@ - + Managing archived files @@ -13,7 +13,7 @@

    Managing archived files

    You can work with archived files and folders in the Remote System Explorer.

    -

    Use the Remote Systems view perform the following actions with archived files: +

    Use the Remote Systems view perform the following actions with archived files:

    -

    -

    Pick from the following: +

    Pick from the following:

    @@ -176,7 +175,6 @@ name field. Click OK.
    -

    \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html index 0214acfa20b..47524f04017 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html @@ -4,7 +4,7 @@ - + Deleting a connection diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html index 7b52d4d2b05..868ee0f9f04 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html @@ -4,7 +4,7 @@ - + Deleting a profile diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html index 2b5411d059e..1841625f382 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html @@ -4,7 +4,7 @@ - + Disconnecting from a remote server diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html index 4268714371d..714d4d9af6f 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html @@ -4,7 +4,7 @@ - + Configuring environment variable support for connections diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html index 0de8fba2812..4e733ae4d0b 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -4,7 +4,7 @@ - + Connecting to a remote Linux or UNIX server @@ -123,15 +123,17 @@ can, however, configure it to use SSL encryption.

    Because all dstore data transfer is done through a single TCP/IP connection, the connection can also be tunneled through an ssh channel. In fact, the same ssh channel can also be used to start the server, -like in the following example: +like in the following example:

     ssh -l moberhuber build.eclipse.org -L27127:build.eclipse.org:27127 \
       "sh -c 'cd ~/rseserver/latest; perl ./server.pl 27127'"
     
    +

    Here, the RSE Server is started on port 27127 through an ssh connection, and at the same time port 27127 is forwarded through ssh to the local host. You can now connect RSE to localhost:27127, and the connection will transparently be forwarded to the remote system. +



    diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html index b8ac794f4e6..4a7af04ddc8 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html @@ -4,7 +4,7 @@ - + Saving passwords on your local PC diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html index df4b86dd00f..7e9919e0266 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html @@ -4,7 +4,7 @@ - + Creating a second connection to a remote server diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html index 06de9db6823..1ba0b0410b7 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html @@ -4,7 +4,7 @@ - + Creating a second profile @@ -14,12 +14,11 @@

    Creating a second profile

    You might want to create a second profile for connections and data that belong to a particular version of a software release, and are shared by all team members.

    -

    To create a second profile: +

    To create a second profile:

    1. Click the Menu button on the toolbar for the Remote Systems view and select New profile.
    2. Specify a name for the new profile and click Finish.
    -

    Related tasks
    Deleting a profile

    diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html index 1e2f7be4670..a8d333439e7 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html @@ -4,7 +4,7 @@ - + Connecting to a remote Windows server diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html index 080588f9933..d74e6e24d88 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html @@ -4,7 +4,7 @@ - + Exporting resources to a remote file system diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html index ee577644afd..eb41aacefb5 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html @@ -4,7 +4,7 @@ - + Editing an existing type diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html index 6d62b018fff..868f7da2431 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html @@ -4,7 +4,7 @@ - + Deleting filters in the Remote Systems view diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html index ad2cc1dc545..34d12dc5d6f 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html @@ -4,7 +4,7 @@ - + Changing filters diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html index fbafbb5ea98..6794ab5122e 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html @@ -4,7 +4,7 @@ - + Creating file filters @@ -20,8 +20,8 @@
  • (Optional) To select a specific file type, enter the type in the File types field, or click Select to select from all known file types.
  • Use the Show files only check box to select whether you want to list only files.
  • Click Next.
  • -
  • Enter a name for your filter and select the profile that you want to use. Use an individually created profile to keep your work private, or select the Team profile to share with others.
  • -

    Note: Filters are named so that the Remote System Explorer can save them for future use.

    +
  • Enter a name for your filter and select the profile that you want to use. Use an individually created profile to keep your work private, or select the Team profile to share with others. +Note: Filters are named so that the Remote System Explorer can save them for future use.
  • Click Next to see more text information about the filter or click Finish.
  • Your new file filter is displayed in the Remote Systems view under Files. diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html index 4b4e1a1c9dc..22734d424ae 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html @@ -4,7 +4,7 @@ - + Configuring filter pools diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html index 052d38fcc72..69b8a41b94b 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html @@ -4,7 +4,7 @@ - + Configuring filter pool references diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html index ce85912fc13..20a7b801554 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html @@ -4,7 +4,7 @@ - + Search for text and files on remote servers diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html index 1204d7e9093..807245b524d 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html @@ -4,7 +4,7 @@ - + Exporting resources to a remote file system diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html index 16e3a88e9dd..62f6b2db348 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html @@ -4,7 +4,7 @@ - + Importing resources from a remote file system diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html index 13110dffd4d..94490b26afc 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html @@ -4,7 +4,7 @@ - + Removing an existing type diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html index 7df511ab290..898d8f03da1 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html @@ -4,7 +4,7 @@ - + Running and viewing commands using the Remote Shell view @@ -26,7 +26,7 @@ Systems, Remote System Details, or the Remote Shell view.

    with shells. A shell that preserves its environment across commands. The environment for all commands in the shell may change in response to your input. For example, if you type -
    cd ..
    +"cd .." you change the working directory for that shell.

    Viewing output in an editor

    You can double-click a line of output to open diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html b/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html index 807074c653e..e60a504d9c9 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html @@ -4,7 +4,7 @@ - + Copying and pasting in the Remote System Explorer diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html b/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html index 70095e99ff7..a66853d9291 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html @@ -4,7 +4,7 @@ - + Dragging and dropping items in the Remote System Explorer diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html index fd193f8add7..b2de2f55420 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html @@ -4,7 +4,7 @@ - + Using team support diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html index bfbcd22855a..a2944670fea 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html @@ -4,7 +4,7 @@ - + Working with profiles and team support diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html index b59e32df965..2fcab513523 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html @@ -4,7 +4,7 @@ - + Managing user actions (user options) diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html index 724a60a8213..65237236eb4 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html @@ -4,7 +4,7 @@ - + Working with command shells