mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site pack200="true" digestURL="http://download.eclipse.org/dsdp/tm/updates/"
|
<site
|
||||||
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/site.xml&format=xml&protocol=http">
|
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/">
|
<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>
|
</description>
|
||||||
<feature url="features/org.eclipse.rse.core_1.0.0.200607201800.jar" id="org.eclipse.rse.core" version="1.0.0.200607201800">
|
<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)"/>
|
<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">
|
<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)"/>
|
<category name="Remote System Explorer (Runtime Only)"/>
|
||||||
</feature>
|
</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">
|
<category-def name="Remote System Explorer (RSE)" label="RSE">
|
||||||
<description>
|
<description>
|
||||||
This category contains the features of the Remote System Explorer (RSE).
|
This category contains the features of the Remote System Explorer (RSE).
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
license.html,\
|
license.html,\
|
||||||
epl-v10.html
|
epl-v10.html,\
|
||||||
#generate.plugin@org.eclipse.rse.examples.source=org.eclipse.rse.examples
|
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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.sdk.examples"
|
id="org.eclipse.rse.examples"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.0.qualifier"
|
version="1.0.0.qualifier"
|
||||||
image= "eclipse_update_120.jpg"
|
image= "eclipse_update_120.jpg"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.examples.developer"
|
id="org.eclipse.rse.examples.tutorial"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
|
@ -49,9 +49,9 @@
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
-->
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.examples.source"
|
id="org.eclipse.rse.examples.source"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
-->
|
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %plugin.name
|
Bundle-Name: %plugin.name
|
||||||
Bundle-SymbolicName: org.eclipse.rse.examples.daytime;singleton:=true
|
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-Activator: org.eclipse.rse.examples.daytime.Activator
|
||||||
Bundle-Vendor: Eclipse.org
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: RSE Tutorial Examples
|
Bundle-Name: RSE Tutorial Examples
|
||||||
Bundle-SymbolicName: org.eclipse.rse.examples.developer;singleton:=true
|
Bundle-SymbolicName: org.eclipse.rse.examples.tutorial;singleton:=true
|
||||||
Bundle-Version: 1.0.0
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Activator: samples.RSESamplesPlugin
|
Bundle-Activator: samples.RSESamplesPlugin
|
||||||
Bundle-Vendor: Eclipse.org
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue