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 (Quick Links)
 
(37 intermediate revisions by 6 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 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|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  ==
  
* [[PDE/Ideas|Wishlist]] - PDE wishlist for 3.5 and beyond
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
== User Resources ==
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
=== Web Sites ===
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
* [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 ===
+
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
* [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/4.4TargetChanges|4.4 Target Platform Changes]] - Changes made to the target platform API and PDE models in 4.4 Luna
  
=== Architecture ===
+
=== Web Sites  ===
  
* [[PDE/Architecture/Models|PDE Core Models]]
+
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
* [[PDE/CodingConventions|Coding Conventions]]
+
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
  
=== Bug Tracking ===
+
[[Category:Eclipse_Project]]
 
+
* [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 Equinox 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 Equinox 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="Equinox 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