mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Merge branch 'TM_3.6_maintenance'
This commit is contained in:
commit
a28e5fe1b3
61 changed files with 689 additions and 141 deletions
|
@ -1,27 +1,27 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site>
|
<site>
|
||||||
<feature url="features/org.eclipse.rse_3.5.0.qualifier.jar" id="org.eclipse.rse" version="3.5.0.qualifier">
|
<feature url="features/org.eclipse.rse_0.0.0.jar" id="org.eclipse.rse" version="0.0.0">
|
||||||
<category name="tm_36_main"/>
|
<category name="tm_36_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.sdk_3.5.0.qualifier.jar" id="org.eclipse.rse.sdk" version="3.5.0.qualifier">
|
<feature url="features/org.eclipse.rse.sdk_0.0.0.jar" id="org.eclipse.rse.sdk" version="0.0.0">
|
||||||
<category name="tm_36_main"/>
|
<category name="tm_36_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.useractions_1.1.500.qualifier.jar" id="org.eclipse.rse.useractions" version="1.1.500.qualifier">
|
<feature url="features/org.eclipse.rse.useractions_0.0.0.jar" id="org.eclipse.rse.useractions" version="0.0.0">
|
||||||
<category name="tm_36_main"/>
|
<category name="tm_36_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.examples_3.1.400.qualifier.jar" id="org.eclipse.rse.examples" version="3.1.400.qualifier">
|
<feature url="features/org.eclipse.rse.examples_0.0.0.jar" id="org.eclipse.rse.examples" version="0.0.0">
|
||||||
<category name="tm_36_optional"/>
|
<category name="tm_36_optional"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.scp_0.2.100.qualifier.jar" id="org.eclipse.rse.scp" version="0.2.100.qualifier">
|
<feature url="features/org.eclipse.rse.scp_0.0.0.jar" id="org.eclipse.rse.scp" version="0.0.0">
|
||||||
<category name="tm_36_optional"/>
|
<category name="tm_36_optional"/>
|
||||||
</feature>
|
</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">
|
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.0.0.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.0.0">
|
||||||
<category name="tm_36_optional"/>
|
<category name="tm_36_optional"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.400.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.400.qualifier">
|
<feature url="features/org.eclipse.tm.terminal.sdk_0.0.0.jar" id="org.eclipse.tm.terminal.sdk" version="0.0.0">
|
||||||
<category name="tm_36_main"/>
|
<category name="tm_36_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<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">
|
<feature url="features/org.eclipse.tm.terminal.core.sdk_0.0.0.jar" id="org.eclipse.tm.terminal.core.sdk" version="0.0.0">
|
||||||
<category name="tm_36_main"/>
|
<category name="tm_36_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse"
|
id="org.eclipse.rse"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.5.0.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse"
|
plugin="org.eclipse.rse"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse</artifactId>
|
<artifactId>org.eclipse.rse</artifactId>
|
||||||
<version>3.5.0-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.core"
|
id="org.eclipse.rse.core"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.4.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.core"
|
plugin="org.eclipse.rse.core"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.core</artifactId>
|
<artifactId>org.eclipse.rse.core</artifactId>
|
||||||
<version>3.4.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.core.source"
|
id="org.eclipse.rse.core.source"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.4.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.core.source</artifactId>
|
<artifactId>org.eclipse.rse.core.source</artifactId>
|
||||||
<version>3.4.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.dstore"
|
id="org.eclipse.rse.dstore"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.4.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.dstore"
|
plugin="org.eclipse.rse.services.dstore"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.dstore</artifactId>
|
<artifactId>org.eclipse.rse.dstore</artifactId>
|
||||||
<version>3.4.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.dstore.source"
|
id="org.eclipse.rse.dstore.source"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.4.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.dstore.source</artifactId>
|
<artifactId>org.eclipse.rse.dstore.source</artifactId>
|
||||||
<version>3.4.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.ftp"
|
id="org.eclipse.rse.ftp"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.2.0.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.files.ftp"
|
plugin="org.eclipse.rse.services.files.ftp"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ftp</artifactId>
|
<artifactId>org.eclipse.rse.ftp</artifactId>
|
||||||
<version>3.2.0-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.ftp.source"
|
id="org.eclipse.rse.ftp.source"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.2.0.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.files.ftp.source"
|
plugin="org.eclipse.rse.services.files.ftp.source"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ftp.source</artifactId>
|
<artifactId>org.eclipse.rse.ftp.source</artifactId>
|
||||||
<version>3.2.0-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.local"
|
id="org.eclipse.rse.local"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.500.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.local"
|
plugin="org.eclipse.rse.services.local"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.local</artifactId>
|
<artifactId>org.eclipse.rse.local</artifactId>
|
||||||
<version>2.1.500-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,23 +1,62 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature id="org.eclipse.rse.local.source" version="2.1.500.qualifier" label="%featureName" provider-name="%providerName"
|
<feature
|
||||||
license-feature="org.eclipse.license"
|
id="org.eclipse.rse.local.source"
|
||||||
license-feature-version="1.0.1.qualifier">
|
label="%featureName"
|
||||||
<description >
|
version="3.6.1.qualifier"
|
||||||
%description
|
provider-name="%providerName"
|
||||||
</description>
|
license-feature="org.eclipse.license"
|
||||||
<copyright>
|
license-feature-version="1.0.1.qualifier">
|
||||||
%copyright
|
|
||||||
</copyright>
|
<description>
|
||||||
<license url="%licenseURL">
|
%description
|
||||||
%license
|
</description>
|
||||||
</license>
|
|
||||||
<url>
|
<copyright>
|
||||||
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
%copyright
|
||||||
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
</copyright>
|
||||||
</url>
|
|
||||||
<plugin id="org.eclipse.rse.services.local.source" version="0.0.0" unpack="false"/>
|
<license url="%licenseURL">
|
||||||
<plugin id="org.eclipse.rse.subsystems.files.local.source" version="0.0.0" unpack="false"/>
|
%license
|
||||||
<plugin id="org.eclipse.rse.subsystems.processes.local.source" version="0.0.0" unpack="false"/>
|
</license>
|
||||||
<plugin id="org.eclipse.rse.subsystems.shells.local.source" version="0.0.0" unpack="false"/>
|
|
||||||
<plugin id="org.eclipse.rse.connectorservice.local.source" version="0.0.0" unpack="false"/>
|
<url>
|
||||||
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||||
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.services.local.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.files.local.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.processes.local.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.shells.local.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.connectorservice.local.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.local.source</artifactId>
|
<artifactId>org.eclipse.rse.local.source</artifactId>
|
||||||
<version>2.1.500-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.scp"
|
id="org.eclipse.rse.scp"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.2.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.subsystems.files.scp"
|
plugin="org.eclipse.rse.subsystems.files.scp"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.scp</artifactId>
|
<artifactId>org.eclipse.rse.scp</artifactId>
|
||||||
<version>0.2.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.sdk"
|
id="org.eclipse.rse.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.5.0.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.sdk</artifactId>
|
<artifactId>org.eclipse.rse.sdk</artifactId>
|
||||||
<version>3.5.0-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.ssh"
|
id="org.eclipse.rse.ssh"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.500.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.ssh"
|
plugin="org.eclipse.rse.services.ssh"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ssh</artifactId>
|
<artifactId>org.eclipse.rse.ssh</artifactId>
|
||||||
<version>3.0.500-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,22 +1,55 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature id="org.eclipse.rse.ssh.source" version="3.0.500.qualifier" label="%featureName" provider-name="%providerName"
|
<feature
|
||||||
license-feature="org.eclipse.license"
|
id="org.eclipse.rse.ssh.source"
|
||||||
license-feature-version="1.0.1.qualifier" >
|
label="%featureName"
|
||||||
<description >
|
version="3.6.1.qualifier"
|
||||||
%description
|
provider-name="%providerName"
|
||||||
</description>
|
license-feature="org.eclipse.license"
|
||||||
<copyright >
|
license-feature-version="1.0.1.qualifier">
|
||||||
%copyright
|
|
||||||
</copyright>
|
<description>
|
||||||
<license url="%licenseURL">
|
%description
|
||||||
%license
|
</description>
|
||||||
</license>
|
|
||||||
<url>
|
<copyright>
|
||||||
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
%copyright
|
||||||
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
</copyright>
|
||||||
</url>
|
|
||||||
<plugin id="org.eclipse.rse.services.ssh.source" version="0.0.0" unpack="false"/>
|
<license url="%licenseURL">
|
||||||
<plugin id="org.eclipse.rse.connectorservice.ssh.source" version="0.0.0" unpack="false"/>
|
%license
|
||||||
<plugin id="org.eclipse.rse.subsystems.files.ssh.source" version="0.0.0" unpack="false"/>
|
</license>
|
||||||
<plugin id="org.eclipse.rse.subsystems.shells.ssh.source" version="0.0.0" unpack="false"/>
|
|
||||||
|
<url>
|
||||||
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||||
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.services.ssh.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.connectorservice.ssh.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.files.ssh.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.shells.ssh.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
||||||
<version>3.0.500-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.telnet"
|
id="org.eclipse.rse.telnet"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.3.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.telnet"
|
plugin="org.eclipse.rse.services.telnet"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.telnet</artifactId>
|
<artifactId>org.eclipse.rse.telnet</artifactId>
|
||||||
<version>2.3.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.telnet.source"
|
id="org.eclipse.rse.telnet.source"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.3.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.telnet.source"
|
plugin="org.eclipse.rse.services.telnet.source"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.telnet.source</artifactId>
|
<artifactId>org.eclipse.rse.telnet.source</artifactId>
|
||||||
<version>2.3.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.terminals"
|
id="org.eclipse.rse.terminals"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.2.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.terminals.ui"
|
plugin="org.eclipse.rse.terminals.ui"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.terminals</artifactId>
|
<artifactId>org.eclipse.rse.terminals</artifactId>
|
||||||
<version>1.2.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,21 +1,49 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature id="org.eclipse.rse.terminals.source" version="1.2.100.qualifier" label="%featureName" provider-name="%providerName" image="eclipse_update_120.jpg"
|
<feature
|
||||||
license-feature="org.eclipse.license"
|
id="org.eclipse.rse.terminals.source"
|
||||||
license-feature-version="1.0.1.qualifier" >
|
label="%featureName"
|
||||||
<description >
|
version="3.6.1.qualifier"
|
||||||
%description
|
provider-name="%providerName"
|
||||||
</description>
|
image="eclipse_update_120.jpg"
|
||||||
<copyright >
|
license-feature="org.eclipse.license"
|
||||||
%copyright
|
license-feature-version="1.0.1.qualifier">
|
||||||
</copyright>
|
|
||||||
<license url="%licenseURL">
|
<description>
|
||||||
%license
|
%description
|
||||||
</license>
|
</description>
|
||||||
<url>
|
|
||||||
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
<copyright>
|
||||||
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
|
%copyright
|
||||||
</url>
|
</copyright>
|
||||||
<plugin id="org.eclipse.rse.subsystems.terminals.core.source" version="0.0.0" unpack="false"/>
|
|
||||||
<plugin id="org.eclipse.rse.subsystems.terminals.ssh.source" version="0.0.0" unpack="false"/>
|
<license url="%licenseURL">
|
||||||
<plugin id="org.eclipse.rse.terminals.ui.source" version="0.0.0" unpack="false"/>
|
%license
|
||||||
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
|
||||||
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.terminals.core.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.terminals.ssh.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.terminals.ui.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.terminals.source</artifactId>
|
<artifactId>org.eclipse.rse.terminals.source</artifactId>
|
||||||
<version>1.2.100-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.useractions"
|
id="org.eclipse.rse.useractions"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.1.500.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.useractions"
|
plugin="org.eclipse.rse.useractions"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions</artifactId>
|
<artifactId>org.eclipse.rse.useractions</artifactId>
|
||||||
<version>1.1.500-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.useractions.sdk"
|
id="org.eclipse.rse.useractions.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.5.0.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg"
|
image="eclipse_update_120.jpg"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update 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.5"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
||||||
<version>3.5.0-SNAPSHOT</version>
|
<version>3.6.1-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal"
|
id="org.eclipse.tm.terminal"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.2.400.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||||
<version>3.2.400.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.core.sdk"
|
id="org.eclipse.tm.terminal.core.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.3.400.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
||||||
<version>3.3.400.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.local"
|
id="org.eclipse.tm.terminal.local"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.2.300.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.local</artifactId>
|
<artifactId>org.eclipse.tm.terminal.local</artifactId>
|
||||||
<version>0.2.300.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.local.sdk"
|
id="org.eclipse.tm.terminal.local.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.3.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.local.sdk</artifactId>
|
<artifactId>org.eclipse.tm.terminal.local.sdk</artifactId>
|
||||||
<version>0.3.100.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.sdk"
|
id="org.eclipse.tm.terminal.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.3.400.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
||||||
<version>3.3.400.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.serial"
|
id="org.eclipse.tm.terminal.serial"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.300.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.serial</artifactId>
|
<artifactId>org.eclipse.tm.terminal.serial</artifactId>
|
||||||
<version>2.1.300.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.ssh"
|
id="org.eclipse.tm.terminal.ssh"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.300.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.ssh</artifactId>
|
<artifactId>org.eclipse.tm.terminal.ssh</artifactId>
|
||||||
<version>2.1.300.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.telnet"
|
id="org.eclipse.tm.terminal.telnet"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.300.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.telnet</artifactId>
|
<artifactId>org.eclipse.tm.terminal.telnet</artifactId>
|
||||||
<version>2.1.300.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.test"
|
id="org.eclipse.tm.terminal.test"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.test</artifactId>
|
<artifactId>org.eclipse.tm.terminal.test</artifactId>
|
||||||
<version>2.1.100.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.view"
|
id="org.eclipse.tm.terminal.view"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.4.100.qualifier"
|
version="3.6.1.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.view</artifactId>
|
<artifactId>org.eclipse.tm.terminal.view</artifactId>
|
||||||
<version>2.4.100.qualifier</version>
|
<version>3.6.1.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||||||
|
<version>${tycho-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<timestampProvider>default</timestampProvider>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2003, 2012 Wind River Systems, Inc. and others.
|
# Copyright (c) 2003, 2012, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -34,6 +34,8 @@ terminal.view.insertion.description = Terminal view commands
|
||||||
|
|
||||||
terminal.command.copy.name=Copy
|
terminal.command.copy.name=Copy
|
||||||
terminal.command.paste.name=Paste
|
terminal.command.paste.name=Paste
|
||||||
|
terminal.command.maximize.name=Maximize Active View or Editor
|
||||||
|
terminal.command.quickaccess.name=Quick Access
|
||||||
|
|
||||||
terminal.preferences.name = Terminal
|
terminal.preferences.name = Terminal
|
||||||
terminal.font.description = The font for the terminal console.
|
terminal.font.description = The font for the terminal console.
|
||||||
|
|
|
@ -50,6 +50,15 @@
|
||||||
categoryId="org.eclipse.tm.terminal.category1"
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
id="org.eclipse.tm.terminal.paste"
|
id="org.eclipse.tm.terminal.paste"
|
||||||
name="%terminal.command.paste.name"/>
|
name="%terminal.command.paste.name"/>
|
||||||
|
<command
|
||||||
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
|
id="org.eclipse.tm.terminal.maximize"
|
||||||
|
name="%terminal.command.maximize.name">
|
||||||
|
</command>
|
||||||
|
<command
|
||||||
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
|
id="org.eclipse.tm.terminal.quickaccess"
|
||||||
|
name="%terminal.command.quickaccess.name"/>
|
||||||
<category
|
<category
|
||||||
description="%terminal.view.insertion.description"
|
description="%terminal.view.insertion.description"
|
||||||
id="org.eclipse.tm.terminal.category1"
|
id="org.eclipse.tm.terminal.category1"
|
||||||
|
@ -217,13 +226,15 @@
|
||||||
since these are extremely valuable, but the original shortcut may need
|
since these are extremely valuable, but the original shortcut may need
|
||||||
to go to the Terminal.
|
to go to the Terminal.
|
||||||
-->
|
-->
|
||||||
|
<!-- org.eclipse.ui.window.quickAccess -->
|
||||||
<key
|
<key
|
||||||
commandId="org.eclipse.ui.window.quickAccess"
|
commandId="org.eclipse.tm.terminal.quickaccess"
|
||||||
contextId="org.eclipse.tm.terminal.EditContext"
|
contextId="org.eclipse.tm.terminal.EditContext"
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||||
sequence="M3+ARROW_RIGHT"/>
|
sequence="M3+ARROW_RIGHT"/>
|
||||||
|
<!-- org.eclipse.ui.window.maximizePart -->
|
||||||
<key
|
<key
|
||||||
commandId="org.eclipse.ui.window.maximizePart"
|
commandId="org.eclipse.tm.terminal.maximize"
|
||||||
contextId="org.eclipse.tm.terminal.EditContext"
|
contextId="org.eclipse.tm.terminal.EditContext"
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||||
sequence="M3+ARROW_UP"/>
|
sequence="M3+ARROW_UP"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue