Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

UPR Developer Info

Revision as of 12:53, 14 January 2014 by Unnamed Poltroon (Talk) (Created page with "The project uses GIT as source control system. The repository is located here: git.eclipse.org/c/www.eclipse.org/upr.git Maven/Tycho is used to build the project. Since the ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The project uses GIT as source control system. The repository is located here: git.eclipse.org/c/www.eclipse.org/upr.git

Maven/Tycho is used to build the project.

Since the project is still in starting phase the following info should be considered: http://wiki.eclipse.org/Development_Resources/The_First_90_Days

Things to be done to be able to offer nightly builds:

* Create nightly build on Eclipse Hudson: 
  http://wiki.eclipse.org/Hudson
  https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Hudson&short_desc=HIPP%20for%20upr
* Sign created bundles: 
  http://www.codetrails.com/blog/sign-your-eclipse-project
* Create reproducible version identifiers for nightly builds: 
  http://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers

Things to be done for a release:

* Have a release review: http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews

Back to the top