mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Releng: Uprev o.e.tm.terminal plug-in and releated features
This commit is contained in:
parent
e8f63b427b
commit
0786b89726
16 changed files with 41 additions and 41 deletions
|
@ -1,36 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/org.eclipse.rse_3.5.0.qualifier.jar" id="org.eclipse.rse" version="3.5.0.qualifier">
|
||||
<category name="tm_35_main"/>
|
||||
<category name="tm_36_main"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.rse.sdk_3.5.0.qualifier.jar" id="org.eclipse.rse.sdk" version="3.5.0.qualifier">
|
||||
<category name="tm_35_main"/>
|
||||
<category name="tm_36_main"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.rse.useractions_1.1.500.qualifier.jar" id="org.eclipse.rse.useractions" version="1.1.500.qualifier">
|
||||
<category name="tm_35_main"/>
|
||||
<category name="tm_36_main"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.rse.examples_3.1.400.qualifier.jar" id="org.eclipse.rse.examples" version="3.1.400.qualifier">
|
||||
<category name="tm_35_optional"/>
|
||||
<category name="tm_36_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.rse.scp_0.2.100.qualifier.jar" id="org.eclipse.rse.scp" version="0.2.100.qualifier">
|
||||
<category name="tm_35_optional"/>
|
||||
<category name="tm_36_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.100.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.100.qualifier">
|
||||
<category name="tm_35_optional"/>
|
||||
<category name="tm_36_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.300.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.300.qualifier">
|
||||
<category name="tm_35_main"/>
|
||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.400.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.400.qualifier">
|
||||
<category name="tm_36_main"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.core.sdk_3.3.300.qualifier.jar" id="org.eclipse.tm.terminal.core.sdk" version="3.3.300.qualifier">
|
||||
<category name="tm_35_main"/>
|
||||
<feature url="features/org.eclipse.tm.terminal.core.sdk_3.3.400.qualifier.jar" id="org.eclipse.tm.terminal.core.sdk" version="3.3.400.qualifier">
|
||||
<category name="tm_36_main"/>
|
||||
</feature>
|
||||
|
||||
<category-def name="tm_35_main" label="TM and RSE 3.5 Main Features">
|
||||
<category-def name="tm_36_main" label="TM Terminal and RSE 3.6 Main Features">
|
||||
<description>
|
||||
TM and RSE Main Features
|
||||
TM Terminal and RSE Main Features
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="tm_35_optional" label="TM and RSE 3.5 Optional Add-Ons">
|
||||
<category-def name="tm_36_optional" label="TM Terminal and RSE 3.6 Optional Add-Ons">
|
||||
<description>
|
||||
Examples, Tests and Incubation Plug-ins.
|
||||
</description>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal"
|
||||
label="%featureName"
|
||||
version="3.2.300.qualifier"
|
||||
version="3.2.400.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
@ -32,8 +32,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||
<version>3.2.300.qualifier</version>
|
||||
<version>3.2.400.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.core.sdk"
|
||||
label="%featureName"
|
||||
version="3.3.300.qualifier"
|
||||
version="3.3.400.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
@ -31,8 +31,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
||||
<version>3.3.300.qualifier</version>
|
||||
<version>3.3.400.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.sdk"
|
||||
label="%featureName"
|
||||
version="3.3.300.qualifier"
|
||||
version="3.3.400.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
@ -32,8 +32,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
||||
<version>3.3.300.qualifier</version>
|
||||
<version>3.3.400.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
||||
Bundle-Version: 3.2.300.qualifier
|
||||
Bundle-Version: 3.2.400.qualifier
|
||||
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||
<version>3.2.300.qualifier</version>
|
||||
<version>3.2.400.qualifier</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue