mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 559674: Include only "primary" cmake.is support by default
The vendor specific support files need to be installed separately. Includes changing the bundles display names to match the CMake main bundle so that in the install wizard it is clear(er) what they work with. Change-Id: I12ca155228e906c6c38fe37e37e8ce08d05a2452
This commit is contained in:
parent
279fc6a8b2
commit
2bd07a89ca
7 changed files with 35 additions and 56 deletions
|
@ -42,13 +42,6 @@
|
|||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.arm"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.core"
|
||||
download-size="0"
|
||||
|
@ -69,32 +62,4 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.hpenonstop"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.intel"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.microsoft"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.cmake.is.nvidia"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundleName=CDT indexer support for ARM C compilers
|
||||
bundleName=C/C++ CMake Build Support for ARM C compilers
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2019 Martin Weber\n\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundleName=CDT indexer support for HPE NonStop C/C++ compilers
|
||||
bundleName=C/C++ CMake Build Support for HPE NonStop C/C++ compilers
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2019 Martin Weber\n\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundleName=CDT indexer support for Intel C compilers
|
||||
bundleName=C/C++ CMake Build Support for Intel C compilers
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundleName=CDT indexer support for Microsoft cl C/C++ compiler
|
||||
bundleName=C/C++ CMake Build Support for Microsoft cl C/C++ compiler
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundleName=CDT indexer support for NVidia CUDA compilers
|
||||
bundleName=C/C++ CMake Build Support for NVidia CUDA compilers
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2019 Martin Weber\n\
|
||||
|
|
|
@ -144,22 +144,6 @@
|
|||
<feature id="org.eclipse.launchbar.remote.source">
|
||||
<category name="launchbar"/>
|
||||
</feature>
|
||||
<iu id="org.eclipse.cdt.util" version="0.0.0"/>
|
||||
<iu id="org.eclipse.cdt.util.source" version="0.0.0"/>
|
||||
<iu id="org.eclipse.cdt.remote.core" version="0.0.0"/>
|
||||
<iu id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
|
||||
<iu id="javax.activation" version="0.0.0"/>
|
||||
<iu id="javax.xml" version="0.0.0"/>
|
||||
<iu id="javax.xml.bind" version="0.0.0"/>
|
||||
<iu id="javax.xml.stream" version="0.0.0"/>
|
||||
<iu id="com.google.gson" version="0.0.0"/>
|
||||
<iu id="org.freemarker" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.core" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.core.source" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.freemarker.source" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.ui" version="0.0.0"/>
|
||||
<iu id="org.eclipse.tools.templates.ui.source" version="0.0.0"/>
|
||||
<feature id="org.eclipse.tm.terminal.control.feature">
|
||||
<category name="terminal_main"/>
|
||||
</feature>
|
||||
|
@ -208,6 +192,36 @@
|
|||
<feature id="org.eclipse.tm.terminal.feature.source">
|
||||
<category name="terminal_sdk"/>
|
||||
</feature>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.arm">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.arm.source">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.hpenonstop">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.hpenonstop.source">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.intel">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.intel.source">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.microsoft">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.microsoft.source">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.nvidia">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.cdt.cmake.is.nvidia.source">
|
||||
<category name="extra"/>
|
||||
</bundle>
|
||||
<category-def name="main" label="CDT Main Features"/>
|
||||
<category-def name="extra" label="CDT Optional Features"/>
|
||||
<category-def name="launchbar" label="LaunchBar"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue