1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 314012 - [doc] Fix version in RSE ISV Docs and remove API Provisional statements

This commit is contained in:
Martin Oberhuber 2010-05-22 11:36:25 +00:00
parent 0c3f031fc2
commit 43fbbd093f
15 changed files with 38 additions and 176 deletions

View file

@ -15,7 +15,7 @@ feature@org.eclipse.rse.useractions=v201005221100,:pserver:anonymous:none@dev.ec
!!feature@org.eclipse.rse.useractions.wrapper=v20080609a,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/features/org.eclipse.rse.useractions.wrapper-feature
!!feature@org.eclipse.tm.releng.master=v20080609,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/releng/org.eclipse.tm.releng.master-feature
plugin@org.eclipse.dstore.core=v201005221100,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.dstore.core
plugin@org.eclipse.dstore.doc.isv=v201005032000,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.dstore.doc.isv
plugin@org.eclipse.dstore.doc.isv=v201005221130,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.dstore.doc.isv
plugin@org.eclipse.dstore.extra=v200907301400,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.dstore.extra
plugin@org.eclipse.rse=v201003151933,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse
plugin@org.eclipse.rse.connectorservice.dstore=v201005221100,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.dstore
@ -23,7 +23,7 @@ plugin@org.eclipse.rse.connectorservice.local=v200905272300,:pserver:anonymous:n
plugin@org.eclipse.rse.connectorservice.ssh=v200905272300,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.ssh
plugin@org.eclipse.rse.connectorservice.telnet=v200908051630,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.telnet
plugin@org.eclipse.rse.core=v201003151933,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.core
plugin@org.eclipse.rse.doc.isv=v201005221100,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.isv
plugin@org.eclipse.rse.doc.isv=v201005221130,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.isv
plugin@org.eclipse.rse.doc.user=v200905272300,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.user
plugin@org.eclipse.rse.dstore.security=v201003010830,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.dstore.security
plugin@org.eclipse.rse.efs=v201003010830,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.efs

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
# Copyright (c) 2000, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -7,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
# Martin Oberhuber (Wind River) - [314012] Remove provisional API declaration
###############################################################################
bin.includes = META-INF/,\
about.html,\
@ -18,7 +19,6 @@ bin.includes = META-INF/,\
toc.xml,\
guide/,\
index/,\
reference/,\
provisional_api.html
reference/
customBuildCallbacks = customBuildCallbacks.xml
src.includes = about.html

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
@ -13,7 +13,7 @@
<h3>
<a NAME="Notices"></a>Notices</h3>
<p>
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2007.
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2010.
</p>
<p>
<a href="about.html">Terms and conditions regarding the use of this guide.</a>

View file

@ -10,8 +10,8 @@
-splitIndex
-windowtitle "Remote System Explorer DataStore API Specification"
-doctitle "Remote System Explorer DataStore API Specification"
-header "<b>Remote System Explorer DataStore</b><br>Release 3.0"
-bottom '<font size="-1"><p><a href="{@docRoot}/../misc/api-usage-rules.html">Guidelines for using DataStore APIs</a>.</p></font>'
-header "<b>Remote System Explorer DataStore</b><br>Release 3.2"
-bottom "Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved."
-link http://java.sun.com/j2se/1.4.2/docs/api
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api @javadoc.link.location@/platform/reference/api/
-link http://bundles.osgi.org/javadoc/r4

View file

@ -1,34 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Remote System Explorer API Status</title>
<meta name="copyright" content="Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="book.css">
</head>
<body bgcolor="#ffffff">
<h1>Remote System Explorer API Status</h1>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide more
public feedback and help further improving the APIs. Therefore,</p>
<p><b>As of TM / RSE 2.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after TM / RSE 2.0
in a not backward compatible way. We will make every sensible effort to
keep at least Source API Compatibility intact, but in cases where this would
lead to unnecessary code bloat we will go with API breakage. All such API changes will be voted on
by committers on the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for TM 3.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -17,25 +17,5 @@ communication framework, server-side extensions can be written. The Remote Syst
extended to interface the new server-side extensions.
</div>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide more
public feedback and help further improving the APIs. Therefore,</p>
<p><b>As of TM / RSE 2.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after TM / RSE 2.0
in a not backward compatible way. We will make every sensible effort to
keep at least Source API Compatibility intact, but in cases where this would
lead to unnecessary code bloat we will go with API breakage. All such API changes will be voted on
by committers on the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for TM 3.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -26,8 +26,8 @@
</topic>
<anchor id="guide_additions"/>
</topic>
<topic label="Reference" href="provisional_api.html">
<topic label="DataStore API Reference" href="provisional_api.html">
<topic label="Reference">
<topic label="DataStore API Reference" href="reference/api/overview-summary.html">
<topic label="org.eclipse.dstore.core.model" href="reference/api/org/eclipse/dstore/core/model/package-summary.html" />
<topic label="org.eclipse.dstore.core.client" href="reference/api/org/eclipse/dstore/core/client/package-summary.html" />
<topic label="org.eclipse.dstore.core.server" href="reference/api/org/eclipse/dstore/core/server/package-summary.html" />

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# Copyright (c) 2000, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
# Martin Oberhuber (Wind River) - Declare API provisional
# Martin Oberhuber (Wind River) - [314012] Remove provisional API declaration
###############################################################################
bin.includes = META-INF/,\
about.html,\
@ -26,6 +27,5 @@ bin.includes = META-INF/,\
index/,\
questions/,\
reference/,\
samples/,\
provisional_api.html
samples/
customBuildCallbacks = customBuildCallbacks.xml

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
@ -22,30 +22,5 @@ It provides an
</ul>
</div>
<h2>Provisional API</h2>
<table>
<!--
<table bgcolor="yellow" border="1">
<tr><th><b>API Status</b></th></tr>
-->
<tr><td>
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide more
public feedback and help further improving the APIs. Therefore,</p>
<p><b>As of TM / RSE 2.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after TM / RSE 2.0
in a not backward compatible way. We will make every sensible effort to
keep at least Source API Compatibility intact, but in cases where this would
lead to unnecessary code bloat we will go with API breakage. All such API changes will be voted on
by committers on the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for TM 3.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</td></tr></table>
</body>
</html>

View file

@ -5,7 +5,7 @@
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Using the Remote System Explorer API</title>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="../book.css">
</head>
@ -27,30 +27,5 @@ The API set supplied by the RSE can be roughly partitioned into three areas:
This guide will introduce the capabilities of the API, leaving the programming details to the
reference section.</p>
<h2>Provisional API</h2>
<table>
<!--
<table bgcolor="yellow" border="1">
<tr><th><b>API Status</b></th></tr>
-->
<tr><td>
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide more
public feedback and help further improving the APIs. Therefore,</p>
<p><b>As of TM / RSE 2.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after TM / RSE 2.0
in a not backward compatible way. We will make every sensible effort to
keep at least Source API Compatibility intact, but in cases where this would
lead to unnecessary code bloat we will go with API breakage. All such API changes will be voted on
by committers on the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for TM 3.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</td></tr></table>
</body>
</html>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
@ -13,7 +13,7 @@
<h3>
<a NAME="Notices"></a>Notices</h3>
<p>
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2007.
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2010.
</p>
<p>
<a href="about.html">Terms and conditions regarding the use of this guide.</a>

View file

@ -1,34 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Remote System Explorer API Status</title>
<meta name="copyright" content="Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="book.css">
</head>
<body bgcolor="#ffffff">
<h1>Remote System Explorer API Status</h1>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide more
public feedback and help further improving the APIs. Therefore,</p>
<p><b>As of TM / RSE 2.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after TM / RSE 2.0
in a not backward compatible way. We will make every sensible effort to
keep at least Source API Compatibility intact, but in cases where this would
lead to unnecessary code bloat we will go with API breakage. All such API changes will be voted on
by committers on the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for TM 3.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -19,7 +19,7 @@
<link toc="topics_Guide.xml" />
<anchor id="guide_additions"/>
</topic>
<topic label="Reference" href="provisional_api.html">
<topic label="Reference">
<link toc="topics_Reference.xml" />
<anchor id="reference_additions"/>
</topic>

View file

@ -29,7 +29,7 @@
<topic label="RSE Model API" href="guide/api/modelAPI.html" />
</topic>
<!-- topic label="Plugging into the RSE" href="guide/plugin.html" -->
<topic label="Plugging into the RSE" href="provisional_api.html">
<topic label="Plugging into the RSE">
<topic label="Extensions" href="guide/Extensions.html"/>
<topic label="Plugging in a Popup Menu" href="guide/plugin/popup.html" />
<topic label="Plugging in a Property Page" href="guide/plugin/propertypage.html" />

View file

@ -34,29 +34,29 @@
<anchor id="rse-extension-points-ref" />
</topic>
<topic label="Other reference information" href="provisional_api.html">
<topic label="Other reference information">
<topic label="Runtime options" href="reference/misc/runtime-options.html" />
</topic>
<topic label="Remote Systems API Reference By Topic" href="provisional_api.html">
<topic label="Core" href="provisional_api.html">
<topic label="Remote Systems API Reference By Topic">
<topic label="Core">
<topic label="org.eclipse.rse.core" href="reference/api/org/eclipse/rse/core/package-summary.html" />
<topic label="org.eclipse.rse.core.comm" href="reference/api/org/eclipse/rse/core/comm/package-summary.html" />
<topic label="org.eclipse.rse.core.events" href="reference/api/org/eclipse/rse/core/events/package-summary.html" />
<topic label="org.eclipse.rse.core.servicesubsystem" href="reference/api/org/eclipse/rse/core/servicesubsystem/package-summary.html" />
<topic label="org.eclipse.rse.core.subsystems" href="reference/api/org/eclipse/rse/core/subsystems/package-summary.html" />
</topic>
<topic label="Logging" href="provisional_api.html">
<topic label="Logging">
<topic label="org.eclipse.rse.logging" href="reference/api/org/eclipse/rse/logging/package-summary.html"/>
</topic>
<topic label="Model and Persistence" href="provisional_api.html">
<topic label="Model and Persistence">
<topic label="org.eclipse.rse.core.model" href="reference/api/org/eclipse/rse/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.core.filters" href="reference/api/org/eclipse/rse/core/filters/package-summary.html"/>
<topic label="org.eclipse.rse.core.references" href="reference/api/org/eclipse/rse/core/references/package-summary.html"/>
<topic label="org.eclipse.rse.persistence" href="reference/api/org/eclipse/rse/persistence/package-summary.html"/>
<topic label="org.eclipse.rse.persistence.dom" href="reference/api/org/eclipse/rse/persistence/dom/package-summary.html"/>
</topic>
<topic label="Common Client and Server Helpers" href="provisional_api.html">
<topic label="Common Client and Server Helpers">
<topic label="org.eclipse.rse.services.clientserver" href="reference/api/org/eclipse/rse/services/clientserver/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.java" href="reference/api/org/eclipse/rse/services/clientserver/java/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.messages" href="reference/api/org/eclipse/rse/services/clientserver/messages/package-summary.html"/>
@ -65,7 +65,7 @@
<topic label="org.eclipse.rse.services.clientserver.search" href="reference/api/org/eclipse/rse/services/clientserver/search/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.archiveutils" href="reference/api/org/eclipse/rse/services/clientserver/archiveutils/package-summary.html"/>
</topic>
<topic label="Basic Services Layer" href="provisional_api.html">
<topic label="Basic Services Layer">
<topic label="org.eclipse.rse.services" href="reference/api/org/eclipse/rse/services/package-summary.html"/>
<topic label="org.eclipse.rse.services.files" href="reference/api/org/eclipse/rse/services/files/package-summary.html"/>
<topic label="org.eclipse.rse.services.processes" href="reference/api/org/eclipse/rse/services/processes/package-summary.html"/>
@ -73,18 +73,18 @@
<topic label="org.eclipse.rse.services.shells" href="reference/api/org/eclipse/rse/services/shells/package-summary.html"/>
<topic label="org.eclipse.rse.services.terminals" href="reference/api/org/eclipse/rse/services/terminals/package-summary.html"/>
</topic>
<topic label="Services Implementations" href="provisional_api.html">
<topic label="Services Implementations">
<topic label="org.eclipse.rse.services.dstore" href="reference/api/org/eclipse/rse/services/dstore/package-summary.html"/>
<topic label="org.eclipse.rse.services.dstore.util" href="reference/api/org/eclipse/rse/services/dstore/util/package-summary.html"/>
</topic>
<topic label="DStore Miners" href="provisional_api.html">
<topic label="DStore Miners">
<topic label="org.eclipse.rse.dstore.universal.miners" href="reference/api/org/eclipse/rse/dstore/universal/miners/package-summary.html"/>
</topic>
<topic label="Connector Service Implementations" href="provisional_api.html">
<topic label="Connector Service Implementations">
<topic label="org.eclipse.rse.connectorservice.dstore" href="reference/api/org/eclipse/rse/connectorservice/dstore/package-summary.html"/>
<topic label="org.eclipse.rse.connectorservice.dstore.util" href="reference/api/org/eclipse/rse/connectorservice/dstore/util/package-summary.html"/>
</topic>
<topic label="File Subsystem" href="provisional_api.html">
<topic label="File Subsystem">
<topic label="org.eclipse.rse.subsystems.files.core" href="reference/api/org/eclipse/rse/subsystems/files/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.core.model" href="reference/api/org/eclipse/rse/subsystems/files/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.core.servicesubsystem" href="reference/api/org/eclipse/rse/subsystems/files/core/servicesubsystem/package-summary.html"/>
@ -95,7 +95,7 @@
<topic label="org.eclipse.rse.subsystems.files.local" href="reference/api/org/eclipse/rse/subsystems/files/local/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.ssh" href="reference/api/org/eclipse/rse/subsystems/files/ssh/package-summary.html"/>
</topic>
<topic label="Process Subsystem" href="provisional_api.html">
<topic label="Process Subsystem">
<topic label="org.eclipse.rse.subsystems.processes.core" href="reference/api/org/eclipse/rse/subsystems/processes/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.core.subsystem.impl" href="reference/api/org/eclipse/rse/subsystems/processes/core/subsystem/impl/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.core.subsystem" href="reference/api/org/eclipse/rse/subsystems/processes/core/subsystem/package-summary.html"/>
@ -104,7 +104,7 @@
<topic label="org.eclipse.rse.subsystems.processes.servicesubsystem" href="reference/api/org/eclipse/rse/subsystems/processes/servicesubsystem/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.shell.linux" href="reference/api/org/eclipse/rse/subsystems/processes/shell/linux/package-summary.html"/>
</topic>
<topic label="Shell Subsystem" href="provisional_api.html">
<topic label="Shell Subsystem">
<topic label="org.eclipse.rse.subsystems.shells.core.model" href="reference/api/org/eclipse/rse/subsystems/shells/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.core.subsystems" href="reference/api/org/eclipse/rse/subsystems/shells/core/subsystems/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem" href="reference/api/org/eclipse/rse/subsystems/shells/core/subsystems/servicesubsystem/package-summary.html"/>
@ -113,12 +113,12 @@
<topic label="org.eclipse.rse.subsystems.shells.ssh" href="reference/api/org/eclipse/rse/subsystems/shells/ssh/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.telnet" href="reference/api/org/eclipse/rse/subsystems/shells/telnet/package-summary.html"/>
</topic>
<topic label="Terminal Subsystem" href="provisional_api.html">
<topic label="Terminal Subsystem">
<topic label="org.eclipse.rse.subsystems.terminals.core" href="reference/api/org/eclipse/rse/subsystems/terminals/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.terminals.core.elements" href="reference/api/org/eclipse/rse/subsystems/terminals/core/elements/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.terminals.ssh" href="reference/api/org/eclipse/rse/subsystems/terminals/ssh/package-summary.html"/>
</topic>
<topic label="User Interface" href="provisional_api.html">
<topic label="User Interface">
<topic label="org.eclipse.rse.ui" href="reference/api/org/eclipse/rse/ui/package-summary.html"/>
<topic label="org.eclipse.rse.ui.actions" href="reference/api/org/eclipse/rse/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.ui.dialogs" href="reference/api/org/eclipse/rse/ui/dialogs/package-summary.html"/>
@ -137,7 +137,7 @@
<topic label="org.eclipse.rse.ui.widgets.services" href="reference/api/org/eclipse/rse/ui/widgets/services/package-summary.html"/>
<topic label="org.eclipse.rse.ui.wizards" href="reference/api/org/eclipse/rse/ui/wizards/package-summary.html"/>
</topic>
<topic label="File UI" href="provisional_api.html">
<topic label="File UI">
<topic label="org.eclipse.rse.files.ui" href="reference/api/org/eclipse/rse/files/ui/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.actions" href="reference/api/org/eclipse/rse/files/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.compare" href="reference/api/org/eclipse/rse/files/ui/compare/package-summary.html"/>
@ -145,10 +145,10 @@
<topic label="org.eclipse.rse.files.ui.resources" href="reference/api/org/eclipse/rse/files/ui/resources/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.widgets" href="reference/api/org/eclipse/rse/files/ui/widgets/package-summary.html"/>
</topic>
<topic label="Process UI" href="provisional_api.html">
<topic label="Process UI">
<topic label="org.eclipse.rse.processes.ui" href="reference/api/org/eclipse/rse/processes/ui/package-summary.html"/>
</topic>
<topic label="Shell UI" href="provisional_api.html">
<topic label="Shell UI">
<topic label="org.eclipse.rse.shells.ui" href="reference/api/org/eclipse/rse/shells/ui/package-summary.html"/>
<topic label="org.eclipse.rse.shells.ui.view" href="reference/api/org/eclipse/rse/shells/ui/view/package-summary.html"/>
</topic>