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: 4a896475b3364d1d96b067568a2a2e8e8a5f497d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model"
	name="org.eclipse.jst.common.frameworks">
	<component-depends unrestricted="true"></component-depends>
	<plugin id="org.eclipse.jst.common.frameworks" fragment="false" />
	<plugin id="org.eclipse.jst.common.navigator.java" fragment="false" />
	<plugin id="org.eclipse.jst.common.annotations.controller"
		fragment="false" />
	<plugin id="org.eclipse.jst.common.annotations.core"
		fragment="false" />
	<plugin id="org.eclipse.jst.common.annotations.ui" fragment="false" />
</component>

Back to the top