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)
 
(24 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
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  ==
Line 17: Line 17:
 
*[[PDE/Incubator|PDE Incubator]]
 
*[[PDE/Incubator|PDE Incubator]]
  
== Planning ==
+
== Quick Links ==
  
[[Image:New.gif]] [[PDE/Meetings|PDE Team Meetings]] - Agendas and Minutes for PDE weekly status meetings
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
[[Image:New.gif]] [[PDE/Plan/3.6|3.6 Plan]] - View and add items to the PDE 3.6 plan
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
[[PDE/Ideas|Wishlist]] - PDE wishlist for future releases
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
  
[[PDE/Retrospective|Retrospective]] - What we did well, what we could do better
+
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
 +
 
 +
[[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 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
 
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
  
=== Articles  ===
+
[[Category:Eclipse_Project]]
 
+
*[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  ==
+
 
+
=== 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]
+
 
+
== 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 title="PDE Calendar" width="100%">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