Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-17 03:33:10 +0000
committermkersten2006-07-17 03:33:10 +0000
commit6de0af4b68c47ccf0f0fbc8788b26c76359450e2 (patch)
treec3ccee675be68b5c67465f3e6c9bcc941257af24 /org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
parentb219e18323ebf8a986603fba30a78825183b7b5c (diff)
downloadorg.eclipse.mylyn.tasks-6de0af4b68c47ccf0f0fbc8788b26c76359450e2.tar.gz
org.eclipse.mylyn.tasks-6de0af4b68c47ccf0f0fbc8788b26c76359450e2.tar.xz
org.eclipse.mylyn.tasks-6de0af4b68c47ccf0f0fbc8788b26c76359450e2.zip
Progress on: 150668: exceptions when Active Hierarchy is restored on launch
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150668
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 0b085a2fd..a29790f09 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -9,5 +9,7 @@ Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylar.context.core
-Export-Package: org.eclipse.mylar.tasks.core,
- org.eclipse.mylar.tasks.core.util
+Export-Package: org.eclipse.mylar.internal.tasks.core,
+ org.eclipse.mylar.tasks.core
+Export-Package: org.eclipse.mylar.internal.tasks.core,
+ org.eclipse.mylar.tasks.core

Back to the top