Community
Participate
Working Groups
With bug 345479 and bug 345471 we need to make sure that we convert our graduated bundles to git when the main project moves. We can handle renames after the git conversion. We'll figure out the graduated bundles here, and make sure they're included. PW
Here's a list of plugins that comprise 4.1: These have graduated, but I'm not sure into which component: org.eclipse.e4.core.commands_0.9.0.v20110526-1430.jar org.eclipse.e4.core.services_0.9.1.v20110603-1130.jar Definitely graduated to Core Runtime: org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar org.eclipse.e4.core.contexts.debug_0.1.0.v20110517-2030.jar org.eclipse.e4.core.di_0.9.0.v20110517-2030.jar org.eclipse.e4.core.di.extensions_0.9.0.v20110517-2030.jar These are obviously part of Platform UI: org.eclipse.e4.ui.bindings_0.9.0.v20110526-1430.jar org.eclipse.e4.ui.css.core_0.9.0.v20110517-2030.jar org.eclipse.e4.ui.css.swt_0.9.1.v20110517-2030.jar org.eclipse.e4.ui.css.swt.theme_0.9.0.v20110407-2030.jar org.eclipse.e4.ui.di_0.9.0.v20110603-1130.jar org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar org.eclipse.e4.ui.widgets_1.0.0.v20110518-2130.jar org.eclipse.e4.ui.workbench_0.9.1.v20110609-1700.jar org.eclipse.e4.ui.workbench3_1.0.0.v20110517-2030.jar org.eclipse.e4.ui.workbench.addons.swt_0.9.0.v20110608-1930.jar org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110610-1500.jar org.eclipse.e4.ui.workbench.swt_0.9.1.v20110610-1500.jar I have an idea of what this is supposed to support, but it wasn't included in the 4.0 graduation itself. I was developed as part of 4.1 org.eclipse.e4.emf.xpath_1.0.0.v20110312-8000.jar
(In reply to comment #1) > org.eclipse.e4.core.contexts.debug_0.1.0.v20110517-2030.jar This supplies a view to analyse runtime IEclipseContexts ... does that mean we move that up to Platform UI? PW
[...] > I have an idea of what this is supposed to support, but it wasn't included in > the 4.0 graduation itself. I was developed as part of 4.1 > > org.eclipse.e4.emf.xpath_1.0.0.v20110312-8000.jar I started working on an alternate way to contribute fragments to the master application model but because of time constraints I was not able finish that work. The bundle provides an XPath-Implementation for EMF-In-Memory models by leveraging Apache-Commons-XPath. We could move it to EMF but as of now the bundle is not considered to be stable and production ready so e4 was the perfect home for it.
(In reply to comment #3) > > We could move it to EMF but as of now the bundle is not considered to be stable > and production ready so e4 was the perfect home for it. I've opened bug 349155 to make sure this bundles stays in e4. PW
I've opened bug 349177 to deal with merging the ui.workbench fork back into the main bundle. PW
I've created 2 test repos at git://git.eclipse.org/e4/eclipse.platform.runtime.e4 and git://git.eclipse.org/e4/eclipse.platform.ui.e4 The next step will be to lay out 1) how we are going to develop 4.2 and any backported 3.8 work and 2) figure out how we want the final eclipse.platform.ui.git repo to look. I expect eclipse.platform.runtime.git to be a simpler case. PW
(In reply to comment #6) > I've created 2 test repos at > git://git.eclipse.org/e4/eclipse.platform.runtime.e4 and > git://git.eclipse.org/e4/eclipse.platform.ui.e4 git://git.eclipse.org/e4/eclipse.platform.runtime.e4.git git://git.eclipse.org/e4/eclipse.platform.ui.e4.git
(In reply to comment #7) > > git://git.eclipse.org/e4/eclipse.platform.runtime.e4.git > > git://git.eclipse.org/e4/eclipse.platform.ui.e4.git git://git.eclipse.org/gitroot/e4/eclipse.platform.runtime.e4.git git://git.eclipse.org/gitroot/e4/eclipse.platform.ui.e4.git
The bundles below only have a readme in them. They probably don't need to be migrated over. org.eclipse.e4.core.services.annotations org.eclipse.e4.core.tests.services.annotations org.eclipse.e4.core.tests.services.atinject org.eclipse.e4.ide.application org.eclipse.e4.ui.widgets.fragment org.eclipse.e4.ui.workbench.renderers.swt.contributions
(In reply to comment #9) > The bundles below only have a readme in them. They probably don't need to be > migrated over. > > org.eclipse.e4.core.services.annotations > org.eclipse.e4.core.tests.services.annotations > org.eclipse.e4.core.tests.services.atinject +1
I've released the live repo for Eclipse4 core and Platform Runtime: git://git.eclipse.org/gitroot/platform/eclipse.platform.runtime.git PW
Done with bug 351489 PW