mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Separate feature for Jakarta ORO. Update legal docs for Apache. Add branding plugin info for Apache stuff.
This commit is contained in:
parent
2f3ab519d3
commit
ce1e0eb6db
1 changed files with 14 additions and 3 deletions
|
@ -17,13 +17,13 @@
|
||||||
<category name="RSE Runtime only"/>
|
<category name="RSE Runtime only"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.sdk_1.0.0.qualifier.jar" id="org.eclipse.rse.sdk" version="1.0.0.qualifier">
|
<feature url="features/org.eclipse.rse.sdk_1.0.0.qualifier.jar" id="org.eclipse.rse.sdk" version="1.0.0.qualifier">
|
||||||
<category name="Remote System Explorer (RSE)"/>
|
<category name="Remote System Explorer (RSE) SDK"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.ssh_1.0.0.qualifier.jar" id="org.eclipse.rse.ssh" version="1.0.0.qualifier">
|
<feature url="features/org.eclipse.rse.ssh_1.0.0.qualifier.jar" id="org.eclipse.rse.ssh" version="1.0.0.qualifier">
|
||||||
<category name="RSE Runtime only"/>
|
<category name="RSE Runtime only"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.examples_1.0.0.qualifier.jar" id="org.eclipse.rse.examples" version="1.0.0.qualifier">
|
<feature url="features/org.eclipse.rse.examples_1.0.0.qualifier.jar" id="org.eclipse.rse.examples" version="1.0.0.qualifier">
|
||||||
<category name="Remote System Explorer (RSE)"/>
|
<category name="Remote System Explorer (RSE) SDK"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.remotecdt_1.0.0.qualifier.jar" id="org.eclipse.rse.remotecdt" version="1.0.0.qualifier">
|
<feature url="features/org.eclipse.rse.remotecdt_1.0.0.qualifier.jar" id="org.eclipse.rse.remotecdt" version="1.0.0.qualifier">
|
||||||
<category name="RSE Runtime only"/>
|
<category name="RSE Runtime only"/>
|
||||||
|
@ -34,12 +34,18 @@
|
||||||
<feature url="features/org.eclipse.tm.discovery_1.0.0.qualifier.jar" id="org.eclipse.tm.discovery" version="1.0.0.qualifier">
|
<feature url="features/org.eclipse.tm.discovery_1.0.0.qualifier.jar" id="org.eclipse.tm.discovery" version="1.0.0.qualifier">
|
||||||
<category name="RSE Experimental Add-ons"/>
|
<category name="RSE Experimental Add-ons"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature url="features/org.apache.commons_net_1.4.1.qualifier.jar" id="org.apache.commons_net" version="1.4.1.qualifier">
|
||||||
|
<category name="Enabling Features"/>
|
||||||
|
</feature>
|
||||||
|
<feature url="features/org.apache.oro_2.0.8.qualifier.jar" id="org.apache.oro" version="2.0.8.qualifier">
|
||||||
|
<category name="Enabling Features"/>
|
||||||
|
</feature>
|
||||||
<category-def name="RSE Runtime only" label="RSE_Runtime">
|
<category-def name="RSE Runtime only" label="RSE_Runtime">
|
||||||
<description>
|
<description>
|
||||||
RSE Runtime-only features: no developer documentation or sources.
|
RSE Runtime-only features: no developer documentation or sources.
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
<category-def name="Remote System Explorer (RSE)" label="RSE_SDK">
|
<category-def name="Remote System Explorer (RSE) SDK" label="RSE_SDK">
|
||||||
<description>
|
<description>
|
||||||
Remote System Explorer (RSE) with developer documentation and sources..
|
Remote System Explorer (RSE) with developer documentation and sources..
|
||||||
</description>
|
</description>
|
||||||
|
@ -49,4 +55,9 @@
|
||||||
Experimental add-ons for RSE
|
Experimental add-ons for RSE
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
|
<category-def name="Enabling Features" label="Enabling Features">
|
||||||
|
<description>
|
||||||
|
Third Party Libraries
|
||||||
|
</description>
|
||||||
|
</category-def>
|
||||||
</site>
|
</site>
|
||||||
|
|
Loading…
Add table
Reference in a new issue