Skip to main content
summaryrefslogtreecommitdiffstats
blob: 476033a3627543fdccd68e7fcf445424f04a77db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.css">
	<description url="http://eclipse.org/webtools/wst/components/css/overview.html"></description>
	<component-depends unrestricted="true"></component-depends>
	<plugin id="org.eclipse.wst.css.core" fragment="false" />
	<plugin id="org.eclipse.wst.css.ui" fragment="false" />
	<package name="org.eclipse.wst.css.ui.views.properties" api="false">
		<type name="CSSPropertySheetConfiguration" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.wst.css.ui" api="false">
		<type name="StructuredTextViewerConfigurationCSS" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.wst.css.ui.views.contentoutline" api="false">
		<type name="CSSContentOutlineConfiguration" subclass="true" instantiate="true" />
	</package>
</component>

Back to the top