From 8b0e32910bc653b29a9e04bfe63a9eff60e94ff0 Mon Sep 17 00:00:00 2001 From: relves Date: Wed, 11 Mar 2009 02:06:17 +0000 Subject: RESOLVED - bug 246387: restructure the User Guide and FAQ https://bugs.eclipse.org/bugs/show_bug.cgi?id=246387 --- org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 fccdc77c6..f33e1ace1 100644 --- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF @@ -6,11 +6,11 @@ Bundle-Version: 3.1.0.qualifier Bundle-ActivationPolicy: lazy Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)", - org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)", - org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)", + org.eclipse.ui;resolution:=optional, + org.eclipse.ui.forms;resolution:=optional, + org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)";resolution:=optional, + org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)";resolution:=optional, + org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)";resolution:=optional, org.apache.ant;bundle-version="1.7.0";resolution:=optional Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.mylyn.internal.help.ui.anttask;x-internal:=true -- cgit v1.2.3