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 "EDT:Packaging and Builds"

(New page: The idea is to split EDT into "Core" and "Extended" (we'll choose different names). Core EDT includes everything necessary to make a particular implementation of EGL: the full IDE, compil...)
 
 
Line 1: Line 1:
 +
=== Eclipsey release stuff ===
 +
We're not sure exactly what this is going to take.  Set aside 5 days for various tasks ("paperwork", web site updates, different build process, etc.).
 +
 +
=== Split EDT into two programs ===
 
The idea is to split EDT into "Core" and "Extended" (we'll choose different names).  Core EDT includes everything necessary to make a particular implementation of EGL: the full IDE, compiler, etc. but no generators, runtimes, or tooling which depends on a particular implementation.  Extended EDT is Core EDT plus generators, runtimes, etc.
 
The idea is to split EDT into "Core" and "Extended" (we'll choose different names).  Core EDT includes everything necessary to make a particular implementation of EGL: the full IDE, compiler, etc. but no generators, runtimes, or tooling which depends on a particular implementation.  Extended EDT is Core EDT plus generators, runtimes, etc.
  

Latest revision as of 16:07, 21 July 2011

Eclipsey release stuff

We're not sure exactly what this is going to take. Set aside 5 days for various tasks ("paperwork", web site updates, different build process, etc.).

Split EDT into two programs

The idea is to split EDT into "Core" and "Extended" (we'll choose different names). Core EDT includes everything necessary to make a particular implementation of EGL: the full IDE, compiler, etc. but no generators, runtimes, or tooling which depends on a particular implementation. Extended EDT is Core EDT plus generators, runtimes, etc.

Sizings

  • Split the code: 2 days
  • Two builds & update sites: 2 days

Back to the top