Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8c5d78845f082c34af840659550957cfe42ccaae (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.tcf.debug.ui.presentation_provider">
      <class name="org.eclipse.tcf.examples.filtering.PresentationFilter"/>
   </extension>

</plugin>

Back to the top