Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2014-08-20 19:01:59 +0000
committerFrank Becker2014-08-21 03:54:04 +0000
commit990e798fedde4c83e885f839af9dfff3d4cf1c28 (patch)
treea4067af5630a9ad3dc53862d91c5cb0ea9eb43f5 /org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
parent1d9df855c6dcaf1ca1a96d8f96dc0038290703af (diff)
downloadorg.eclipse.mylyn.tasks-990e798fedde4c83e885f839af9dfff3d4cf1c28.tar.gz
org.eclipse.mylyn.tasks-990e798fedde4c83e885f839af9dfff3d4cf1c28.tar.xz
org.eclipse.mylyn.tasks-990e798fedde4c83e885f839af9dfff3d4cf1c28.zip
442088: fix failing test for Luna
(org.eclipse.core.runtime.compatibility.auth removed) Change-Id: Id0080523bf8c292ca7cf7d21db9921d1f97a8941 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=442088
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index dca08d7c2..314dac87a 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -31,7 +31,7 @@ Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.tasks.ui,
org.eclipse.mylyn.tests.util,
org.eclipse.mylyn.commons.repositories.core,
- org.eclipse.core.runtime.compatibility.auth
+ org.eclipse.core.runtime.compatibility.auth;resolution:=optional
Export-Package: org.eclipse.mylyn.tasks.tests;x-internal:=true,
org.eclipse.mylyn.tasks.tests.bugs;x-internal:=true,
org.eclipse.mylyn.tasks.tests.connector;x-friends:="org.eclipse.mylyn.tasks.ui.tests",

Back to the top