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 "Dawn Release Plan"

Line 22: Line 22:
 
|  Provide extension for Ecore Editor    || The tree-based Ecore editor shipped with EMF should be able to work on a CDO repository || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333291 Bug 333291]
 
|  Provide extension for Ecore Editor    || The tree-based Ecore editor shipped with EMF should be able to work on a CDO repository || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333291 Bug 333291]
 
|-
 
|-
| Separated Dawn Codegen from specific implementations  || || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344403Bug 344403]
+
| Separated Dawn Codegen from specific implementations  || It turned out the it was not the bad decision to couple the dawn generator to close to the extended editors/frameworks like GMF. If one of the projects leaves the release train then it might happen that Dawn breaks the whole build since it references projects that are not there anymore. So I need to separate the extended frameworks from the codegen core to have better control about what is on the train and what is not. || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344403 Bug 344403]
 
|}
 
|}
  

Revision as of 02:03, 29 July 2011

Introduction

This pages gives an overview about the Dawn releases in cronological order.

Comming Releases

Dawn 2.0

Dawn 1.1

Current Release

Dawn 1.0

name description bugzilla
Provide collaborative EMF editors on CDO As for GMF editors it should be possible to to out the generated EMF editor on Dawn with just some simple clicks. This editor should follow the same principles as it's GMF counterpart concerning handling, color pattern and conflict/locking behavior. 323828
Provide integration for Ecore Tools The Ecore Tools provide a nice set of tools to create ecore models. Currently they are focused on file system persistence. To allow provide a better integration with CDO tools should be CDOified using Dawn. Bug 333187
Provide extension for Ecore Editor The tree-based Ecore editor shipped with EMF should be able to work on a CDO repository Bug 333291
Separated Dawn Codegen from specific implementations It turned out the it was not the bad decision to couple the dawn generator to close to the extended editors/frameworks like GMF. If one of the projects leaves the release train then it might happen that Dawn breaks the whole build since it references projects that are not there anymore. So I need to separate the extended frameworks from the codegen core to have better control about what is on the train and what is not. Bug 344403

Older releases

Dawn 0.2

name description bugzilla
Develop collaborative support for GMF on CDO Dawn should be implemented to supports collaborative handling of GMF resources using a CDO repository. 308232


Dawn 0.1

Back to the top