mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Implemented the AIX feature.
This commit is contained in:
parent
e05f8b0b59
commit
3947a0947a
3 changed files with 8 additions and 7 deletions
|
@ -2,19 +2,20 @@
|
||||||
<fragment
|
<fragment
|
||||||
id="org.eclipse.cdt.core.aix"
|
id="org.eclipse.cdt.core.aix"
|
||||||
name="%fragmentName"
|
name="%fragmentName"
|
||||||
version="1.1.0"
|
version="1.2.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin-id="org.eclipse.cdt.core"
|
plugin-id="org.eclipse.cdt.core"
|
||||||
plugin-version="1.1.0">
|
plugin-version="1.2.0">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdtaix.jar"/>
|
<library name="cdtaix.jar"/>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
||||||
<requires>
|
<extension
|
||||||
<import plugin="org.eclipse.core.resources"/>
|
point="org.eclipse.cdt.core.ProcessList">
|
||||||
<import plugin="org.eclipse.ui"/>
|
<processList
|
||||||
</requires>
|
class="org.eclipse.cdt.internal.core.linux.ProcessList">
|
||||||
|
</processList>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue