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

DLTK/Releng

< DLTK
Revision as of 08:39, 26 December 2008 by Alex.xored.com (Talk | contribs) (New page: DLTK build system is based on Eclipse Base builder infrastructure ''org.eclipse.releng.basebuilder''. [http://cruisecontrol.sourceforge.net/ Cruise Control] is used to monitor CVS changes...)

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

DLTK build system is based on Eclipse Base builder infrastructure org.eclipse.releng.basebuilder.

Cruise Control is used to monitor CVS changes and start builds.

DLTK Build system is in the following CVS repository:

  • Host: dev.eclipse.org
  • CVSROOT: /cvsroot/technology/
  • Modules:
    • org.eclipse.dltk/releng.dltkbuilder - contains builder configuration for all DLTK components.
    • org.eclipse.dltk/releng.control - contains configuration for Cruise Control to start and monitor builds.

Base builder is available from eclipse CVS:

  • Host: dev.eclipse.org
  • CVSROOT: /cvsroot/eclipse

Back to the top