Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8fae48c4742de05a4d3b3ae92cd3b5489055cbb3 (plain) (blame)
1
2
3
4
5
6
7
8
<plugin>
	<extension point="org.eclipse.equinox.prov.engine.touchpoints" id="eclipse" name="Eclipse Touchpoint">
		<touchpoint 
			type="eclipse" 
			class="org.eclipse.equinox.internal.prov.touchpoint.eclipse.EclipseTouchpoint"
			version="1.0.0"/>
	</extension>
</plugin>

Back to the top