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.xml.ui; singleton:=true |
david_williams | e0c26f5 | 2005-06-13 20:36:19 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.7.0 |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.wst.xml.ui.internal.XMLUIPlugin |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame^] | 9 | Export-Package: org.eclipse.wst.xml.ui, |
| 10 | org.eclipse.wst.xml.ui.internal, |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 11 | org.eclipse.wst.xml.ui.internal.actions, |
| 12 | org.eclipse.wst.xml.ui.internal.autoedit, |
csalter | a3a2daa | 2005-06-15 06:53:51 +0000 | [diff] [blame] | 13 | org.eclipse.wst.xml.ui.internal.catalog, |
| 14 | org.eclipse.wst.xml.ui.internal.catalog.icons, |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 15 | org.eclipse.wst.xml.ui.internal.contentassist, |
| 16 | org.eclipse.wst.xml.ui.internal.contentoutline, |
| 17 | org.eclipse.wst.xml.ui.internal.correction, |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 18 | org.eclipse.wst.xml.ui.internal.derived, |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 19 | org.eclipse.wst.xml.ui.internal.dialogs, |
| 20 | org.eclipse.wst.xml.ui.internal.dnd, |
| 21 | org.eclipse.wst.xml.ui.internal.doubleclick, |
| 22 | org.eclipse.wst.xml.ui.internal.editor, |
| 23 | org.eclipse.wst.xml.ui.internal.hyperlink, |
| 24 | org.eclipse.wst.xml.ui.internal.nsedit, |
| 25 | org.eclipse.wst.xml.ui.internal.preferences, |
| 26 | org.eclipse.wst.xml.ui.internal.projection, |
| 27 | org.eclipse.wst.xml.ui.internal.properties, |
| 28 | org.eclipse.wst.xml.ui.internal.provisional, |
| 29 | org.eclipse.wst.xml.ui.internal.registry, |
| 30 | org.eclipse.wst.xml.ui.internal.search, |
| 31 | org.eclipse.wst.xml.ui.internal.style, |
| 32 | org.eclipse.wst.xml.ui.internal.tabletree, |
| 33 | org.eclipse.wst.xml.ui.internal.taginfo, |
| 34 | org.eclipse.wst.xml.ui.internal.templates, |
| 35 | org.eclipse.wst.xml.ui.internal.text, |
| 36 | org.eclipse.wst.xml.ui.internal.util, |
| 37 | org.eclipse.wst.xml.ui.internal.validation, |
lmandel | 3c550af | 2005-06-16 05:46:02 +0000 | [diff] [blame] | 38 | org.eclipse.wst.xml.ui.internal.validation.core, |
| 39 | org.eclipse.wst.xml.ui.internal.validation.core.errorinfo, |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 40 | org.eclipse.wst.xml.ui.internal.wizards, |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame^] | 41 | org.eclipse.wst.xml.ui.internal.wizards.icons, |
| 42 | org.eclipse.wst.xml.ui.views.contentoutline, |
| 43 | org.eclipse.wst.xml.ui.views.properties |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 44 | Require-Bundle: org.eclipse.ui.ide, |
| 45 | org.eclipse.ui.views, |
| 46 | org.eclipse.jface.text, |
| 47 | org.eclipse.ui.workbench.texteditor, |
| 48 | org.eclipse.ui.editors, |
| 49 | org.eclipse.wst.sse.ui, |
| 50 | org.eclipse.wst.sse.core, |
| 51 | org.eclipse.ui, |
| 52 | org.eclipse.core.resources, |
| 53 | org.eclipse.core.runtime, |
| 54 | org.eclipse.wst.common.uriresolver, |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 55 | org.eclipse.wst.xml.core, |
| 56 | org.eclipse.wst.common.ui, |
| 57 | org.eclipse.wst.validation |
| 58 | Eclipse-AutoStart: true |