mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Releng: Update tm.terminal.control to 4.4
Change-Id: I457e26ed01a48a475da2174a2b5074709c3ca6d9 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
This commit is contained in:
parent
74eb8752fe
commit
3548a7c700
18 changed files with 144 additions and 144 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2017 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -21,7 +21,7 @@ featureName=TM Terminal Control
|
||||||
providerName=Eclipse.org - Target Management
|
providerName=Eclipse.org - Target Management
|
||||||
|
|
||||||
# "updateSiteName" property - label for the update site
|
# "updateSiteName" property - label for the update site
|
||||||
updateSiteName=TM Terminal 4.3 Updates
|
updateSiteName=TM Terminal 4.4 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An ANSI (vt102) compatible Terminal widget \
|
description=An ANSI (vt102) compatible Terminal widget \
|
||||||
|
@ -29,7 +29,7 @@ with RCP-only dependencies.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2003, 2018 Wind River Systems, Inc. and others.\n\
|
||||||
All rights reserved. This program and the accompanying materials\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\
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
which accompanies this distribution, and is available at\n\
|
which accompanies this distribution, and is available at\n\
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2006, 2017 Wind River Systems, Inc. and others.
|
Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.control.feature"
|
id="org.eclipse.tm.terminal.control.feature"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="4.3.0.qualifier"
|
version="4.4.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.tm.terminal.control"
|
plugin="org.eclipse.tm.terminal.control"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.4"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.control.feature</artifactId>
|
<artifactId>org.eclipse.tm.terminal.control.feature</artifactId>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2017 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -21,7 +21,7 @@ featureName=TM Terminal Control, SDK
|
||||||
providerName=Eclipse.org - Target Management
|
providerName=Eclipse.org - Target Management
|
||||||
|
|
||||||
# "updateSiteName" property - label for the update site
|
# "updateSiteName" property - label for the update site
|
||||||
updateSiteName=TM Terminal 4.3 Updates
|
updateSiteName=TM Terminal 4.4 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An ANSI (vt102) compatible Terminal widget \
|
description=An ANSI (vt102) compatible Terminal widget \
|
||||||
|
@ -29,7 +29,7 @@ with RCP-only dependencies.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2003, 2017 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2003, 2018 Wind River Systems, Inc. and others.\n\
|
||||||
All rights reserved. This program and the accompanying materials\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\
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
which accompanies this distribution, and is available at\n\
|
which accompanies this distribution, and is available at\n\
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2006, 2015 Wind River Systems, Inc. and others.
|
Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.control.sdk.feature"
|
id="org.eclipse.tm.terminal.control.sdk.feature"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="4.3.0.qualifier"
|
version="4.4.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.4"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.control.sdk.feature</artifactId>
|
<artifactId>org.eclipse.tm.terminal.control.sdk.feature</artifactId>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# Copyright (c) 2015, 2017 Wind River Systems, Inc. and others. All rights reserved.
|
# Copyright (c) 2015, 2018 Wind River Systems, Inc. and others. All rights reserved.
|
||||||
# This program and the accompanying materials are made available under the terms
|
# 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
|
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
# available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -20,7 +20,7 @@ featureName=TM Terminal
|
||||||
providerName=Eclipse.org - Target Management
|
providerName=Eclipse.org - Target Management
|
||||||
|
|
||||||
# "updateSiteName" property - label for the update site
|
# "updateSiteName" property - label for the update site
|
||||||
updateSiteName=TM Terminal 4.3 Updates
|
updateSiteName=TM Terminal 4.4 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||||
|
@ -29,7 +29,7 @@ description=An integrated Eclipse View for the local command prompt (console) or
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2011 - 2016 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2011 - 2018 Wind River Systems, Inc. and others.\n\
|
||||||
All rights reserved. This program and the accompanying materials\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\
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
which accompanies this distribution, and is available at\n\
|
which accompanies this distribution, and is available at\n\
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.feature"
|
id="org.eclipse.tm.terminal.feature"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="4.3.0.qualifier"
|
version="4.4.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.tm.terminal.view.core"
|
plugin="org.eclipse.tm.terminal.view.core"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
|
@ -21,14 +21,14 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.4"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.3.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.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.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.control.feature" version="4.4.0" match="greaterOrEqual"/>
|
||||||
<import feature="org.eclipse.tm.terminal.view.feature" version="4.3.0" match="greaterOrEqual"/>
|
<import feature="org.eclipse.tm.terminal.view.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.feature</artifactId>
|
<artifactId>org.eclipse.tm.terminal.feature</artifactId>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# Copyright (c) 2015, 2017 Wind River Systems, Inc. and others. All rights reserved.
|
# Copyright (c) 2015, 2018 Wind River Systems, Inc. and others. All rights reserved.
|
||||||
# This program and the accompanying materials are made available under the terms
|
# 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
|
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
# available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -20,7 +20,7 @@ featureName=TM Terminal, SDK
|
||||||
providerName=Eclipse.org - Target Management
|
providerName=Eclipse.org - Target Management
|
||||||
|
|
||||||
# "updateSiteName" property - label for the update site
|
# "updateSiteName" property - label for the update site
|
||||||
updateSiteName=TM Terminal 4.3 Updates
|
updateSiteName=TM Terminal 4.4 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An integrated Eclipse View for the local command prompt (console) or \
|
description=An integrated Eclipse View for the local command prompt (console) or \
|
||||||
|
@ -29,7 +29,7 @@ description=An integrated Eclipse View for the local command prompt (console) or
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2011 - 2016 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2011 - 2018 Wind River Systems, Inc. and others.\n\
|
||||||
All rights reserved. This program and the accompanying materials\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\
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
which accompanies this distribution, and is available at\n\
|
which accompanies this distribution, and is available at\n\
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.sdk.feature"
|
id="org.eclipse.tm.terminal.sdk.feature"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="4.3.0.qualifier"
|
version="4.4.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.4"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<import feature="org.eclipse.tm.terminal.connector.local.sdk.feature" version="4.3.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.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.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.control.sdk.feature" version="4.4.0" match="greaterOrEqual"/>
|
||||||
<import feature="org.eclipse.tm.terminal.view.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
<import feature="org.eclipse.tm.terminal.view.sdk.feature" version="4.3.0" match="greaterOrEqual"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.sdk.feature</artifactId>
|
<artifactId>org.eclipse.tm.terminal.sdk.feature</artifactId>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal.control; singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal.control; singleton:=true
|
||||||
Bundle-Version: 4.3.0.qualifier
|
Bundle-Version: 4.4.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
# Copyright (c) 2006, 2017 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -20,5 +20,5 @@ blurb=Target Management Terminal Widget\n\
|
||||||
\n\
|
\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Wind River Systems, Inc. and others 2003, 2017. All rights reserved.\n\
|
(c) Copyright Wind River Systems, Inc. and others 2003, 2018. All rights reserved.\n\
|
||||||
Visit http://www.eclipse.org/tm
|
Visit http://www.eclipse.org/tm
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.control</artifactId>
|
<artifactId>org.eclipse.tm.terminal.control</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -89,7 +89,7 @@ public interface ITextCanvasModel {
|
||||||
*
|
*
|
||||||
* <p>The method is primarily designed for test automation.
|
* <p>The method is primarily designed for test automation.
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
String getAllText();
|
String getAllText();
|
||||||
}
|
}
|
|
@ -392,7 +392,7 @@ public class TextCanvas extends GridCanvas {
|
||||||
* Console reacts in a GDB session) and this method allows to read the
|
* Console reacts in a GDB session) and this method allows to read the
|
||||||
* text present in the terminal.
|
* text present in the terminal.
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
public String getAllText() {
|
public String getAllText() {
|
||||||
return fCellCanvasModel.getAllText();
|
return fCellCanvasModel.getAllText();
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../admin/pom-build.xml</relativePath>
|
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>4.3.0-SNAPSHOT</version>
|
<version>4.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.terminal.repo</artifactId>
|
<artifactId>org.eclipse.tm.terminal.repo</artifactId>
|
||||||
<packaging>eclipse-repository</packaging>
|
<packaging>eclipse-repository</packaging>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue