mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +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">
|
plugin-version="1.0.0">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
|
<library name="cdt_solaris.jar"/>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.cdt.core.ProcessList">
|
||||||
|
<processList
|
||||||
|
class="org.eclipse.cdt.internal.core.solaris.ProcessList">
|
||||||
|
</processList>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
Loading…
Add table
Reference in a new issue