Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 990388563a25de8b779c1cc5c75949087fce5f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<plugin>
<extension-point 
		id="touchpoints" 
		name="Touchpoints" 
		schema="schema/touchpoints.exsd"/>
		
	<extension point="org.eclipse.equinox.prov.engine.touchpoints" id="null" name="Null Touchpoint">
		<touchpoint 
			type="null" 
			class="org.eclipse.equinox.internal.prov.engine.NullTouchpoint"
			version="1.0.0"/>
	</extension>
</plugin>

Back to the top