Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 8d48ac5a0e003389b8f126a7bdce68f3ad2fc758 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.html.ui; singleton:=true
Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.wst.html.ui.internal.HTMLUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.html.internal.validation;x-internal:=true,
 org.eclipse.wst.html.ui,
 org.eclipse.wst.html.ui.internal;x-internal:=true,
 org.eclipse.wst.html.ui.internal.autoedit;x-internal:=true,
 org.eclipse.wst.html.ui.internal.contentassist;x-internal:=true,
 org.eclipse.wst.html.ui.internal.contentoutline;x-internal:=true,
 org.eclipse.wst.html.ui.internal.contentproperties.ui;x-internal:=true,
 org.eclipse.wst.html.ui.internal.correction;x-internal:=true,
 org.eclipse.wst.html.ui.internal.derived;x-internal:=true,
 org.eclipse.wst.html.ui.internal.edit.ui;x-internal:=true,
 org.eclipse.wst.html.ui.internal.editor;x-internal:=true,
 org.eclipse.wst.html.ui.internal.hyperlink;x-internal:=true,
 org.eclipse.wst.html.ui.internal.preferences;x-internal:=true,
 org.eclipse.wst.html.ui.internal.preferences.ui;x-internal:=true,
 org.eclipse.wst.html.ui.internal.projection;x-internal:=true,
 org.eclipse.wst.html.ui.internal.registry;x-internal:=true,
 org.eclipse.wst.html.ui.internal.search;x-internal:=true,
 org.eclipse.wst.html.ui.internal.style;x-internal:=true,
 org.eclipse.wst.html.ui.internal.taginfo;x-internal:=true,
 org.eclipse.wst.html.ui.internal.templates;x-internal:=true,
 org.eclipse.wst.html.ui.internal.text;x-internal:=true,
 org.eclipse.wst.html.ui.internal.wizard;x-internal:=true,
 org.eclipse.wst.html.ui.views.contentoutline
Require-Bundle: org.eclipse.ui.ide,
 org.eclipse.jface.text,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.ui.editors,
 org.eclipse.ui,
 org.eclipse.wst.sse.ui,
 org.eclipse.wst.xml.ui,
 org.eclipse.wst.css.ui,
 org.eclipse.wst.sse.core,
 org.eclipse.wst.css.core,
 org.eclipse.wst.html.core,
 org.eclipse.wst.xml.core,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.wst.common.uriresolver,
 org.eclipse.wst.validation,
 org.eclipse.wst.javascript.ui
Eclipse-LazyStart: true

Back to the top