Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Moving contexts and dependency injection

I created a patch for the e4 project wizard: https://bugs.eclipse.org/bugs/show_bug.cgi?id=308441


2010/4/6 Oleg Besedin <obesedin@xxxxxxxxxx>

Yes, sorry for the typo, the correct bundle name is "org.eclipse.e4.core.contexts". Good catch!

Sincerely,
Oleg Besedin




From:
Thomas Watson <tjwatson@xxxxxxxxxx>
To: E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Date: 04/05/2010 05:10 PM
Subject: Re: [e4-dev] Moving contexts and dependency injection
Sent by: e4-dev-bounces@xxxxxxxxxxx





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



Inactive hide details for Oleg Besedin ---04/05/2010 03:57:55 PM---As the services bundle started to get crowded, we decided toOleg 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

_______________________________________________
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

Back to the top