Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 33f3973df0f2507de3ab0e9e0dc6d3656c9c65ad (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.solaris"
   name="%fragmentName"
   version="2.0.0"
   provider-name="%providerName"
   plugin-id="org.eclipse.cdt.core"
   plugin-version="2.0.0">

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


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

Back to the top