mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
40 lines
1.5 KiB
HTML
Executable file
40 lines
1.5 KiB
HTML
Executable file
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
|
<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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="Author" content="IBM">
|
|
<title>RSE Overview - Map of RSE Plug-ins</title>
|
|
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>RSE Overview - Map of RSE Plug-ins</h1>
|
|
<p>The Remote System Explorer provides a comprehensive environment for managing remote resources and processes </p>
|
|
<p>The Remote System Explorer tooling itself is divided up into a number of separate
|
|
plug-ins. The following table shows which API packages are found in which plug-ins as of
|
|
Eclipse 3.0. This table is useful
|
|
for determining which plug-ins a given plug-in should include as prerequisites.
|
|
</p>
|
|
<table border="1" width="80%" align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td><b>API Package</b></td>
|
|
<td><b>Required plug-in id</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>org.eclipse.rse.core[.*]</tt></td>
|
|
<td><tt>org.eclipse.rse.core</tt></td>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>org.eclipse.rse.ui[.*]</tt></td>
|
|
<td><tt>org.eclipse.rse.ui</tt></td>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>junit.*</tt></td>
|
|
<td><tt>org.junit</tt></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|