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

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


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

Back to the top