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 "DTP Releng"

(How to check out source code according to map files)
(How to check out source code according to map files)
Line 15: Line 15:
 
An easier way is to use the org.eclipse.releng.tools plug-in (at the end of the platform download page for each build):  
 
An easier way is to use the org.eclipse.releng.tools plug-in (at the end of the platform download page for each build):  
  
- Check out org.eclipse.dtp.releng with the tag you like<br/>
+
- Check out org.eclipse.datatools.releng with the tag you like<br/>
- Select the cvs project(s) you're interested in <br/>
+
  For release later than Galileo M5, you may need to check out map projects:
- Choose context menu > Replace With > Released <br/>
+
  org.eclipse.datatools.connectivity.releng or
 +
  org.eclipse.datatools.enablement.releng or
 +
  org.eclipse.datatools.modelbase.releng or
 +
  org.eclipse.datatools.sqltools.releng
  
This should fetch each project's tag from the map files and check out the correct version.
+
- Choose the map file that contains the project that you are interested in<br/>
 +
- Choose context menu > Team > Load Map Projects<br/>
 +
 
 +
This should load all projects defined in map file into your workspace, with the tag in map file.

Revision as of 03:22, 12 February 2009

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 platform download page for each build):

- Check out org.eclipse.datatools.releng with the tag you like

 For release later than Galileo M5, you may need to check out map projects:
 org.eclipse.datatools.connectivity.releng or
 org.eclipse.datatools.enablement.releng or
 org.eclipse.datatools.modelbase.releng or
 org.eclipse.datatools.sqltools.releng

- Choose the map file that contains the project that you are interested in
- Choose context menu > Team > Load Map Projects

This should load all projects defined in map file into your workspace, with the tag in map file.

Back to the top