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"

(Git)
 
(4 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
* [[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
 
* [[Gerrit]] - How to configure and use gerrit
 
* [[Gerrit]] - How to configure and use gerrit
 +
* [[Platform-releng/Git_Workflows#Gerrit_workflow_for_a_committer|Gerrit for Committers]] - Git and Gerrit workflows for committers
  
 
== API and Refactoring ==  
 
== API and Refactoring ==  
Line 10: 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
* [[Version_Numbering]] - When to change your bundle's version
+
* [[Naming Conventions]] - How to name your bundles, projects and extensions
 +
* [[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]]
 +
* [[How to add things to the Eclipse doc]] - Steps to take when adding new plug-ins or packages
  
 
== Release Engineering ==  
 
== Release Engineering ==  
Line 17: Line 20:
 
* [[Eclipse Project Update Sites|Update Sites]] - A list of composite p2 repositories Eclipse projects can be installed from
 
* [[Eclipse Project Update Sites|Update Sites]] - A list of composite p2 repositories Eclipse projects can be installed from
 
* [http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html Eclipse Build Schedule] - Scheduled Eclipse builds
 
* [http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html Eclipse Build Schedule] - Scheduled Eclipse builds
 +
* [[Platform-releng/Platform_Build]] - Steps to build Eclipse using CBI technologies
  
 
== Common User Problems ==
 
== Common User Problems ==

Latest revision as of 12:47, 16 September 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.