blob: 3040d5f5b3b2b921dea3a8b6200831a4923a6372 [file]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<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">
<meta name="Author" content="IBM">
<title>PDE Overview</title>
<link rel="STYLESHEET" href="../../book.css" 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.launching[.*]</tt></td>
<td><tt>org.eclipse.pde.launching</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>