Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-09 01:26:01 +0000
committermkersten2007-06-09 01:26:01 +0000
commit66344c566c043e42bdfbe10316c201e5a6b27620 (patch)
tree1eb39b165d7a961bc7f2995a3e0465105130378a /org.eclipse.mylyn.tasks.core/META-INF
parentf10370b717ae8adddeb6fc3ae0c2aa35cb86ac27 (diff)
downloadorg.eclipse.mylyn.tasks-66344c566c043e42bdfbe10316c201e5a6b27620.tar.gz
org.eclipse.mylyn.tasks-66344c566c043e42bdfbe10316c201e5a6b27620.tar.xz
org.eclipse.mylyn.tasks-66344c566c043e42bdfbe10316c201e5a6b27620.zip
NEW - bug 191755: [api] review and revise plug-in, type, and extension point ID naming
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191755
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF3
1 files changed, 2 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 4b716c258..9261f33ba 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -8,6 +8,7 @@ Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.context.core,
- org.eclipse.mylyn
+ org.eclipse.mylyn,
+ org.eclipse.mylyn.monitor.core
Export-Package: org.eclipse.mylyn.internal.tasks.core,
org.eclipse.mylyn.tasks.core

Back to the top