Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] Removing direct eclipse deps from task manager API


Hey! That would be cheating. Aren't your ITAPI project supposed to implement very same stuff? :-)

 regards,
 Eugene


Tomasz Pik wrote:
Good morning/afternoon/evening,

From https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981
I understand, that new org.eclipse.mylar.tasks plugin
will depend only on org.eclipse.core.runtime (and 'internal' classes
went to different location).
But looking at MANIFEST.MF for org.eclipse.core.runtime I've found:
Require-Bundle: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)";visibi
lity:=reexport,org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.
0)";visibility:=reexport,org.eclipse.core.jobs;bundle-version="[3.2.0
,4.0.0)";visibility:=reexport,org.eclipse.equinox.registry;bundle-ver
sion="[3.2.0,4.0.0)";visibility:=reexport,org.eclipse.equinox.prefere
nces;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,org.eclipse.
core.contenttype;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
org.eclipse.core.runtime.compatibility.auth;bundle-version="[3.2.0,4.
0.0)";resolution:=optional

I don't know too much about OSGI Does it means that if I want to use
org.eclipse.mylar.tasks library in my code outside Eclipse, I'll have to
ad all those dependencies along with org.eclipse.core.runtime (and also
find and add all dependencies of above list)?

Regards,
Tomek
_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top