Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8db1bb5431eebd5c0edccecf4422a98c405e5659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<fragment
   id="org.eclipse.cdt.core.aix"
   name="%fragmentName.aix"
   version="3.0.2"
   provider-name="%providerName"
   plugin-id="org.eclipse.cdt.core"
   plugin-version="3.0.2">

   <runtime>
      <library name="cdtaix.jar"/>
   </runtime>


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

Back to the top