[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [e4-dev] Moving contexts and dependency injection
|
Hi Tom,
in cvs you find the two plugins:
org.eclipse.e4.core.di
org.eclipse.e4.core.contexts
Best regards, Lars
2010/4/5 Thomas Watson
<tjwatson@xxxxxxxxxx>
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
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
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev
--
Lars
http://www.vogella.de - Tutorials about Java, Eclipse and Web programming
http://www.twitter.com/vogella - Lars on Twitter

