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 "Releng Map File Tool"

(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...)
 
 
Line 6: Line 6:
 
*Tagging your plugins, and update map files automatically  
 
*Tagging your plugins, and update map files automatically  
 
*''ONLY'' tag changed plugins.  
 
*''ONLY'' tag changed plugins.  
  You do not need to compare your code with last TAG manually. It performs automatically.  
+
*You do not need to compare your code with last TAG manually. It performs automatically.  
 
    
 
    
 
==How to use==
 
==How to use==

Latest revision as of 18:27, 29 February 2008

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