Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-14 22:58:08 +0000
committerSam Davis2014-03-25 17:36:54 +0000
commitfe57c91b477700aa2c10ae658d31aefb703accbf (patch)
tree2414b5fc7890ca9ae47f71e545a416395074ba21 /org.eclipse.mylyn.tasks.core
parentf219929b559ca4af7f07308b543244c77d114417 (diff)
downloadorg.eclipse.mylyn.tasks-fe57c91b477700aa2c10ae658d31aefb703accbf.tar.gz
org.eclipse.mylyn.tasks-fe57c91b477700aa2c10ae658d31aefb703accbf.tar.xz
org.eclipse.mylyn.tasks-fe57c91b477700aa2c10ae658d31aefb703accbf.zip
393722: remove org.eclipse.core.runtime.compatibility.auth from tasks
Change-Id: I66de2bc6124a1c6850fa09040fab06f0baaabd28 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=393722
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index af86bbfbe..ae145d099 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -12,7 +12,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.net;bundle-version="3.8.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0",
com.google.guava;bundle-version="12.0.0",
- org.eclipse.core.runtime.compatibility.auth;resolution:=optional;x-installation:=greedy,
org.apache.xerces;bundle-version="2.9.0";resolution:=optional
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=true,
org.eclipse.mylyn.internal.tasks.core;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs",

Back to the top