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"

(Meetings)
m (Quick Links)
 
(42 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox
+
{{PDE}}  
| name = PDE
+
| download = http://download.eclipse.org/eclipse/downloads/
+
| website = http://www.eclipse.org/pde
+
| list = pde-dev
+
| newsgroup = eclipse.platform
+
| product = PDE
+
}}
+
  
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.
+
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.  
  
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.
+
The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.  
  
== User Resources ==
+
== Components  ==
  
=== Web Sites ===
+
PDE is divided into a series of components:  
* [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
+
  
=== Articles ===
+
*[[PDE/UI|PDE UI]]  
* [http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins]
+
*[[PDE/Build|PDE Build]]  
* [http://www-128.ibm.com/developerworks/library/os-eclipse-pde/ Building Templates with PDE]
+
*[[PDE/API Tools|PDE API Tools]]
* [http://www.eclipse.org/pde/pde-ui/articles/cheat_sheet_dev_workflow/ Recommend Work Flow for Cheat Sheet Development]
+
  
== Developer Resources ==
+
In addition PDE has an incubator for developing and testing innovative ideas:
  
=== Meetings ===
+
*[[PDE/Incubator|PDE Incubator]]
  
Every Tuesday @ 1:15pm CDT
+
== Quick Links  ==
  
Conference ID:                                      1696709
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
Local Dial-in number:                              416-343-2607
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
Toll-free Dial-in number:                          1 866-245-5059
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
  
=== Architecture ===
+
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
  
* [http://wiki.eclipse.org/PDE/Architecture/Models PDE Core Models]
+
[[PDE/4.4TargetChanges|4.4 Target Platform Changes]] - Changes made to the target platform API and PDE models in 4.4 Luna
  
=== Mailing Lists ===
+
=== Web Sites  ===
  
* [http://dev.eclipse.org/mailman/listinfo/pde-dev General PDE Questions]
+
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
* [http://dev.eclipse.org/mailman/listinfo/pde-ui-dev PDE UI]
+
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
* [http://dev.eclipse.org/mailman/listinfo/pde-build-dev PDE Build]
+
  
=== Links ===
+
[[Category:Eclipse_Project]]
 
+
* [https://bugs.eclipse.org/bugs/ Eclipse Bugzilla]
+
* [http://wiki.eclipse.org/PDE/Incubator PDE Incubator]
+
* [http://wiki.eclipse.org/index.php/PDE/BugzillaTags PDE Bugzilla Tags]
+
* [http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE]
+
* [http://wiki.eclipse.org/PDE/CodingConventions Coding Conventions]
+

Latest revision as of 16:30, 29 August 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

4.4 Target Platform Changes - Changes made to the target platform API and PDE models in 4.4 Luna

Web Sites

Back to the top