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

Difference between revisions of "Xpand/Release Engineering"

Line 1: Line 1:
 +
This page summarizes links and hints that handle the things done around the creation of Xpand releases. Note the general [http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews Release Review Guideline] from Eclipse.
 +
 
=== IP Log  ===
 
=== IP Log  ===
  

Revision as of 05:13, 4 June 2013

This page summarizes links and hints that handle the things done around the creation of Xpand releases. Note the general Release Review Guideline from Eclipse.

IP Log

Verify IP Contributions Report

Generate the IP Log with this link: www.eclipse.org/projects/ip_log.php?projectid=modeling.m2t.xpand

Version

An Ant script is provided to set the Xpand major version across the project into MANIFEST.MF, feature.xml files. Execute

   releng\org.eclipse.xpand.releng\versions.xml

and call the set-version target. The target expects that a parameter "newVersion" is passed.

New and Noteworthy

Before a release make sure that the New and Noteworthy page is up-to-date.

Bugzilla

Report for inclusion in release docuware

Back to the top