jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.wst.html.ui; singleton:=true |
nitind | 6f8a445 | 2007-09-13 02:06:17 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.300.qualifier |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.wst.html.ui.internal.HTMLUIPlugin |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 9 | Export-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_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 20 | 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, |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame] | 30 | org.eclipse.wst.html.ui.views.contentoutline |
david_williams | 2a5d162 | 2006-08-05 03:45:07 +0000 | [diff] [blame] | 31 | Require-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_williams | 2a5d162 | 2006-08-05 03:45:07 +0000 | [diff] [blame] | 34 | org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", |
amywu | 41e7a7b | 2007-10-30 22:43:07 +0000 | [diff] [blame] | 35 | org.eclipse.wst.sse.ui;bundle-version="[1.1.0,1.2.0)", |
david_williams | a9f62be | 2006-06-13 05:56:20 +0000 | [diff] [blame] | 36 | 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_williams | 2a5d162 | 2006-08-05 03:45:07 +0000 | [diff] [blame] | 42 | 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_williams | a9f62be | 2006-06-13 05:56:20 +0000 | [diff] [blame] | 44 | org.eclipse.wst.validation;bundle-version="[1.1.0,1.2.0)", |
nitind | 7ff9df6 | 2007-10-10 17:17:42 +0000 | [diff] [blame] | 45 | 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_williams | 2a5d162 | 2006-08-05 03:45:07 +0000 | [diff] [blame] | 47 | com.ibm.icu;bundle-version="[3.4.4,4.0.0)" |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 48 | Eclipse-LazyStart: true |
david_williams | 478e11f | 2007-03-28 07:29:33 +0000 | [diff] [blame] | 49 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |