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

Bug 314262 - [doc][releng] Error indexing rse.isv docs

This commit is contained in:
Martin Oberhuber 2010-05-26 23:53:02 +00:00
parent bdd58cec35
commit a193a09abd
3 changed files with 5 additions and 8 deletions

View file

@ -64,7 +64,6 @@ org.eclipse.rse.core.events
org.eclipse.rse.core.filters
org.eclipse.rse.core.model
org.eclipse.rse.core.references
org.eclipse.rse.core.servicesubsystem
org.eclipse.rse.core.subsystems
org.eclipse.rse.dstore.universal.miners
org.eclipse.rse.files.ui

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?> <!--
Copyright (c) 2005, 2008 IBM Corporation and others.
Copyright (c) 2005, 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
@ -43,7 +43,6 @@
<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">

View file

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Martin Oberhuber (Wind River)">
<meta name="Copyright" content="Copyright (c) 2008 Wind River Systems, Inc. and others.">
<meta name="Copyright" content="Copyright (c) 2008, 2010 Wind River Systems, Inc. and others.">
<meta name="License" content="Made available under the terms of the Eclipse Public License v1.0.">
<title>Package-level Javadoc</title>
</head>
@ -34,7 +34,7 @@ pattern:
ensures that future evolving of the ITerminalShell interface
can be done without breaking binary compatibility with extenders implementing it.</li>
<li><code><a href="BaseShellDecorator.html">BaseShellDecorator</a></code> and
<code><a href="">TerminalShellDecorator</a></code> abstract base
<code><a href="TerminalShellDecorator">TerminalShellDecorator</a></code> abstract base
classes should be used when clients want to add functionality by decorating
an existing IBaseShell or ITerminalShell object they have. Again, extending
these not only saves the extender typing default delegation methods, but also
@ -43,7 +43,7 @@ pattern:
is the RSE Service Interface, and currently only
provides one factory method <code>launchTerminal()</code> for creating
a new Terminal Connection.
<code><a href="">AbstractTerminalService</a></code> must be used as base
<code><a href="AbstractTerminalService">AbstractTerminalService</a></code> must be used as base
class by extenders who wish to implement the ITerminalService, in order to ensure
binary compatibility in case the interface evolves - even though
the AbstractTerminalService is currently empty.</li>
@ -51,8 +51,7 @@ pattern:
The classes and interfaces in this package are designed to have only minimal
dependency into Eclipse core APIs, such that Services can eventually be re-used in
environments outside Eclipse. Especially
<code><a href="IBaseShell.html">IBaseShell</a></code>, along with
<code><a href="ProcessBaseShell.html">ProcessBaseShell</a></code> and
<code><a href="IBaseShell.html">IBaseShell</a></code> and
<code><a href="BaseShellDecorator.html">BaseShellDecorator</a></code> are usable in
any environment, provided that mock objects are provided for Eclipse
IAdaptable and PlatformObject.