Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa79cdc7d89154a0c7862d0acfc1520fc71acf5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<fragment>

    <extension
         point="org.eclipse.cdt.core.ProcessList">
      <processList
      		platform="linux"
            class="org.eclipse.cdt.internal.core.linux.ProcessList">
      </processList>
   </extension>
</fragment>

Back to the top