Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDE"

(Developer Resources)
(46 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.
+
{{PDE}}
  
The PDE subproject provides a comprehensive set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.
+
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.  
  
== User Resources ==
+
The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.
  
=== Web Sites ===
+
== Components  ==
* [http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site.
+
* [http://www.eclipse.org/pde/pde-ui/ PDE UI Home Page] - The home of the PDE UI team
+
* [http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
+
  
=== Articles ===
+
PDE is divided into a series of components:  
* [http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins]
+
* [http://www-128.ibm.com/developerworks/library/os-eclipse-pde/ Building Templates with PDE]
+
* [http://www.eclipse.org/pde/pde-ui/articles/cheat_sheet_dev_workflow/ Recommend Work Flow for Cheat Sheet Development]
+
  
== Developer Resources ==
+
*[[PDE/UI|PDE UI]]
 +
*[[PDE/Build|PDE Build]]
 +
*[[PDE/API Tools|PDE API Tools]]
  
* [https://bugs.eclipse.org/bugs/ Eclipse Bugzilla]
+
In addition PDE has an incubator for developing and testing innovative ideas:
* [http://wiki.eclipse.org/index.php/PDE_UI_Incubator PDE Incubator]
+
 
* [http://wiki.eclipse.org/index.php/PDE/BugzillaTags PDE Bugzilla Tags]
+
*[[PDE/Incubator|PDE Incubator]]
* [http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE]
+
 
 +
== Quick Links  ==
 +
 
 +
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
 +
 
 +
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
 +
 
 +
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
 +
 
 +
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
 +
 
 +
=== Web Sites  ===
 +
 
 +
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
 +
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
 +
 
 +
[[Category:Eclipse_Project]]

Revision as of 11:14, 17 June 2013

PDE
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Welcome to the Plug-in Development Environment (PDE) Wiki Page.

The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.

Components

PDE is divided into a series of components:

In addition PDE has an incubator for developing and testing innovative ideas:

Quick Links

4.4 Plan - PDE plan for the 4.4 (Luna) release

Testing - Test plans, scenarios, test data and more

Eclipse Committer FAQs - Important pages for Eclipse developers

Handling Git Contributions - Necessary IP process for contribution through git and github

Web Sites

Back to the top