From ce1f231df4458c69343b727f6fb1e3da4b577ffa Mon Sep 17 00:00:00 2001 From: mkersten Date: Sat, 9 Jun 2007 03:22:15 +0000 Subject: 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 --- org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF') diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF index 9e1cdc9b2..24c07a61d 100644 --- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Mylar Documentation Plug-in -Bundle-SymbolicName: org.eclipse.mylyn.doc; singleton:=true +Bundle-Name: Mylar Help Plug-in +Bundle-SymbolicName: org.eclipse.mylyn.help.ui;singleton:=true Bundle-Version: 2.0.0.v20070607-1200 Eclipse-AutoStart: true Bundle-Vendor: Eclipse.org @@ -13,6 +13,6 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.ui.cheatsheets, org.eclipse.ui.intro -Export-Package: org.eclipse.mylyn.doc.internal.actions, - org.eclipse.mylyn.doc.internal.dialogs +Export-Package: org.eclipse.mylyn.internal.help.ui.actions, + org.eclipse.mylyn.internal.help.ui.dialogs Bundle-RequiredExecutionEnvironment: J2SE-1.5 -- cgit v1.2.3