Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/ProjectsAndBuildWorkingGroup"

< CDT
(Created page with "Wiki page to discuss/design better project model/build management system")
 
Line 1: Line 1:
 
Wiki page to discuss/design better project model/build management system
 
Wiki page to discuss/design better project model/build management system
 +
 +
== Requirements ==
 +
 +
Collection of requirements for the project model/build system we trying to make
 +
 +
* Commitable (plain text, no user specific or local info)
 +
* Portable (same files can be used on linux or windows without modifications)
 +
* Headless
 +
* Non xml API for extending
 +
* Separate re-usable components in cdt.core
 +
* Internal builder should be separate from core and be plugged in same way as external

Revision as of 16:55, 19 March 2015

Wiki page to discuss/design better project model/build management system

Requirements

Collection of requirements for the project model/build system we trying to make

  • Commitable (plain text, no user specific or local info)
  • Portable (same files can be used on linux or windows without modifications)
  • Headless
  • Non xml API for extending
  • Separate re-usable components in cdt.core
  • Internal builder should be separate from core and be plugged in same way as external

Back to the top