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 "E4/4.0/Release Process"

< E4‎ | 4.0
Line 4: Line 4:
 
** Move graduating bundles into new CVS location
 
** Move graduating bundles into new CVS location
 
** Remove "Incubating" term from bundle/feature names
 
** Remove "Incubating" term from bundle/feature names
** Change Unix group membership to match destination project plat.ui
+
** Change Unix group membership to match destination project plat-ui
 
** Election of new committers in destination project
 
** Election of new committers in destination project
 
* Build
 
* Build
Line 25: Line 25:
 
| org.eclipse.e4.core.commands
 
| org.eclipse.e4.core.commands
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.core.contexts
 
| org.eclipse.e4.core.contexts
| UI
+
| Runtime
| plat.ui
+
| plat-core
 
|-
 
|-
 
| org.eclipse.e4.core.di
 
| org.eclipse.e4.core.di
| UI
+
| Runtime
| plat.ui
+
| plat-core
 
|-
 
|-
 
| org.eclipse.e4.core.di.extensions
 
| org.eclipse.e4.core.di.extensions
| UI
+
| Runtime
| plat.ui
+
| plat-core
 
|-
 
|-
 
| org.eclipse.e4.core.services
 
| org.eclipse.e4.core.services
| UI
+
| Runtime
| plat.ui
+
| plat-core
 
|-
 
|-
 
| org.eclipse.e4.ui.bindings
 
| org.eclipse.e4.ui.bindings
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.css.core
 
| org.eclipse.e4.ui.css.core
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.css.swt
 
| org.eclipse.e4.ui.css.swt
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.css.swt.theme
 
| org.eclipse.e4.ui.css.swt.theme
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.di
 
| org.eclipse.e4.ui.di
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.model.workbench
 
| org.eclipse.e4.ui.model.workbench
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.services
 
| org.eclipse.e4.ui.services
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.workbench
 
| org.eclipse.e4.ui.workbench
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.workbench3
 
| org.eclipse.e4.ui.workbench3
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.workbench.addons.swt
 
| org.eclipse.e4.ui.workbench.addons.swt
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.workbench.renderers.swt
 
| org.eclipse.e4.ui.workbench.renderers.swt
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|-
 
|-
 
| org.eclipse.e4.ui.workbench.swt
 
| org.eclipse.e4.ui.workbench.swt
 
| UI
 
| UI
| plat.ui
+
| plat-ui
 
|}
 
|}

Revision as of 14:54, 22 June 2010

Some components from the E4 incubator are proposing a move/graduation into the Eclipse Platform project. This page outlines the graduation plan and any steps that need to be performed as part of the graduation.

  • Source Code
    • Move graduating bundles into new CVS location
    • Remove "Incubating" term from bundle/feature names
    • Change Unix group membership to match destination project plat-ui
    • Election of new committers in destination project
  • Build
    • Move 4.0 builds to eclipse project download area
  • Bugzilla
    • Move bugs related to graduated components to destination component buckets (Platform UI/Runtime)
  • Paperwork
    • Move/Graduation docuware
    • Committer elections
    • Move affected IPzilla entries to new project

The following is a list of graduating bundles and the proposed destination component:

Bundle name Destination component Unix group
org.eclipse.e4.core.commands UI plat-ui
org.eclipse.e4.core.contexts Runtime plat-core
org.eclipse.e4.core.di Runtime plat-core
org.eclipse.e4.core.di.extensions Runtime plat-core
org.eclipse.e4.core.services Runtime plat-core
org.eclipse.e4.ui.bindings UI plat-ui
org.eclipse.e4.ui.css.core UI plat-ui
org.eclipse.e4.ui.css.swt UI plat-ui
org.eclipse.e4.ui.css.swt.theme UI plat-ui
org.eclipse.e4.ui.di UI plat-ui
org.eclipse.e4.ui.model.workbench UI plat-ui
org.eclipse.e4.ui.services UI plat-ui
org.eclipse.e4.ui.workbench UI plat-ui
org.eclipse.e4.ui.workbench3 UI plat-ui
org.eclipse.e4.ui.workbench.addons.swt UI plat-ui
org.eclipse.e4.ui.workbench.renderers.swt UI plat-ui
org.eclipse.e4.ui.workbench.swt UI plat-ui

Back to the top