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 "Modeling Project Releng"

Line 6: Line 6:
  
 
<blockquote>
 
<blockquote>
 +
# [[Modeling_Project_Component_Creation | Component Creation]]
 
# [[Modeling Project Releng Module | Releng Module]]
 
# [[Modeling Project Releng Module | Releng Module]]
 
# [[Modeling Project Releng/Plugin And Feature Files | Plugin And Feature Files]]
 
# [[Modeling Project Releng/Plugin And Feature Files | Plugin And Feature Files]]

Revision as of 19:45, 29 August 2007

This document is directed to the Eclipse Modeling Framework Technologies (EMFT) [1] component owners and was created help them to set up and run their builds. It describes the existing procedures that all EMFT components are required to adopt, describing, for example, how the files should be organized, what the build files are, and the Integration and Milestone release process.

Note that many of the tips and tricks described herein apply to EMF, MDT, and M2T builds as well.

Throughout this document are references to releng (Release Engineering) files which need to be configured along the way. When a project is first being created, these steps are normally not started until after all the plugin content is in CVS. Then, and only then, the Modeling Project Releng Module can be created for the new project, and builds can begin.

  1. Component Creation
  2. Releng Module
  3. Plugin And Feature Files
  4. Building Zips And Jars
  5. Branching
  6. Releasing
  7. Maintenance

Back to the top