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 "Eclipse/Committers/FAQ"

(API and Refactoring)
Line 11: Line 11:
 
* [[Generify A Java Project]] - Adding generics to your project and APIs
 
* [[Generify A Java Project]] - Adding generics to your project and APIs
 
* [[Menu Contributions]] - Moving actions to the commands framework
 
* [[Menu Contributions]] - Moving actions to the commands framework
 +
* [[Naming Conventions]] - How to name your bundles, projects and extensions
 
* [[Version Numbering]] - When to change your bundle's version
 
* [[Version Numbering]] - When to change your bundle's version
 
* [[Evolving_Java-based_APIs|Evolving Java-based APIs]] - The go to document on developing your APIs.  Also see [[Evolving_Java-based_APIs_2|Part 2]] and [[Evolving_Java-based_APIs_3|Part 3]]
 
* [[Evolving_Java-based_APIs|Evolving Java-based APIs]] - The go to document on developing your APIs.  Also see [[Evolving_Java-based_APIs_2|Part 2]] and [[Evolving_Java-based_APIs_3|Part 3]]

Revision as of 11:16, 11 April 2013

A collection of useful pages for Eclipse project developers

Git

API and Refactoring

Release Engineering

Common User Problems

Back to the top