Bug 559474: Normalize features to match requirements of CDT
Change-Id: I274a6e5f985d60d1ae6fc929af3eb0fdcea868ba
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Serial Connector Extensions\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Serial Connector Extensions, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.properties,\
|
||||||
|
about.mappings,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Local Connector Extensions\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Local Connector Extensions, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal via Remote API Connector Extensions\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -8,4 +8,8 @@
|
||||||
# SPDX-License-Identifier: EPL-2.0
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal via Remote API Connector Extensions, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -9,6 +9,10 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
about.ini,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
||||||
generate.plugin@org.eclipse.tm.terminal.remote.source=org.eclipse.tm.terminal.remote
|
generate.plugin@org.eclipse.tm.terminal.remote.source=org.eclipse.tm.terminal.remote
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,36 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||||
|
<title>About</title>
|
||||||
|
</head>
|
||||||
|
<body lang="EN-US">
|
||||||
|
<h2>About This Content</h2>
|
||||||
|
|
||||||
|
<p>November 30, 2017</p>
|
||||||
|
<h3>License</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The Eclipse Foundation makes available all content in this plug-in
|
||||||
|
("Content"). Unless otherwise indicated below, the Content
|
||||||
|
is provided to you under the terms and conditions of the Eclipse
|
||||||
|
Public License Version 2.0 ("EPL"). A copy of the EPL is
|
||||||
|
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
|
||||||
|
For purposes of the EPL, "Program" will mean the Content.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If you did not receive this Content directly from the Eclipse
|
||||||
|
Foundation, the Content is being redistributed by another party
|
||||||
|
("Redistributor") and different terms and conditions may
|
||||||
|
apply to your use of any object code in the Content. Check the
|
||||||
|
Redistributor's license that was provided with the Content. If no such
|
||||||
|
license exists, contact the Redistributor. Unless otherwise indicated
|
||||||
|
below, the terms and conditions of the EPL still apply to any source
|
||||||
|
code in the Content and such source code may be obtained at <a
|
||||||
|
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -17,7 +17,7 @@
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="4.5.100.qualifier"
|
version="4.5.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.tm.terminal.ssh"
|
plugin="org.eclipse.tm.terminal.connector.ssh"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal SSH Connector Extensions, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -12,4 +12,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Telnet Connector Extensions\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Telnet Connector Extensions, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal Control, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,4 +10,8 @@
|
||||||
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
# Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,5 +10,9 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
src.includes = feature.properties
|
src.includes = feature.properties
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=Terminal (Console) View, SDK\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -10,5 +10,9 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = feature.xml,\
|
bin.includes = feature.xml,\
|
||||||
feature.properties
|
feature.properties,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
src.includes = feature.properties
|
src.includes = feature.properties
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,24 @@
|
||||||
|
# about.ini
|
||||||
|
# contains information about a feature
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# "%key" are externalized strings defined in about.properties
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
||||||
|
aboutText=%blurb
|
||||||
|
|
||||||
|
# Property "windowImage" contains path to window icon (16x16)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "appName" contains name of the application (translated)
|
||||||
|
# needed for primary features only
|
||||||
|
|
||||||
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
|
# welcome page is to be opened.
|
||||||
|
# optional
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -0,0 +1,32 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
#
|
||||||
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
|
# information regarding copyright ownership.
|
||||||
|
#
|
||||||
|
# This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
|
# about.properties
|
||||||
|
# contains externalized strings for about.ini
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# fill-ins are supplied by about.mappings
|
||||||
|
# This file should be translated.
|
||||||
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
|
|
||||||
|
|
||||||
|
blurb=TM Terminal SSH Connector Extensions\n\
|
||||||
|
\n\
|
||||||
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
|
\n\
|
||||||
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
|
@ -15,4 +15,8 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html
|
about.html,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -11,17 +11,14 @@ aboutText=%blurb
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "featureImage" contains path to feature image (32x32)
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
featureImage=tm32.png
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "appName" contains name of the application (not translated)
|
# Property "appName" contains name of the application (translated)
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "welcomePage" contains path to welcome page (special XML-based format)
|
|
||||||
# optional
|
|
||||||
|
|
||||||
# Property "welcomePerspective" contains the id of the perspective in which the
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
# welcome page is to be opened.
|
# welcome page is to be opened.
|
||||||
# optional
|
# optional
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# about.mappings
|
||||||
|
# contains fill-ins for about.properties
|
||||||
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
|
# This file does not need to be translated.
|
||||||
|
|
||||||
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
|
@ -1,24 +1,32 @@
|
||||||
################################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
# All rights reserved. This program and the accompanying materials
|
#
|
||||||
# are made available under the terms of the Eclipse Public License 2.0
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# which accompanies this distribution, and is available at
|
# information regarding copyright ownership.
|
||||||
# https://www.eclipse.org/legal/epl-2.0/
|
#
|
||||||
#
|
# This program and the accompanying materials
|
||||||
# Contributors:
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
# Martin Oberhuber - initial API and implementation
|
# which accompanies this distribution, and is available at
|
||||||
################################################################################
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
# about.properties
|
# about.properties
|
||||||
# contains externalized strings for about.ini
|
# contains externalized strings for about.ini
|
||||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
# fill-ins are supplied by about.mappings
|
# fill-ins are supplied by about.mappings
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
#
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
# Do not translate any values surrounded by {}
|
|
||||||
|
|
||||||
blurb=Target Management Terminal Widget\n\
|
|
||||||
|
blurb=TM Terminal Control\n\
|
||||||
\n\
|
\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Wind River Systems, Inc. and others 2003, 2018. All rights reserved.\n\
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
Visit http://www.eclipse.org/tm
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
||||||
|
|
|
@ -26,10 +26,11 @@ bin.includes = .,\
|
||||||
about.html,\
|
about.html,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
about.properties,\
|
about.properties,\
|
||||||
tm32.png,\
|
|
||||||
icons/,\
|
icons/,\
|
||||||
HelpContexts.xml,\
|
HelpContexts.xml,\
|
||||||
css/
|
css/,\
|
||||||
|
about.mappings,\
|
||||||
|
cdt_logo_icon32.png
|
||||||
|
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -18,7 +18,6 @@ bin.includes = META-INF/,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.properties,\
|
about.properties,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
tm32.png,\
|
|
||||||
about.html
|
about.html
|
||||||
src.includes = teamConfig/,\
|
src.includes = teamConfig/,\
|
||||||
about.html
|
about.html
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB |
|
@ -11,17 +11,14 @@ aboutText=%blurb
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "featureImage" contains path to feature image (32x32)
|
# Property "featureImage" contains path to feature image (32x32)
|
||||||
featureImage=tm32.png
|
featureImage=cdt_logo_icon32.png
|
||||||
|
|
||||||
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "appName" contains name of the application (not translated)
|
# Property "appName" contains name of the application (translated)
|
||||||
# needed for primary features only
|
# needed for primary features only
|
||||||
|
|
||||||
# Property "welcomePage" contains path to welcome page (special XML-based format)
|
|
||||||
# optional
|
|
||||||
|
|
||||||
# Property "welcomePerspective" contains the id of the perspective in which the
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
||||||
# welcome page is to be opened.
|
# welcome page is to be opened.
|
||||||
# optional
|
# optional
|
||||||
|
|
|
@ -3,4 +3,7 @@
|
||||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
# This file does not need to be translated.
|
# This file does not need to be translated.
|
||||||
|
|
||||||
0=@build@
|
# The following should contain the build version.
|
||||||
|
# e.g. "0=20200106-1728"
|
||||||
|
# This value will be added automatically via the build scripts
|
||||||
|
0=${buildId}
|
||||||
|
|
|
@ -1,24 +1,32 @@
|
||||||
################################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2018 Wind River Systems, Inc. and others.
|
# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
# All rights reserved. This program and the accompanying materials
|
#
|
||||||
# are made available under the terms of the Eclipse Public License 2.0
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# which accompanies this distribution, and is available at
|
# information regarding copyright ownership.
|
||||||
# https://www.eclipse.org/legal/epl-2.0/
|
#
|
||||||
#
|
# This program and the accompanying materials
|
||||||
# Contributors:
|
# are made available under the terms of the Eclipse Public License 2.0
|
||||||
# Martin Oberhuber - initial API and implementation
|
# which accompanies this distribution, and is available at
|
||||||
################################################################################
|
# https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
###############################################################################
|
||||||
# about.properties
|
# about.properties
|
||||||
# contains externalized strings for about.ini
|
# contains externalized strings for about.ini
|
||||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||||
# fill-ins are supplied by about.mappings
|
# fill-ins are supplied by about.mappings
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
#
|
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||||
# Do not translate any values surrounded by {}
|
|
||||||
|
|
||||||
blurb=TM Terminal\n\
|
blurb=TM Terminal\n\
|
||||||
\n\
|
\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Wind River Systems, Inc. and others 2011, 2016. All rights reserved.\n\
|
Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation
|
||||||
Visit http://marketplace.eclipse.org/content/tm-terminal
|
\n\
|
||||||
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
|
information regarding copyright ownership.\n\
|
||||||
|
\n\
|
||||||
|
Visit http://www.eclipse.org/cdt
|
||||||
|
|
|
@ -19,4 +19,4 @@ bin.includes = META-INF/,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
about.properties,\
|
about.properties,\
|
||||||
tm32.png
|
cdt_logo_icon32.png
|
||||||
|
|
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.3 KiB |