You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/User_Guide.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,6 @@ PDE is broken into three main components:
83
83
* API Tooling - Tooling to assist API documentation and maintenance
84
84
* Build - Ant-based tools and scripts to automate build processes
85
85
86
-
Discover the latest features in the What's New section.
87
-
88
86
**PDE UI**
89
87
90
88
PDE UI provides editors, wizards, launchers, views, and other tools to create a fully-featured environment to develop and deploy Eclipse plug-ins, fragments, features, update sites, RCP products, and OSGi bundles.
@@ -120,17 +118,14 @@ Some of the features include:
120
118
***API Leak Analysis** : Identify API types and methods that leak non-API types.
121
119
***Quick Fixes** : Quick fixes are provided to adjust plug-in versions and @since tags appropriately.
122
120
123
-
To get started, see the tasks:
124
-
125
-
TODO
126
121
127
122
**PDE Build**
128
123
129
-
PDE Build facilitates the automation of plug-in build processes. PDE Build produces Ant scripts based on development-time information provided by, for example, the plugin.xml and build.properties files. The generated Ant scripts, can fetch the relevant projects from a CVS repository, build jars, Javadoc, source zips, put everything together in a format ready to ship, and send it out to a remote location (e.g., a local network or a downloads server).
124
+
PDE Build facilitates the automation of plug-in build processes.
125
+
PDE Build produces Ant scripts based on development-time information provided by, for example, the plugin.xml and build.properties files.
126
+
The generated Ant scripts, can fetch the relevant projects from a CVS repository, build jars, Javadoc, source zips, put everything together in a format ready to ship, and send it out to a remote location (e.g., a local network or a downloads server).
130
127
131
-
To get started, see the following:
132
-
133
-
TODO
128
+
PDE build is not actively enhanced anymore as the platform moved to a Maven Tycho build.
134
129
135
130
Concepts
136
131
========
@@ -215,7 +210,7 @@ The target platform and your target definitions are managed on the Target Platfo
215
210
216
211
By default PDE provides a default target platform which simply points to the plug-ins in your currently running Eclipse instance (often referred to as your host). For Eclipse plug-in developers this might be all you need. RCP developers must be more careful managing their target as adding dependencies increases the size and complexity of their application. When creating a new target definition for RCP, consider using the RCP template (available with or without source).
217
212
218
-
For up to the minute target troubleshooting help see the Target Definitions Wiki Page.
213
+
See https://github.com/eclipse-pde/eclipse.pde/blob/master/docs/Target_Definitions.md
0 commit comments