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.bugzilla.tests
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.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index 923ed8e47..e2cfd1b7c 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.tasks.core,
org.eclipse.ui.forms,
org.eclipse.mylyn,
- org.eclipse.search
+ org.eclipse.search,
+ org.eclipse.mylyn.web.core
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar

Back to the top