Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 0d66ac286d05ab4462de53e54f3cffc2bb3f7664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.jsdt.web">
	<component-depends unrestricted="true" />
	<plugin id="org.eclipse.wst.jsdt.web.core" fragment="false" />
	<package name="org.eclipse.wst.jsdt.web.core.taglib" api="false">
		<type name="IJarRecord" implement="false" />
		<!-- <type name="ITagDirRecord" implement="false" /> -->
		<!-- <type name="ITaglibIndexListener" implement="true" /> -->
		<type name="ITaglibDescriptor" implement="false" />
		<type name="ITaglibRecord" implement="false" />
		<!-- <type name="ITaglibRecordEvent" implement="false" /> -->
		<type name="ITLDRecord" implement="false" />
		<type name="IURLRecord" implement="false" />
		<type name="TaglibIndex" subclass="false" instantiate="false" />
	</package>
	<plugin id="org.eclipse.wst.jsdt.web.ui" fragment="false" />
	<package name="org.eclipse.wst.jsdt.web.ui" api="false">
		<type name="StructuredTextViewerConfigurationJSP" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.wst.jsdt.web.ui.views.contentoutline" api="false">
		<type name="JSPContentOutlineConfiguration" subclass="true" instantiate="true" />
	</package>
	<plugin id="org.eclipse.wst.jsdt.web.ui.infopop" fragment="false" />
	<description url="http://eclipse.org/webtools/jst/components/jsp/overview.html" />
</component>

Back to the top