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"

m
m (Quick Links)
 
(28 intermediate revisions by 4 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
+
| viewvc = pde/
+
| psf = http://dev.eclipse.org/viewcvs/index.cgi/pde/org.eclipse.pde.releng/pde-all.psf?view=co
+
}}
+
  
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 centered around plug-in development.
+
The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.  
  
== Components ==
+
== Components ==
  
PDE is divided into a series of components:
+
PDE is divided into a series of components:  
  
* [[PDE/UI|PDE UI]]
+
*[[PDE/UI|PDE UI]]  
* [[PDE/Build|PDE Build]]
+
*[[PDE/Build|PDE Build]]  
* [[PDE/API Tools|PDE API Tools]]
+
*[[PDE/API Tools|PDE API Tools]]
  
In addition PDE has an incubator for developing and testing innovative ideas:
+
In addition PDE has an incubator for developing and testing innovative ideas:  
  
* [[PDE/Incubator|PDE Incubator]]
+
*[[PDE/Incubator|PDE Incubator]]
  
== Planning ==
+
== Quick Links  ==
  
[[Image:New.gif]] [[PDE/Plan/3.6|3.6 Plan]] - View and add items to the PDE 3.6 plan
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
[[PDE/Ideas|Wishlist]] - PDE wishlist for future releases
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
[[PDE/Retrospective|Retrospective]] - What we did well, what we could do better
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
  
== User Resources ==
+
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
  
[[Image:New.gif]] [[PDE/Target Definitions|Target Definitions]] - Additional information, troubleshooting, tips and tricks for creating target definitions
+
[[PDE/4.4TargetChanges|4.4 Target Platform Changes]] - Changes made to the target platform API and PDE models in 4.4 Luna
  
=== Web Sites ===
+
=== 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
+
  
=== Articles ===
+
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
* [http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins]
+
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
* [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 ==
+
[[Category:Eclipse_Project]]
 
+
=== Architecture ===
+
 
+
* [[PDE/Architecture/Models|PDE Core Models]]
+
* [[PDE/CodingConventions|Coding Conventions]]
+
 
+
=== Bug Tracking ===
+
 
+
* [https://bugs.eclipse.org/bugs/ Eclipse Bugzilla]
+
* [[PDE/BugzillaTags|PDE Bugzilla Tags]]
+
* [http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE]
+
 
+
=== Mailing Lists ===
+
 
+
* [http://dev.eclipse.org/mailman/listinfo/pde-dev General PDE Questions]
+
* [http://dev.eclipse.org/mailman/listinfo/pde-ui-dev PDE UI]
+
* [http://dev.eclipse.org/mailman/listinfo/pde-build-dev PDE Build]
+
 
+
==Schedule==
+
The PDE team harmonizes it schedule with the Eclipse release trains.  In addition to the release and milestone events, there are a number of conference calls and meetings.  All of this is tracked in the [http://www.google.com/calendar/embed?src=1719lmg11ibgfgr4pvhsr1ltqg@group.calendar.google.com&ctz=America/Toronto PDE Calendar]
+
 
+
The calendar is available in the following formats:
+
[http://www.google.com/calendar/ical/1719lmg11ibgfgr4pvhsr1ltqg@group.calendar.google.com/public/basic.ics ICal],
+
[http://www.google.com/calendar/feeds/1719lmg11ibgfgr4pvhsr1ltqg@group.calendar.google.com/public/basic ATOM News Feed],
+
[http://www.google.com/calendar/embed?src=1719lmg11ibgfgr4pvhsr1ltqg@group.calendar.google.com&ctz=America/Toronto HTML]
+
 
+
<googlecalendar width="100%" title="PDE Calendar">1719lmg11ibgfgr4pvhsr1ltqg@group.calendar.google.com</googlecalendar>
+
 
+
 
+
[[Category:PDE]]
+
[[Category:Eclipse Project]]
+

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