mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Added AIX to build.
This commit is contained in:
parent
3947a0947a
commit
704e3552ab
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projects>
|
<projects>
|
||||||
<plugin name="org.eclipse.cdt" type="plugin"/>
|
<plugin name="org.eclipse.cdt" type="plugin"/>
|
||||||
|
<plugin name="org.eclipse.cdt.aix" type="plugin"/>
|
||||||
<plugin name="org.eclipse.cdt.core" type="plugin"/>
|
<plugin name="org.eclipse.cdt.core" type="plugin"/>
|
||||||
|
<plugin name="org.eclipse.cdt.core.aix" type="fragment"/>
|
||||||
<plugin name="org.eclipse.cdt.core.linux" type="fragment"/>
|
<plugin name="org.eclipse.cdt.core.linux" type="fragment"/>
|
||||||
<plugin name="org.eclipse.cdt.core.qnx" type="fragment"/>
|
<plugin name="org.eclipse.cdt.core.qnx" type="fragment"/>
|
||||||
<plugin name="org.eclipse.cdt.core.solaris" type="fragment"/>
|
<plugin name="org.eclipse.cdt.core.solaris" type="fragment"/>
|
||||||
|
@ -28,6 +30,7 @@
|
||||||
<plugin name="org.eclipse.cdt.ui.tests" type="plugin"/>
|
<plugin name="org.eclipse.cdt.ui.tests" type="plugin"/>
|
||||||
<plugin name="org.eclipse.cdt.win32" type="plugin"/>
|
<plugin name="org.eclipse.cdt.win32" type="plugin"/>
|
||||||
<feature name="org.eclipse.cdt" suffix="-feature" type="feature" visible="false"/>
|
<feature name="org.eclipse.cdt" suffix="-feature" type="feature" visible="false"/>
|
||||||
|
<feature name="org.eclipse.cdt.aix" suffix="-feature" type="feature"/>
|
||||||
<feature name="org.eclipse.cdt.linux.gtk" suffix="-feature" type="feature"/>
|
<feature name="org.eclipse.cdt.linux.gtk" suffix="-feature" type="feature"/>
|
||||||
<feature name="org.eclipse.cdt.linux.motif" suffix="-feature" type="feature"/>
|
<feature name="org.eclipse.cdt.linux.motif" suffix="-feature" type="feature"/>
|
||||||
<feature name="org.eclipse.cdt.make" suffix="-feature" type="feature"/>
|
<feature name="org.eclipse.cdt.make" suffix="-feature" type="feature"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue