Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c1635b2ab363441b679b5922ba6e5b97432232ea (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension point="org.eclipse.tcf.debug.ui.presentation_provider">
      <class name="org.eclipse.tcf.examples.presentation.PresentationExample"/>
   </extension>

</plugin>

Back to the top