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

DTP Releng

Revision as of 05:45, 18 April 2008 by Xgu.actuate.com (Talk | contribs) (Working with DTP Map Files)

Back to DTP Main Page

Introduction

This page collects resources Eclipse Data Tools Platform (DTP) release engineering.

Building DTP

Working with DTP Map Files

  • An index from plug-in ID to map file(s) can be found here.
  • Information about a map file management plug-in can be found here.

How to check out source code according to map files

An easier way is to use the org.eclipse.releng.tools plug-in (at the end of the download page for each build):

- Check out org.eclipse.dtp.releng with tag you like - Select the cvs project(s) you're interested in - Choose context menu > Replace With > Released

This should fetch each project's tag from the map files and check out the correct version.

Back to the top