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"

(Release Engineering)
Line 1: Line 1:
 
A collection of useful pages for Eclipse project developers
 
A collection of useful pages for Eclipse project developers
  
== Git / Gerrit ==  
+
== Git ==  
  
 
* [[Platform-releng/Git_Workflows|Git Workflows]] - How to use git for Eclipse development
 
* [[Platform-releng/Git_Workflows|Git Workflows]] - How to use git for Eclipse development
 
== Plug-ins and Bundles ==
 
 
* [[Version_Numbering]] - When to change your bundle's version
 
  
 
== API and Refactoring ==  
 
== API and Refactoring ==  
Line 13: Line 9:
 
* [[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
 +
* [[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 12:23, 8 March 2013

A collection of useful pages for Eclipse project developers

Git

API and Refactoring

Release Engineering

Common User Problems

Copyright © Eclipse Foundation, Inc. All Rights Reserved.