mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
Fix update site category naming
This commit is contained in:
parent
ec59b500ba
commit
d5af8bf363
1 changed files with 16 additions and 17 deletions
|
@ -3,33 +3,32 @@
|
||||||
<description url="http://download.eclipse.org/dsdp/tm/updates/">
|
<description url="http://download.eclipse.org/dsdp/tm/updates/">
|
||||||
Target Management Project Updates
|
Target Management Project Updates
|
||||||
</description>
|
</description>
|
||||||
<feature url="features/org.eclipse.rse.core_1.0.0.200607201701.jar" id="org.eclipse.rse.core" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.core_1.0.0.200607201800.jar" id="org.eclipse.rse.core" version="1.0.0.200607201800">
|
||||||
<category name="RSE_Runtime"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.dstore_1.0.0.200607201701.jar" id="org.eclipse.rse.dstore" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.dstore_1.0.0.200607201800.jar" id="org.eclipse.rse.dstore" version="1.0.0.200607201800">
|
||||||
<category name="RSE_Runtime"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.ftp_1.0.0.200607201701.jar" id="org.eclipse.rse.ftp" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.ftp_1.0.0.200607201800.jar" id="org.eclipse.rse.ftp" version="1.0.0.200607201800">
|
||||||
<category name="RSE_Runtime"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.local_1.0.0.200607201701.jar" id="org.eclipse.rse.local" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.local_1.0.0.200607201800.jar" id="org.eclipse.rse.local" version="1.0.0.200607201800">
|
||||||
<category name="RSE_Runtime"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.sdk_1.0.0.200607201701.jar" id="org.eclipse.rse.sdk" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.sdk_1.0.0.200607201800.jar" id="org.eclipse.rse.sdk" version="1.0.0.200607201800">
|
||||||
<category name="RSE"/>
|
<category name="Remote System Explorer (RSE)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.ssh_1.0.0.200607201701.jar" id="org.eclipse.rse.ssh" version="1.0.0.200607201701">
|
<feature url="features/org.eclipse.rse.ssh_1.0.0.200607201800.jar" id="org.eclipse.rse.ssh" version="1.0.0.200607201800">
|
||||||
<category name="RSE_Runtime"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</feature>
|
||||||
<category-def name="RSE" label="Remote Systems Explorer (RSE)">
|
<category-def name="Remote System Explorer (RSE)" label="RSE">
|
||||||
<description>
|
<description>
|
||||||
This category contains the features of the Remote Systems Explorer (RSE).
|
This category contains the features of the Remote System Explorer (RSE).
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
<category-def name="RSE_Runtime" label="Remote Systems Explorer (RSE) - Runtime only">
|
<category-def name="Remote System Explorer (Runtime Only)" label="RSE_Runtime">
|
||||||
<description>
|
<description>
|
||||||
This category contains the features of the Remote Systems Explorer (RSE) - Runtime only.
|
RSE Runtime-only features: Use this if you do not want to get developer documentation or sources.
|
||||||
These features are included in the RSE SDK; use these instead of the SDK if you do not want to get developer documentation, or sources. Select one or more of the "Services" features you need, then choose "select required" to get the core.
|
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
</site>
|
</site>
|
||||||
|
|
Loading…
Add table
Reference in a new issue