mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 516330 - Uprev all features to 4.3 and introduce Maven -Pcdtserial
All features are upreved to 4.3 along with the Parent POM for the upcoming Terminal 4.3 / Oxygen release. Plugin versions remain unchanged, keeping them as semantic versions. Along the lines, also - Introduce a Maven Profile -Pcdtserial, which is active by default to build the cdtserial plug-ins. This can be de-activated by property -Dnocdtserial on the mvn command-line. This is necessary to build / validate Terminal against older streams (juno,mars,...,neon) which did not have the necessary cdt native serial dependency. - Update the update site to http://download.eclipse.org/tm/terminal/updates/4.3 - Update Copyright Year in all features to 2017 - Update p2 repo URLs of Oxygen and Orbit dependencies. - Update the terminals.psf project-set file adding the new cdtserial. Change-Id: I8992fe4bb8ac08abe783d33fbb8b00b4e864fd73 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
This commit is contained in:
parent
6908d52f0a
commit
ae68201315
77 changed files with 220 additions and 186 deletions
|
@ -7,13 +7,13 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.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.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>TM Terminal, Maven Build Master</name>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>TM Terminal, Maven Configuration Master</name>
|
||||
|
||||
|
@ -55,15 +55,15 @@
|
|||
<terminal-stream>development</terminal-stream>
|
||||
<terminal-zipfile>${project.artifactId}.zip</terminal-zipfile>
|
||||
<terminal-install>/home/data/httpd/download.eclipse.org/tm/terminal/builds/${terminal-stream}/nightly</terminal-install>
|
||||
<sdk-version>4.5</sdk-version>
|
||||
<sdk-version>4.7</sdk-version>
|
||||
|
||||
<!-- Set up the default target platform to build against -->
|
||||
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/4.7milestones</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/staging/oxygen</platform-release-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
|
||||
<rse-site>http://download.eclipse.org/tm/updates/4.1milestones</rse-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/S-builds/S20170505151127/repository</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/oxygen/milestones</cdt-site>
|
||||
<rse-site>http://download.eclipse.org/tm/updates/4.3milestones</rse-site>
|
||||
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
|
||||
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
|
||||
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
|
||||
|
@ -148,6 +148,7 @@
|
|||
<sdk-version>3.8</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/releases/${terminal-stream}</platform-release-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository/</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
|
@ -160,6 +161,7 @@
|
|||
<sdk-version>4.3</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/releases/${terminal-stream}</platform-release-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
|
@ -172,6 +174,7 @@
|
|||
<sdk-version>4.4</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/releases/${terminal-stream}</platform-release-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.5</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
|
@ -184,7 +187,8 @@
|
|||
<sdk-version>4.5</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/releases/${terminal-stream}</platform-release-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.7</cdt-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
|
@ -194,15 +198,13 @@
|
|||
<properties>
|
||||
<terminal-stream>neon</terminal-stream>
|
||||
<sdk-version>4.6</sdk-version>
|
||||
<!-- Replace with updates/4.6 after Neon.2 -->
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/4.6-M-builds</platform-site>
|
||||
<!-- Replace with releases/neon after Neon.2 -->
|
||||
<platform-release-site>http://download.eclipse.org/staging/${terminal-stream}</platform-release-site>
|
||||
<!-- Replace with cdt/releases/9.0 (or 9.1 or 9.2) after Neon.2 -->
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<platform-release-site>http://download.eclipse.org/releases/${terminal-stream}</platform-release-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/R-builds/R20170307180635/repository</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/9.2</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A serial line connector for the Terminal
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A serial line connector for the Terminal
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal Local Connector Extensions
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A connector implementation for the Local Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2015, 2016 Wind River Systems, Inc. and others.
|
||||
Copyright (c) 2015, 2017 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.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.local.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal Local Connector Extensions, SDK
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A connector implementation for the Local Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2015, 2016 Wind River Systems, Inc. and others.
|
||||
Copyright (c) 2015, 2017 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.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.local.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015, 2016 IBM Corporation and others.
|
||||
# Copyright (c) 2015, 2017 IBM Corporation 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
|
||||
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 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, 2016 IBM Corporation and others.\n\
|
||||
Copyright (c) 2015, 2017 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\
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.remote.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.remote.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015, 2016 IBM Corporation and others.
|
||||
# Copyright (c) 2015, 2017 IBM Corporation 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
|
||||
|
@ -18,14 +18,14 @@ 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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An remote connector implementation for the Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2015, 2016 IBM Corporation and others.\n\
|
||||
Copyright (c) 2015, 2017 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\
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.remote.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.remote.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal RXTX Serial Connector Extensions
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A serial line connector for the Terminal using RXTX API
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.serial.feature"
|
||||
label="%featureName"
|
||||
version="4.2.1.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.serial.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal RXTX Serial Connector Extensions, SDK
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A serial line connector for the Terminal using RXTX API
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.serial.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.1.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.serial.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal SSH Connector Extensions
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An SSH connector implementation for the Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2000, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2000, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.ssh.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.ssh.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal SSH Connector Extensions, SDK
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An SSH connector implementation for the Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2000, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2000, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.ssh.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.ssh.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal Telnet Connector Extensions
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A Telnet connector implementation for the Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.telnet.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.telnet.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,14 +21,14 @@ featureName=TM Terminal Telnet Connector Extensions, SDK
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=A Telnet connector implementation for the Terminal.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.connector.telnet.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.telnet.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -21,7 +21,7 @@ featureName=TM Terminal Control
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An ANSI (vt102) compatible Terminal widget \
|
||||
|
@ -29,7 +29,7 @@ with RCP-only dependencies.
|
|||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
Copyright (c) 2006, 2017 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.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.control.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2016 Wind River Systems, Inc. and others.
|
||||
# Copyright (c) 2006, 2017 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
|
||||
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An ANSI (vt102) compatible Terminal widget \
|
||||
|
@ -29,7 +29,7 @@ with RCP-only dependencies.
|
|||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2003, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.control.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.control.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################################################
|
||||
# Copyright (c) 2015, 2016 Wind River Systems, Inc. and others. All rights reserved.
|
||||
# Copyright (c) 2015, 2017 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -20,7 +20,7 @@ featureName=TM Terminal
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
<import feature="org.eclipse.tm.terminal.connector.local.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.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"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.ssh.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.telnet.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.control.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.view.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################################################
|
||||
# Copyright (c) 2015, 2016 Wind River Systems, Inc. and others. All rights reserved.
|
||||
# Copyright (c) 2015, 2017 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -20,7 +20,7 @@ featureName=TM Terminal, SDK
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
@ -28,11 +28,11 @@
|
|||
version="0.0.0"/>
|
||||
|
||||
<requires>
|
||||
<import feature="org.eclipse.tm.terminal.connector.local.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.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"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.local.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.ssh.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.connector.telnet.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.control.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.tm.terminal.view.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################################################
|
||||
# Copyright (c) 2011, 2016 Wind River Systems, Inc. and others. All rights reserved.
|
||||
# Copyright (c) 2011, 2017 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -20,7 +20,7 @@ featureName=Terminal (Console) View
|
|||
providerName=Eclipse.org - Target Management
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=TM Terminal 4.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.view.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.view.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################################################
|
||||
# Copyright (c) 2014, 2016 Wind River Systems, Inc. and others. All rights reserved.
|
||||
# Copyright (c) 2014, 2017 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Integrates the Terminal view into the Remote System Explorer. \
|
||||
|
@ -28,7 +28,7 @@ description=Integrates the Terminal view into the Remote System Explorer. \
|
|||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2014, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2014, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.view.rse.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.view.rse.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################################################
|
||||
# Copyright (c) 2014, 2016 Wind River Systems, Inc. and others. All rights reserved.
|
||||
# Copyright (c) 2014, 2017 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Integrates the Terminal view into the Remote System Explorer. \
|
||||
|
@ -28,7 +28,7 @@ description=Integrates the Terminal view into the Remote System Explorer. \
|
|||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2014, 2016 Wind River Systems, Inc. and others.\n\
|
||||
Copyright (c) 2014, 2017 Wind River Systems, Inc. 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\
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.view.rse.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.view.rse.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -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.2 Updates
|
||||
updateSiteName=TM Terminal 4.3 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.view.sdk.feature"
|
||||
label="%featureName"
|
||||
version="4.2.0.qualifier"
|
||||
version="4.3.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.2"/>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.view.sdk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
54
pom.xml
54
pom.xml
|
@ -7,13 +7,13 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>terminal-parent</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>TM Terminal, Maven Master</name>
|
||||
|
||||
|
@ -28,8 +28,6 @@
|
|||
<module>plugins/org.eclipse.tm.terminal.connector.local</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.process</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.remote</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.cdtserial</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.serial</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.ssh</module>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.telnet</module>
|
||||
|
||||
|
@ -37,10 +35,6 @@
|
|||
<module>features/org.eclipse.tm.terminal.connector.local.sdk.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.remote.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.remote.sdk.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.serial.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.serial.sdk.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.ssh.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.ssh.sdk.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.telnet.feature</module>
|
||||
|
@ -61,15 +55,47 @@
|
|||
<module>features/org.eclipse.tm.terminal.sdk.feature</module>
|
||||
|
||||
<!-- TM Terminal Repository -->
|
||||
<module>repos/org.eclipse.tm.terminal.repo</module>
|
||||
<!-- Can only be built with cdtserial since it references cdtserial! -->
|
||||
<!-- This is OK since older profiles are only for validation anyways. -->
|
||||
<!-- <module>repos/org.eclipse.tm.terminal.repo</module> -->
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>tests</id>
|
||||
<modules>
|
||||
<module>plugins/org.eclipse.tm.terminal.test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<!-- The cdtserial connector can only be built with CDT Oxygen or newer. -->
|
||||
<id>cdtserial</id>
|
||||
<activation>
|
||||
<!-- cdtserial is the future for master moving forward, so have it on by default. -->
|
||||
<!-- This also affects the Gerrit validation job, which should work on cdtserial too. -->
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property><name>!nocdtserial</name></property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.cdtserial</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature</module>
|
||||
<module>repos/org.eclipse.tm.terminal.repo</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<!-- The rxtxserial connector doesn't build on MacOSX. -->
|
||||
<id>rxtxserial</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property><name>!norxtx</name></property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>plugins/org.eclipse.tm.terminal.connector.serial</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.serial.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.serial.sdk.feature</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<!-- The tests are only built with the tests profile. -->
|
||||
<id>tests</id>
|
||||
<modules>
|
||||
<module>plugins/org.eclipse.tm.terminal.test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tm.terminal</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.local.feature"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.local.sdk.feature"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,plugins/org.eclipse.tm.terminal.connector.process"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,plugins/org.eclipse.tm.terminal.connector.cdtserial"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.cdtserial.feature"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,plugins/org.eclipse.tm.terminal.connector.serial"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.serial.feature"/>
|
||||
<project reference="1.0,https://git.eclipse.org/r/tm/org.eclipse.tm.terminal,master,features/org.eclipse.tm.terminal.connector.serial.sdk.feature"/>
|
||||
|
@ -53,6 +56,7 @@
|
|||
</workingSets>
|
||||
<workingSets editPageId="org.eclipse.jdt.ui.JavaWorkingSetPage" id="1429252903893_9" label="Terminal Connectors" name="Terminal Connectors">
|
||||
<item elementID="=org.eclipse.tm.terminal.connector.remote" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
<item elementID="=org.eclipse.tm.terminal.connector.cdtserial" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
<item elementID="=org.eclipse.tm.terminal.connector.serial" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
<item elementID="=org.eclipse.tm.terminal.connector.telnet" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
<item elementID="=org.eclipse.tm.terminal.connector.process" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
|
@ -60,16 +64,18 @@
|
|||
<item elementID="=org.eclipse.tm.terminal.connector.local" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
</workingSets>
|
||||
<workingSets editPageId="org.eclipse.jdt.ui.JavaWorkingSetPage" id="1429252914126_10" label="Terminal Connectors (Features)" name="Terminal Connectors (Features)">
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.telnet.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.ssh.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.ssh.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.remote.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.remote.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.cdtserial.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.serial.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.serial.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.local.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.local.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.telnet.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.serial.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.remote.sdk.feature" type="4"/>
|
||||
<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.tm.terminal.connector.telnet.sdk.feature" type="4"/>
|
||||
</workingSets>
|
||||
<workingSets editPageId="org.eclipse.jdt.ui.JavaWorkingSetPage" id="1424167614352_4" label="Terminal Control" name="Terminal Control">
|
||||
<item elementID="=org.eclipse.tm.terminal.test" factoryID="org.eclipse.jdt.ui.PersistableJavaElementFactory"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue