[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [e4-dev] Moving contexts and dependency injection
|
The fact that you used "org.eclipse.core.contexts" as a bundle name caught my attention. But I noticed from the bug report referenced that the bundle name is org.eclipse.e4.core.contexts. I assume org.eclipse.e4.core.contexts is the new bundle name, correct?
Tom
Oleg Besedin ---04/05/2010 03:57:55 PM---As the services bundle started to get crowded, we decided to move dependency injection and Eclipse contexts into separate bundl
![]()
From: | ![]()
Oleg Besedin <obesedin@xxxxxxxxxx> |
![]()
To: | ![]()
e4-dev@xxxxxxxxxxx |
![]()
Date: | ![]()
04/05/2010 03:57 PM |
![]()
Subject: | ![]()
[e4-dev] Moving contexts and dependency injection |
As the services bundle started to get crowded, we decided to move dependency injection and Eclipse contexts into separate bundles [while we still could do it].
Where did the stuff go?
- Dependency Injection moved to the bundle "org.eclipse.e4.core.di";
- Contexts moved to the bundle "org.eclipse.core.contexts".
The names of APIs are the same, but in many cases package names changed. I fixed references I could find in CVS; for things I've missed and code not in the CVS:
- add dependency on the two new bundles
- organize imports
- [optional] if DS is used, fix IContextFunction's package name in XML
The updated code is checked in the CVS Head and should appear in tomorrow's I-build.
For details, please see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=307936
Sincerely,
Oleg Besedin _______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev

