blob: 7bbae20ffcdcc2e946e063f3738c33e627066b66 [file] [log] [blame]
jeffliu38477e82005-05-30 00:52:19 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.wst.xml.ui; singleton:=true
david_williamse0c26f52005-06-13 20:36:19 +00005Bundle-Version: 0.7.0
jeffliu38477e82005-05-30 00:52:19 +00006Bundle-Activator: org.eclipse.wst.xml.ui.internal.XMLUIPlugin
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
nitind1bf20a12005-09-15 11:48:15 +00009Export-Package: org.eclipse.wst.xml.ui,
10 org.eclipse.wst.xml.ui.internal,
jeffliu38477e82005-05-30 00:52:19 +000011 org.eclipse.wst.xml.ui.internal.actions,
12 org.eclipse.wst.xml.ui.internal.autoedit,
csaltera3a2daa2005-06-15 06:53:51 +000013 org.eclipse.wst.xml.ui.internal.catalog,
14 org.eclipse.wst.xml.ui.internal.catalog.icons,
jeffliu38477e82005-05-30 00:52:19 +000015 org.eclipse.wst.xml.ui.internal.contentassist,
16 org.eclipse.wst.xml.ui.internal.contentoutline,
17 org.eclipse.wst.xml.ui.internal.correction,
nitindf8e77632005-09-07 23:49:25 +000018 org.eclipse.wst.xml.ui.internal.derived,
jeffliu38477e82005-05-30 00:52:19 +000019 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,
lmandel3c550af2005-06-16 05:46:02 +000038 org.eclipse.wst.xml.ui.internal.validation.core,
39 org.eclipse.wst.xml.ui.internal.validation.core.errorinfo,
jeffliu38477e82005-05-30 00:52:19 +000040 org.eclipse.wst.xml.ui.internal.wizards,
nitind1bf20a12005-09-15 11:48:15 +000041 org.eclipse.wst.xml.ui.internal.wizards.icons,
42 org.eclipse.wst.xml.ui.views.contentoutline,
43 org.eclipse.wst.xml.ui.views.properties
jeffliu38477e82005-05-30 00:52:19 +000044Require-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,
jeffliu38477e82005-05-30 00:52:19 +000055 org.eclipse.wst.xml.core,
56 org.eclipse.wst.common.ui,
57 org.eclipse.wst.validation
58Eclipse-AutoStart: true