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

Releng Map File Tool

Revision as of 18:26, 29 February 2008 by John.graham.sybase.com (Talk | contribs) (New page: {{Back To|name=DTP Release Engineering|href=DTP Releng}} ==“Release” tools org.eclipse.releng.tools== A small plugin developed by Eclipse platform team that a developer can use with t...)

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

Back to DTP Release Engineering

“Release” tools org.eclipse.releng.tools

A small plugin developed by Eclipse platform team that a developer can use with tagging plugins and updating map files.

What can it do

  • Tagging your plugins, and update map files automatically
  • ONLY tag changed plugins.
  You do not need to compare your code with last TAG manually. It performs automatically. 
 

How to use

The instructions are sparse, but it's fairly straightforward

  • After successful installation, it will appear in the right-click menu.
  • Make sure org.eclipse.datatools.releng exists in your workspace.
  • Right click the project(s) that you need to tag. Choose “Team”->”Release…”.
  • You only need to input the tag name before it finishes.

How to install

Back to the top