Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-03-11 02:06:17 +0000
committerrelves2009-03-11 02:06:17 +0000
commit8b0e32910bc653b29a9e04bfe63a9eff60e94ff0 (patch)
tree64b539be9b7307d8db662b32914371bfa2b475b5
parentd2cf46f0019ac6f9c9121471f4ae13a40da305dd (diff)
downloadorg.eclipse.mylyn.tasks-8b0e32910bc653b29a9e04bfe63a9eff60e94ff0.tar.gz
org.eclipse.mylyn.tasks-8b0e32910bc653b29a9e04bfe63a9eff60e94ff0.tar.xz
org.eclipse.mylyn.tasks-8b0e32910bc653b29a9e04bfe63a9eff60e94ff0.zip
RESOLVED - bug 246387: restructure the User Guide and FAQ
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246387
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
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

Back to the top