1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

[Releng] Update Terminal version to 4.2

Change-Id: I5524741a709c0c5cdd8860561de0992ff9aa75b6
This commit is contained in:
Martin Oberhuber 2016-09-19 16:28:27 +02:00
parent e904f465b8
commit 257a90f410
83 changed files with 167 additions and 139 deletions

3
.gitignore vendored
View file

@ -7,4 +7,5 @@ debug-workspace/
*~
\#*\#
# MacOSX
.DS_Store

View file

@ -8,4 +8,31 @@
</buildSpec>
<natures>
</natures>
<linkedResources>
<link>
<name>CONTRIBUTING</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/CONTRIBUTING</locationURI>
</link>
<link>
<name>pom.xml</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/pom.xml</locationURI>
</link>
<link>
<name>readme.txt</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/readme.txt</locationURI>
</link>
<link>
<name>terminals.psf</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/terminals.psf</locationURI>
</link>
<link>
<name>toplevel.gitignore</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/.gitignore</locationURI>
</link>
</linkedResources>
</projectDescription>

View file

@ -7,13 +7,13 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>pom-config.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TM Terminal, Maven Build Master</name>

View file

@ -10,7 +10,7 @@
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TM Terminal, Maven Configuration Master</name>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Local Connector Extensions
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A connector implementation for the Local Terminal.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 Wind River Systems, Inc. and others.
Copyright (c) 2015, 2016 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@ -12,7 +12,7 @@
<feature
id="org.eclipse.tm.terminal.connector.local.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -30,7 +30,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.local.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Local Connector Extensions, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A connector implementation for the Local Terminal.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 Wind River Systems, Inc. and others.
Copyright (c) 2015, 2016 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@ -12,7 +12,7 @@
<feature
id="org.eclipse.tm.terminal.connector.local.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -30,7 +30,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.local.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -18,14 +18,14 @@ featureName=TM Terminal via Remote API Connector Extensions
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A Terminal Connector using the org.eclipse.remote API.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2015 IBM Corporation and others.\n\
Copyright (c) 2015, 2016 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -12,7 +12,7 @@
<feature
id="org.eclipse.tm.terminal.connector.remote.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -30,7 +30,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.remote.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -18,7 +18,7 @@ featureName=TM Terminal via Remote API Connector Extensions, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An remote connector implementation for the Terminal.

View file

@ -12,7 +12,7 @@
<feature
id="org.eclipse.tm.terminal.connector.remote.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -30,7 +30,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.remote.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Serial Connector Extensions
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A serial line connector for the Terminal using RXTX API

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.serial.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -31,7 +31,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.serial.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Serial Connector Extensions, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A serial line connector for the Terminal using RXTX API

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.serial.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -31,7 +31,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.serial.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal SSH Connector Extensions
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An SSH connector implementation for the Terminal.

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.ssh.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.ssh"
license-feature="org.eclipse.license"
@ -32,7 +32,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.ssh.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal SSH Connector Extensions, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An SSH connector implementation for the Terminal.

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.ssh.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -31,7 +31,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.ssh.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Telnet Connector Extensions
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A Telnet connector implementation for the Terminal.

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.telnet.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -31,7 +31,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.telnet.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Telnet Connector Extensions, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=A Telnet connector implementation for the Terminal.

View file

@ -13,7 +13,7 @@
<feature
id="org.eclipse.tm.terminal.connector.telnet.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -31,7 +31,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.telnet.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Control
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An ANSI (vt102) compatible Terminal widget \

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2015 Wind River Systems, Inc. and others.
Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@ -14,7 +14,7 @@
<feature
id="org.eclipse.tm.terminal.control.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.control"
license-feature="org.eclipse.license"
@ -33,7 +33,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.control.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -21,7 +21,7 @@ featureName=TM Terminal Control, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An ANSI (vt102) compatible Terminal widget \

View file

@ -14,7 +14,7 @@
<feature
id="org.eclipse.tm.terminal.control.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -32,7 +32,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.control.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=TM Terminal
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An integrated Eclipse View for the local command prompt (console) or \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.view.core"
license-feature="org.eclipse.license"
@ -21,15 +21,15 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>
<import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.serial.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.ssh.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.telnet.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.control.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.telnet.feature" version="4.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.control.feature" version="4.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.view.feature" version="4.1.0" match="greaterOrEqual"/>
</requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=TM Terminal, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An integrated Eclipse View for the local command prompt (console) or \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -20,7 +20,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes
@ -31,8 +31,8 @@
<import feature="org.eclipse.tm.terminal.connector.local.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.serial.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.ssh.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.telnet.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.control.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.connector.telnet.sdk.feature" version="4.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.control.sdk.feature" version="4.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.view.sdk.feature" version="4.1.0" match="greaterOrEqual"/>
</requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=Terminal (Console) View
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An integrated Eclipse View for the local command prompt (console) or \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.view.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.view.core"
license-feature="org.eclipse.license"
@ -21,7 +21,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=TM Terminal View Remote System Explorer add-in
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=Integrates the Terminal view into the Remote System Explorer. \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.view.rse.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.view.core"
license-feature="org.eclipse.license"
@ -21,7 +21,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<requires>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.rse.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=TM Terminal View Remote System Explorer add-in, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=Integrates the Terminal view into the Remote System Explorer. \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.view.rse.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -20,7 +20,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.rse.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -20,7 +20,7 @@ featureName=Terminal (Console) View, SDK
providerName=Eclipse.org - Target Management
# "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.1 Updates
updateSiteName=TM Terminal 4.2 Updates
# "description" property - description of the feature
description=An integrated Eclipse View for the local command prompt (console) or \

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.tm.terminal.view.sdk.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@ -20,7 +20,7 @@
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.1"/>
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
</url>
<includes

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.sdk.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.local;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.connector.local.activator.UIPlugin
Bundle-Vendor: %providerName
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.local</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.process;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.connector.process.activator.UIPlugin
Bundle-Vendor: %providerName
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native,

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.process</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.serial;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.connector.serial.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.serial</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.ssh;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.connector.ssh.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.connector.ssh</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -8,7 +8,7 @@ Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.equinox.security;bundle-version="1.1.100",
org.eclipse.tm.terminal.view.core;bundle-version="4.1.0";resolution:=optional,
org.eclipse.tm.terminal.view.core;bundle-version="4.2.0";resolution:=optional,
org.eclipse.tm.terminal.view.ui;bundle-version="4.1.0";resolution:=optional,
org.eclipse.tm.terminal.control;bundle-version="4.0.0",
org.eclipse.ui;bundle-version="3.8.0"

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.control; singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2015 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -20,5 +20,5 @@ blurb=Target Management Terminal Widget\n\
\n\
Version: {featureVersion}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2015. All rights reserved.\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2016. All rights reserved.\n\
Visit http://www.eclipse.org/tm

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.control</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.view.core;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.view.core.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2015 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -20,5 +20,5 @@ blurb=TM Terminal\n\
\n\
Version: {featureVersion}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2011, 2015. All rights reserved.\n\
(c) Copyright Wind River Systems, Inc. and others 2011, 2016. All rights reserved.\n\
Visit http://marketplace.eclipse.org/content/tm-terminal

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.core</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -329,7 +329,7 @@ public interface ITerminalsConnectorConstants {
* The end-of-line sequence to be sent to the server on "Enter".
* <p>
* Property Type: {@link String}
* @since 4.1
* @since 4.2
*/
public static final String PROP_TELNET_EOL = "telnet.eol"; //$NON-NLS-1$

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.view.ui.rse;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.view.ui.rse.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.ui.rse</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.view.ui;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.tm.terminal.view.ui.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.view.ui</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -7,13 +7,13 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>terminal-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TM Terminal, Maven Master</name>

View file

@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.tm.terminal.repo</artifactId>
<packaging>eclipse-repository</packaging>