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
|
||||
id="org.eclipse.cdt.core.aix"
|
||||
name="%fragmentName"
|
||||
version="1.1.0"
|
||||
version="1.2.0"
|
||||
provider-name="%providerName"
|
||||
plugin-id="org.eclipse.cdt.core"
|
||||
plugin-version="1.1.0">
|
||||
plugin-version="1.2.0">
|
||||
|
||||
<runtime>
|
||||
<library name="cdtaix.jar"/>
|
||||
</runtime>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
</requires>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.ProcessList">
|
||||
<processList
|
||||
class="org.eclipse.cdt.internal.core.linux.ProcessList">
|
||||
</processList>
|
||||
</extension>
|
||||
|
||||
</fragment>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue