1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 11:15:38 +02:00

Bug 577097: Assign a category to all o.e.remote features

In the p2 site all the o.e.remote features are appearing in the
Uncategorized category, AFAICT this is because the category.xml
file was not actually valid. Note that the PTP version
in https://download.eclipse.org/tools/ptp/builds/remote/3.0/2021-09
also showed everything as uncategorized, so this commit is actually
an improvement on presentation.

Change-Id: Ic3304c8e57131efd3c7adc6eec021f72e6ba1a36
This commit is contained in:
Jonah Graham 2022-01-12 09:36:13 -05:00
parent 537c57d3dd
commit e2eca3eb67

View file

@ -254,35 +254,35 @@
<bundle id="org.eclipse.cdt.jsoncdb.nvidia.source"> <bundle id="org.eclipse.cdt.jsoncdb.nvidia.source">
<category name="extra-jsoncdb"/> <category name="extra-jsoncdb"/>
</bundle> </bundle>
<feature url="features/org.eclipse.remote_0.0.0.jar" id="org.eclipse.remote" version="0.0.0"> <feature id="org.eclipse.remote">
<category name="Remote Services"/> <category name="remote"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.source_0.0.0.jar" id="org.eclipse.remote.source" version="0.0.0"> <feature id="org.eclipse.remote.source">
<category name="Remote Services SDK"/> <category name="remote_sdk"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.serial_0.0.0.jar" id="org.eclipse.remote.serial" version="0.0.0"> <feature id="org.eclipse.remote.serial">
<category name="Remote Serial Port"/> <category name="remote"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.serial.source_0.0.0.jar" id="org.eclipse.remote.serial.source" version="0.0.0"> <feature id="org.eclipse.remote.serial.source">
<category name="Remote Console SDK"/> <category name="remote_sdk"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.console_0.0.0.jar" id="org.eclipse.remote.console" version="0.0.0"> <feature id="org.eclipse.remote.console">
<category name="Remote Console"/> <category name="remote"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.console.source_0.0.0.jar" id="org.eclipse.remote.console.source" version="0.0.0"> <feature id="org.eclipse.remote.console.source">
<category name="Remote Console SDK"/> <category name="remote_sdk"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.telnet_0.0.0.jar" id="org.eclipse.remote.telnet" version="0.0.0"> <feature id="org.eclipse.remote.telnet">
<category name="Telnet Protocol Support"/> <category name="remote"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.telnet.source_0.0.0.jar" id="org.eclipse.remote.telnet.source" version="0.0.0"> <feature id="org.eclipse.remote.telnet.source">
<category name="Telnet Protocol Support SDK"/> <category name="remote_sdk"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.proxy_0.0.0.jar" id="org.eclipse.remote.proxy" version="0.0.0"> <feature id="org.eclipse.remote.proxy">
<category name="Remote Proxy Agent"/> <category name="remote"/>
</feature> </feature>
<feature url="features/org.eclipse.remote.proxy.source_0.0.0.jar" id="org.eclipse.remote.proxy.source" version="0.0.0"> <feature id="org.eclipse.remote.proxy.source">
<category name="Remote Proxy Agent SDK"/> <category name="remote_sdk"/>
</feature> </feature>
<category-def name="main" label="CDT Main Features"/> <category-def name="main" label="CDT Main Features"/>
<category-def name="extra" label="CDT Optional Features"/> <category-def name="extra" label="CDT Optional Features"/>
@ -304,4 +304,6 @@
Additional compilers support for the JSON CDB parser. Additional compilers support for the JSON CDB parser.
</description> </description>
</category-def> </category-def>
<category-def name="remote" label="Remote Services"/>
<category-def name="remote_sdk" label="Remote Services SDK"/>
</site> </site>