mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 19:05:38 +02:00
Fix RSE Examples feature
This commit is contained in:
parent
26f97ebfb3
commit
cce4858b96
5 changed files with 15 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site pack200="true" digestURL="http://download.eclipse.org/dsdp/tm/updates/"
|
||||
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/site.xml&format=xml&protocol=http">
|
||||
<site
|
||||
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/site.xml&format=xml&protocol=http">
|
||||
<description url="http://download.eclipse.org/dsdp/tm/updates/">
|
||||
This is the Target Management Project Update Site for the Remote Systems Explorer (RSE).
|
||||
This is the Target Management Project Update Site for the Remote Systems Explorer (RSE).
|
||||
</description>
|
||||
<feature url="features/org.eclipse.rse.core_1.0.0.200607201800.jar" id="org.eclipse.rse.core" version="1.0.0.200607201800">
|
||||
<category name="Remote System Explorer (Runtime Only)"/>
|
||||
|
@ -22,6 +22,9 @@
|
|||
<feature url="features/org.eclipse.rse.ssh_1.0.0.200607201800.jar" id="org.eclipse.rse.ssh" version="1.0.0.200607201800">
|
||||
<category name="Remote System Explorer (Runtime Only)"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.rse.examples_1.0.0.200608180112.jar" id="org.eclipse.rse.examples" version="1.0.0.200608180112">
|
||||
<category name="Remote System Explorer (RSE)"/>
|
||||
</feature>
|
||||
<category-def name="Remote System Explorer (RSE)" label="RSE">
|
||||
<description>
|
||||
This category contains the features of the Remote System Explorer (RSE).
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = feature.xml,\
|
||||
feature.properties,\
|
||||
license.html,\
|
||||
epl-v10.html
|
||||
#generate.plugin@org.eclipse.rse.examples.source=org.eclipse.rse.examples
|
||||
epl-v10.html,\
|
||||
eclipse_update_120.jpg
|
||||
generate.plugin@org.eclipse.rse.examples.source=org.eclipse.rse.examples
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.sdk.examples"
|
||||
id="org.eclipse.rse.examples"
|
||||
label="%featureName"
|
||||
version="1.0.0.qualifier"
|
||||
image= "eclipse_update_120.jpg"
|
||||
|
@ -37,7 +37,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.developer"
|
||||
id="org.eclipse.rse.examples.tutorial"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -49,9 +49,9 @@
|
|||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
-->
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.source"
|
||||
version="0.0.0"/>
|
||||
-->
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %plugin.name
|
||||
Bundle-SymbolicName: org.eclipse.rse.examples.daytime;singleton:=true
|
||||
Bundle-Version: 0.0.2
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.examples.daytime.Activator
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: RSE Tutorial Examples
|
||||
Bundle-SymbolicName: org.eclipse.rse.examples.developer;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-SymbolicName: org.eclipse.rse.examples.tutorial;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Activator: samples.RSESamplesPlugin
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Localization: plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue