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"

(New page: A collection of useful pages for Eclipse project developers == Git / Gerrit == * Git Workflows - How to use git for Eclipse development == Plug-ins an...)
 
(Git)
(6 intermediate revisions by one other user not shown)
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
 +
* [[Gerrit]] - How to configure and use gerrit
  
== Plug-ins and Bundles ==  
+
== API and Refactoring ==  
  
 +
* [[Generify A Java Project]] - Adding generics to your project and APIs
 +
* [[Menu Contributions]] - Moving actions to the commands framework
 
* [[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]]
== API and Refactoring ==
+
 
+
[[Generify_A_Java_Project]] - Adding generics to your project and APIs
+
[[Menu_Contributions]] - Moving actions to the commands framework
+
  
 
== Release Engineering ==  
 
== Release Engineering ==  
  
* [[Eclipse_Project_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
  
 
== Common User Problems ==
 
== Common User Problems ==
  
* [[IRC_FAQ]] -  
+
* [[IRC FAQ]] - Common issues brought up on IRC
* [[The_Official_Eclipse_FAQs]]
+
* [[The Official Eclipse FAQs]] - Official collection frequently asked questions
  
  
 
[[Category:Eclipse_Project]][[Category:FAQ]]
 
[[Category:Eclipse_Project]][[Category:FAQ]]

Revision as of 09:54, 13 March 2013

A collection of useful pages for Eclipse project developers

Git

  • Git Workflows - How to use git for Eclipse development
  • Gerrit - How to configure and use gerrit

API and Refactoring

Release Engineering

Common User Problems

Copyright © Eclipse Foundation, Inc. All Rights Reserved.