forked from eclipse-pde/eclipse.pde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview-pde.html
More file actions
51 lines (50 loc) · 1.59 KB
/
overview-pde.html
File metadata and controls
51 lines (50 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2013. 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=utf-8">
<meta name="Author" content="IBM">
<title>PDE Overview</title>
<link rel="STYLESHEET" href="../../book.css" type="text/css">
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
</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 style="margin: 0px auto; width: 80%;">
<tbody>
<tr>
<td><b>API Package</b></td>
<td><b>Plug-in id</b></td>
</tr>
<tr>
<td><code>org.eclipse.pde.api.tools.annotations[.*]</code></td>
<td><code>org.eclipse.pde.api.tools.annotations</code></td>
</tr>
<tr>
<td><code>org.eclipse.pde.core[.*]</code></td>
<td><code>org.eclipse.pde.core</code></td>
</tr>
<tr>
<td><code>org.eclipse.pde.launching[.*]</code></td>
<td><code>org.eclipse.pde.launching</code></td>
</tr>
<tr>
<td><code>org.eclipse.pde.ui[.*]</code></td>
<td><code>org.eclipse.pde.ui</code></td>
</tr>
</tbody>
</table>
</body>
</html>