mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
implement extension point ProcessList.
This commit is contained in:
parent
b223fdb790
commit
08750ca15e
1 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,14 @@
|
|||
plugin-version="1.0.0">
|
||||
|
||||
<runtime>
|
||||
<library name="cdt_solaris.jar"/>
|
||||
</runtime>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.ProcessList">
|
||||
<processList
|
||||
class="org.eclipse.cdt.internal.core.solaris.ProcessList">
|
||||
</processList>
|
||||
</extension>
|
||||
|
||||
</fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue