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