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)
(Building DTP)
Line 6: Line 6:
 
*[[ DTP Releng Instructions| How to build DTP from CVS using PDE Basebuilder]]
 
*[[ DTP Releng Instructions| How to build DTP from CVS using PDE Basebuilder]]
 
*Details about the former build system used for DTP 1.6 through mid-M6 (early March, 2008) can be found [[DTP Ganymede Build Instructions | here]].
 
*Details about the former build system used for DTP 1.6 through mid-M6 (early March, 2008) can be found [[DTP Ganymede Build Instructions | here]].
 +
 +
===Contributing DTP Milestones and Releases===
 +
*[[ DTPReleaseContributionInstructions| How to contribute DTP Milestone Release]]
  
 
==Working with DTP Map Files==
 
==Working with DTP Map Files==

Revision as of 19:31, 10 February 2014

Back to DTP Main Page

Introduction

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

Building DTP

Contributing DTP Milestones and Releases

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 or
 org.eclipse.datatools.incubator.releng

It depends on which sub-project you like to check out.

- 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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.