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"

(New page: === IP Log === Generate the IP Log with this link: [http://www.eclipse.org/projects/ip_log.php?projectid=modeling.m2t.xpand www.eclipse.org/projects/ip_log.php?projectid=modeling.m2t.xpa...)
 
m (IP Log)
 
(9 intermediate revisions by the same user not shown)
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  ===
  
Generate the IP Log with this link: [http://www.eclipse.org/projects/ip_log.php?projectid=modeling.m2t.xpand www.eclipse.org/projects/ip_log.php?projectid=modeling.m2t.xpand]  
+
Verify [http://www.eclipse.org/projects/tools/ip_contribution_review.php?id=modeling.m2t.xpand IP Contributions Report]
  
=== Version<br> ===
+
Generate the IP Log with this link: [https://projects.eclipse.org/projects/modeling.m2t.xpand/generate-iplog https://projects.eclipse.org/projects/modeling.m2t.xpand/generate-iplog]
 +
 
 +
Log in at bottom of IP Log page. Verify, correct and submit changes.
 +
 
 +
=== Version ===
  
 
An Ant script is provided to set the Xpand major version across the project into MANIFEST.MF, feature.xml files. Execute<br>
 
An Ant script is provided to set the Xpand major version across the project into MANIFEST.MF, feature.xml files. Execute<br>
Line 10: Line 16:
  
 
and call the set-version target. The target expects that a parameter "newVersion" is passed.<br>
 
and call the set-version target. The target expects that a parameter "newVersion" is passed.<br>
 +
 +
=== New and Noteworthy ===
 +
 +
Before a release make sure that the [[Xpand_New_And_Noteworthy|New and Noteworthy]] page is up-to-date.
 +
 +
=== Bugzilla ===
 +
 +
[https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_status&y_axis_field=bug_severity&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&classification=Modeling&product=M2T&component=Xpand&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_id=&bug_id_type=anyexact&votes=&votes_type=greaterthaneq&emailtype1=substring&email1=&emailtype2=substring&email2=&emailtype3=substring&email3=&chfieldvalue=&chfieldfrom=&chfieldto=Now&j_top=AND&f0=OP&j0=AND&f1=OP&j1=OR&f2=noop&o2=noop&v2=&f3=CP&f4=CP&f5=noop&o5=noop&v5=&format=table&action=wrap Report] for inclusion in release docuware
 +
 +
=== Release Review ===
 +
 +
[https://projects.eclipse.org/projects/modeling.m2t.xpand/next-release Schedule Review]

Latest revision as of 17:25, 12 December 2016

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: https://projects.eclipse.org/projects/modeling.m2t.xpand/generate-iplog

Log in at bottom of IP Log page. Verify, correct and submit changes.

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

Release Review

Schedule Review

Back to the top