Skip to main content
summaryrefslogtreecommitdiffstats
blob: e061eb30514b621e9810e87a3e7219fbe1e96a92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.xml">
	<component-depends unrestricted="true"></component-depends>
	<plugin id="org.eclipse.wst.xmleditor.doc.user" fragment="false" />
	<plugin id="org.eclipse.wst.xml.core" fragment="false" />
	<plugin id="org.eclipse.wst.xml.ui" fragment="false" />
	<description url="http://eclipse.org/webtools/wst/components/xml/overview.html" />
	<package name="org.eclipse.wst.xml.ui" api="false">
		<type name="StructuredTextViewerConfigurationXML" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.wst.xml.ui.views.contentoutline" api="false">
		<type name="XMLContentOutlineConfiguration" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.wst.xml.ui.views.properties" api="false">
		<type name="XMLPropertySheetConfiguration" subclass="true" instantiate="true" />
	</package>
	<plugin id="org.eclipse.wst.xml.ui.infopop" fragment="false" />
	<plugin id="org.eclipse.wst.xml_core.feature.source" fragment="false" />
	<plugin id="org.eclipse.wst.xml_ui.feature.source" fragment="false" />
	<plugin id="org.apache.xerces" fragment="false" />
</component>

Back to the top