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 "UPR Developer Info"

m (Committer (project member) info)
Line 30: Line 30:
 
Things to be done to be able to offer nightly builds:
 
Things to be done to be able to offer nightly builds:
  
* Create nightly build on Eclipse Hudson:  
+
* Wait for Hudson instance for nightly to be created, then configure:
 +
*: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425914
 
*: http://wiki.eclipse.org/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:  
 
* Sign created bundles:  
 
*: http://www.codetrails.com/blog/sign-your-eclipse-project
 
*: http://www.codetrails.com/blog/sign-your-eclipse-project

Revision as of 13:49, 16 January 2014

General Info

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.

All profiles of the UPR are static profiles, instead of dynamic profiles (which are more common). This means that it is not defined by having the corresponding EMF classes for the stereotypes being attached to the profile, but by having a separate EMF GenModel for the profile that can be used to generate Java code. This e.g. enables implementing derived properties in Java. For more information have a look here:
http://nyssen.blogspot.de/2009/09/defining-static-profiles-with-eclipse.html
For infos how to define dynamic profiles, have a look here:
http://wiki.eclipse.org/MDT/UML2/Introduction_to_UML2_Profiles#Defining_Profiles

Contributor Info

If you are not a project member but want to contribute (e.g. provide a new profile or fix an existing bug), have a look here:
http://wiki.eclipse.org/Development_Resources/Contributing_via_Git


Committer (project member) Info

Since the project is still in starting phase the following info should be considered reading:


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


Things to be done for a release:

Back to the top