diff options
author | Steffen Pingel | 2011-12-05 16:34:12 +0000 |
---|---|---|
committer | Steffen Pingel | 2011-12-05 16:34:12 +0000 |
commit | 37fc151f7c3bcd975ea83fdc7d02a41a77e7f538 (patch) | |
tree | 76d541fa2009856d01e6e398b132caabf3ecb3f7 /org.eclipse.mylyn.tasks.core/META-INF | |
parent | e16cd7c253208a4324c43854bfb743e693beb1e7 (diff) | |
download | org.eclipse.mylyn.tasks-37fc151f7c3bcd975ea83fdc7d02a41a77e7f538.tar.gz org.eclipse.mylyn.tasks-37fc151f7c3bcd975ea83fdc7d02a41a77e7f538.tar.xz org.eclipse.mylyn.tasks-37fc151f7c3bcd975ea83fdc7d02a41a77e7f538.zip |
NEW - bug 361048: [api] move service message implementation to
notifications component
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361048
Change-Id: I4f88348bfc60a084a01378931fd8210817fa8d79
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF')
-rw-r--r-- | org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF index 6b5736925..c348a2394 100644 --- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF @@ -17,16 +17,10 @@ Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=tr org.eclipse.mylyn.internal.tasks.core.context;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs", org.eclipse.mylyn.internal.tasks.core.data;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs", org.eclipse.mylyn.internal.tasks.core.externalization;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs", - org.eclipse.mylyn.internal.tasks.core.notifications;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs", org.eclipse.mylyn.internal.tasks.core.sync;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs", org.eclipse.mylyn.tasks.core, org.eclipse.mylyn.tasks.core.activity, org.eclipse.mylyn.tasks.core.context, org.eclipse.mylyn.tasks.core.data, org.eclipse.mylyn.tasks.core.sync -Import-Package: com.sun.syndication.feed;version="0.9.0", - com.sun.syndication.feed.module;version="0.9.0", - com.sun.syndication.feed.synd;version="0.9.0", - com.sun.syndication.io;version="0.9.0", - org.jdom;version="1.0.0" Bundle-Localization: plugin |