Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2014-03-25 10:20:26 +0000
committerSam Davis2014-04-09 16:38:38 +0000
commitdf87f343eaa583d8171de5cd081a29b1b1d9890b (patch)
tree97887b8f5025d489d6b553aeee8c04c652122d13 /org.eclipse.mylyn.tasks.ui/META-INF
parent60837157de424386ee9c813a6f7650475c73d8f3 (diff)
downloadorg.eclipse.mylyn.tasks-df87f343eaa583d8171de5cd081a29b1b1d9890b.tar.gz
org.eclipse.mylyn.tasks-df87f343eaa583d8171de5cd081a29b1b1d9890b.tar.xz
org.eclipse.mylyn.tasks-df87f343eaa583d8171de5cd081a29b1b1d9890b.zip
376337: remove deprecated internal provisional classes from Tasks
Change-Id: I9c4cc4c29c745c6d4af94896853ab7a1fa5dce91 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=376337
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index ddef63f44..abdf75acf 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -35,8 +35,7 @@ Require-Bundle: org.eclipse.ui,
com.google.guava;bundle-version="15.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
-Export-Package: org.eclipse.mylyn.internal.provisional.tasks.ui.wizards;x-internal:=true,
- org.eclipse.mylyn.internal.tasks.ui;x-internal:=true,
+Export-Package: org.eclipse.mylyn.internal.tasks.ui;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.actions;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.commands;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.compare;x-internal:=true,

Back to the top