Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab88fac0b3e2a3d44a6c563051ce55828f97452d (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
26
27
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.jst.jsp">
	<component-depends unrestricted="true" />
	<plugin id="org.eclipse.jst.jsp.core" fragment="false" />
	<package name="org.eclipse.jst.jsp.core.taglib" api="false">
		<type name="IJarRecord" implement="false" />
		<type name="ITagDirRecord" implement="false" />
		<type name="ITaglibIndexDelta" 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" />
		<type name="TaglibIndexDelta" subclass="false" instantiate="false" />
	</package>
	<plugin id="org.eclipse.jst.jsp.ui" fragment="false" />
	<package name="org.eclipse.jst.jsp.ui" api="false">
		<type name="StructuredTextViewerConfigurationJSP" subclass="true" instantiate="true" />
	</package>
	<package name="org.eclipse.jst.jsp.ui.views.contentoutline" api="false">
		<type name="JSPContentOutlineConfiguration" subclass="true" instantiate="true" />
	</package>
	<plugin id="org.eclipse.jst.jsp.ui.infopop" fragment="false" />
	<description url="http://eclipse.org/webtools/jst/components/jsp/overview.html" />
</component>

Back to the top