blob: 9c8c4a109b39dc0ac7aeabb6b84625e72dfe11e3 [file] [log] [blame]
jeffliu38477e82005-05-30 00:52:19 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.wst.html.ui; singleton:=true
nitind6f8a4452007-09-13 02:06:17 +00005Bundle-Version: 1.0.300.qualifier
jeffliu38477e82005-05-30 00:52:19 +00006Bundle-Activator: org.eclipse.wst.html.ui.internal.HTMLUIPlugin
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
david_williamsb5d05632006-02-27 09:24:00 +00009Export-Package: org.eclipse.wst.html.internal.validation;x-internal:=true,
10 org.eclipse.wst.html.ui,
11 org.eclipse.wst.html.ui.internal;x-internal:=true,
12 org.eclipse.wst.html.ui.internal.autoedit;x-internal:=true,
13 org.eclipse.wst.html.ui.internal.contentassist;x-internal:=true,
14 org.eclipse.wst.html.ui.internal.contentoutline;x-internal:=true,
15 org.eclipse.wst.html.ui.internal.contentproperties.ui;x-internal:=true,
16 org.eclipse.wst.html.ui.internal.correction;x-internal:=true,
17 org.eclipse.wst.html.ui.internal.derived;x-internal:=true,
18 org.eclipse.wst.html.ui.internal.edit.ui;x-internal:=true,
19 org.eclipse.wst.html.ui.internal.editor;x-internal:=true,
david_williamsb5d05632006-02-27 09:24:00 +000020 org.eclipse.wst.html.ui.internal.preferences;x-internal:=true,
21 org.eclipse.wst.html.ui.internal.preferences.ui;x-internal:=true,
22 org.eclipse.wst.html.ui.internal.projection;x-internal:=true,
23 org.eclipse.wst.html.ui.internal.registry;x-internal:=true,
24 org.eclipse.wst.html.ui.internal.search;x-internal:=true,
25 org.eclipse.wst.html.ui.internal.style;x-internal:=true,
26 org.eclipse.wst.html.ui.internal.taginfo;x-internal:=true,
27 org.eclipse.wst.html.ui.internal.templates;x-internal:=true,
28 org.eclipse.wst.html.ui.internal.text;x-internal:=true,
29 org.eclipse.wst.html.ui.internal.wizard;x-internal:=true,
nitind1bf20a12005-09-15 11:48:15 +000030 org.eclipse.wst.html.ui.views.contentoutline
david_williams2a5d1622006-08-05 03:45:07 +000031Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
32 org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
33 org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)",
david_williams2a5d1622006-08-05 03:45:07 +000034 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
amywu41e7a7b2007-10-30 22:43:07 +000035 org.eclipse.wst.sse.ui;bundle-version="[1.1.0,1.2.0)",
david_williamsa9f62be2006-06-13 05:56:20 +000036 org.eclipse.wst.xml.ui;bundle-version="[1.0.100,1.1.0)",
37 org.eclipse.wst.css.ui;bundle-version="[1.0.100,1.1.0)",
38 org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
39 org.eclipse.wst.css.core;bundle-version="[1.1.0,1.2.0)",
40 org.eclipse.wst.html.core;bundle-version="[1.1.0,1.2.0)",
41 org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
david_williams2a5d1622006-08-05 03:45:07 +000042 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
43 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
david_williamsa9f62be2006-06-13 05:56:20 +000044 org.eclipse.wst.validation;bundle-version="[1.1.0,1.2.0)",
nitind7ff9df62007-10-10 17:17:42 +000045 org.eclipse.wst.common.project.facet.core;bundle-version="[1.1.0,2.0.0)";resolution:=optional,
46 org.eclipse.wst.common.modulecore;bundle-version="[1.1.0,1.2.0)";resolution:=optional,
david_williams2a5d1622006-08-05 03:45:07 +000047 com.ibm.icu;bundle-version="[3.4.4,4.0.0)"
david_williamsb5d05632006-02-27 09:24:00 +000048Eclipse-LazyStart: true
david_williams478e11f2007-03-28 07:29:33 +000049Bundle-RequiredExecutionEnvironment: J2SE-1.4