Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c53e5fee6ac9bf1c48ff5b5a72cc97632ce028cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
 org.eclipse.cdt.internal.corext.template.c;x-internal:=true,
 org.eclipse.cdt.internal.corext.util;x-internal:=true,
 org.eclipse.cdt.internal.ui,
 org.eclipse.cdt.internal.ui.actions;x-internal:=true,
 org.eclipse.cdt.internal.ui.browser.opentype;x-internal:=true,
 org.eclipse.cdt.internal.ui.buildconsole;x-internal:=true,
 org.eclipse.cdt.internal.ui.callhierarchy;x-internal:=true,
 org.eclipse.cdt.internal.ui.codemanipulation;x-internal:=true,
 org.eclipse.cdt.internal.ui.compare;x-internal:=true,
 org.eclipse.cdt.internal.ui.cview;x-internal:=true,
 org.eclipse.cdt.internal.ui.dialogs;x-internal:=true,
 org.eclipse.cdt.internal.ui.dialogs.cpaths;x-internal:=true,
 org.eclipse.cdt.internal.ui.dnd;x-internal:=true,
 org.eclipse.cdt.internal.ui.editor;x-internal:=true,
 org.eclipse.cdt.internal.ui.editor.asm;x-internal:=true,
 org.eclipse.cdt.internal.ui.filters;x-internal:=true,
 org.eclipse.cdt.internal.ui.includebrowser;x-internal:=true,
 org.eclipse.cdt.internal.ui.indexview;x-internal:=true,
 org.eclipse.cdt.internal.ui.navigator,
 org.eclipse.cdt.internal.ui.preferences;x-internal:=true,
 org.eclipse.cdt.internal.ui.preferences.formatter,
 org.eclipse.cdt.internal.ui.search;x-internal:=true,
 org.eclipse.cdt.internal.ui.search.actions;x-internal:=true,
 org.eclipse.cdt.internal.ui.text;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.asm;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.c.hover;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.contentassist;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.folding;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.template;x-internal:=true,
 org.eclipse.cdt.internal.ui.text.util;x-internal:=true,
 org.eclipse.cdt.internal.ui.typehierarchy;x-internal:=true,
 org.eclipse.cdt.internal.ui.util;x-internal:=true,
 org.eclipse.cdt.internal.ui.viewsupport;x-internal:=true,
 org.eclipse.cdt.internal.ui.wizards;x-internal:=true,
 org.eclipse.cdt.internal.ui.wizards.classwizard;x-internal:=true,
 org.eclipse.cdt.internal.ui.wizards.dialogfields;x-internal:=true,
 org.eclipse.cdt.internal.ui.wizards.filewizard;x-internal:=true,
 org.eclipse.cdt.internal.ui.wizards.folderwizard;x-internal:=true,
 org.eclipse.cdt.internal.ui.workingsets;x-internal:=true,
 org.eclipse.cdt.ui,
 org.eclipse.cdt.ui.actions,
 org.eclipse.cdt.ui.browser.typeinfo,
 org.eclipse.cdt.ui.dialogs,
 org.eclipse.cdt.ui.newui,
 org.eclipse.cdt.ui.templateengine,
 org.eclipse.cdt.ui.templateengine.event,
 org.eclipse.cdt.ui.templateengine.pages,
 org.eclipse.cdt.ui.templateengine.uitree,
 org.eclipse.cdt.ui.templateengine.uitree.uiwidgets,
 org.eclipse.cdt.ui.text,
 org.eclipse.cdt.ui.text.c.hover,
 org.eclipse.cdt.ui.text.contentassist,
 org.eclipse.cdt.ui.text.folding,
 org.eclipse.cdt.ui.wizards,
 org.eclipse.cdt.ui.wizards.conversion,
 org.eclipse.cdt.utils.ui.controls
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.jface.text;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.ui.workbench.texteditor;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.search;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.compare;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)",
 org.eclipse.ui.console;bundle-version="[3.1.100,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.cdt.refactoring;bundle-version="[5.0.0,6.0.0)",
 org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: com.ibm.icu.text

Back to the top