mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added platform specific features
This commit is contained in:
parent
e2b01e6c3e
commit
b6da118ed8
1 changed files with 28 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
os="win32"
|
os="solaris"
|
||||||
ws="win32"
|
ws="motif"
|
||||||
nl="en_US"
|
nl="en_US"
|
||||||
arch="x86"
|
arch="sparc"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.platform" version="2.0.1" match="compatible"/>
|
<import plugin="org.eclipse.platform" version="2.0.0" match="compatible"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
@ -75,6 +75,30 @@
|
||||||
version="1.0.0">
|
version="1.0.0">
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.core.linux"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="1.0.0"
|
||||||
|
fragment="true">
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.core.qnx"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="1.0.0"
|
||||||
|
fragment="true">
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.core.solaris"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="1.0.0"
|
||||||
|
fragment="true">
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.core.win32"
|
id="org.eclipse.cdt.core.win32"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue