Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-23 15:36:16 +0000
committerSteffen Pingel2011-07-23 15:36:16 +0000
commit2e4364c74c04c703851844ed2d151b3878f6f3fe (patch)
tree9eb1a1de4e47f01558547a4bc329e0eaf1e48238 /org.eclipse.mylyn.tasks.search
parent6f87f0c6e90fea394580608a3442b6ab95bbfdb9 (diff)
downloadorg.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.gz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.xz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.zip
RESOLVED - bug 352584: create nightly repositories for sub-projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352584
Diffstat (limited to 'org.eclipse.mylyn.tasks.search')
-rw-r--r--org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF22
1 files changed, 4 insertions, 18 deletions
diff --git a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF
index ff75ecfb5..8305fdc13 100644
--- a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF
@@ -3,32 +3,18 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.search;singleton:=true
Bundle-Version: 3.7.0.qualifier
-Require-Bundle: org.eclipse.ui,
- org.eclipse.compare,
- org.eclipse.core.runtime,
- org.eclipse.core.expressions,
- org.eclipse.core.net,
- org.eclipse.core.resources,
- org.eclipse.jface.text,
+Require-Bundle: org.eclipse.core.runtime,
org.eclipse.search,
- org.eclipse.ui.browser,
- org.eclipse.ui.editors,
+ org.eclipse.ui,
org.eclipse.ui.forms,
- org.eclipse.ui.ide,
- org.eclipse.ui.views,
- org.eclipse.ui.workbench.texteditor,
org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.ui;bundle-version="[3.0.0,4.0.0)",
- 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.net;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)"
+ 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)"
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.mylyn.internal.tasks.ui,
org.eclipse.mylyn.internal.tasks.ui.actions,
org.eclipse.mylyn.internal.tasks.ui.search;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
-Import-Package: com.ibm.icu.text,
- org.apache.commons.logging;version="[1.0.4,2.0.0)"

Back to the top