blob: 3bf0948dce7f3661917ee2ecc705c133e9433055 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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>PDE Overview</title>
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>Map of PDE Plug-ins</h1>
<p>The PDE provides a comprehensive plug-in development
environment. </p>
<p>PDE itself is divided up into a number of separate
plug-ins. The following table shows which API packages are found in which plug-ins
(the most commonly referenced API packages are highlighted). 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>Plug-in id</b></td>
</tr>
<tr>
<td><tt>org.eclipse.pde.core[.*]</tt></td>
<td><tt>org.eclipse.pde.core</tt></td>
</tr>
<tr>
<td><tt>org.eclipse.pde.ui[.*]</tt></td>
<td><tt>org.eclipse.pde.ui</tt></td>
</tr>
</tbody>
</table>
</body>
</html>