mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
21 lines
502 B
XML
21 lines
502 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<fragment
|
|
id="org.eclipse.cdt.core.solaris"
|
|
name="%fragmentName"
|
|
version="1.0.1"
|
|
provider-name="%providerName"
|
|
plugin-id="org.eclipse.cdt.core"
|
|
plugin-version="1.0.1">
|
|
|
|
<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>
|