mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
Terminal: Mark all deprecated features as (Deprecated) via their feature
names and fix the version ID in the TM update site name
This commit is contained in:
parent
c9818b7785
commit
39f8017e3d
16 changed files with 47 additions and 37 deletions
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Widget
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 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 \
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Widget Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 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.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Copyright (c) 2008, 2013 Mirko Raner and others.
|
# Copyright (c) 2008, 2014 Mirko Raner 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
|
||||||
|
@ -16,21 +16,23 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=Local Terminal (Incubation)
|
featureName=Local Terminal (Deprecated)
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A terminal emulation for local shells and external tools.\n\
|
description=A terminal emulation for local shells and external tools.\n\
|
||||||
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac.
|
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac.\n\
|
||||||
|
\n\
|
||||||
|
Note: This feature is deprecated. Use the "Terminals View" feature from the "Mobile and Device Development" category instead.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2008, 2013 Mirko Raner and others.\n\
|
Copyright (c) 2008, 2014 Mirko Raner 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,5 +1,5 @@
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Copyright (c) 2008, 2013 Mirko Raner and others.
|
# Copyright (c) 2008, 2014 Mirko Raner 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
|
||||||
|
@ -16,22 +16,24 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=Local Terminal SDK (Incubation)
|
featureName=Local Terminal SDK (Deprecated)
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A terminal emulation for local shells and external tools.\n\
|
description=A terminal emulation for local shells and external tools.\n\
|
||||||
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac. Includes Source,\
|
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac. Includes Source,\
|
||||||
and the Terminal View required to drive the plugin.
|
and the Terminal View required to drive the plugin.\n\
|
||||||
|
\n\
|
||||||
|
Note: This feature is deprecated. Use the "Terminals View" feature from the "Mobile and Device Development" category instead.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2008, 2013 Mirko Raner and others.\n\
|
Copyright (c) 2008, 2014 Mirko Raner 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,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2013 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -15,21 +15,23 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=Target Management Terminal
|
featureName=Target Management Terminal (Deprecated)
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An ANSI (vt102) compatible Terminal including \
|
description=An ANSI (vt102) compatible Terminal including \
|
||||||
plug-ins for Serial, SSH and Telnet connections. Includes Source Code.
|
plug-ins for Serial, SSH and Telnet connections. Includes Source Code.\n\
|
||||||
|
\n\
|
||||||
|
Note: This feature is deprecated. Use the "Terminals View" feature from the "Mobile and Device Development" category instead.
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2003, 2013 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2003, 2014 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\
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Serial Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A serial line connector for the Terminal using RXTX API
|
description=A serial line connector for the Terminal using RXTX API
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Serial Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A serial line connector for the Terminal using RXTX API
|
description=A serial line connector for the Terminal using RXTX API
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal SSH Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH connector implementation for the Terminal.
|
description=An SSH connector implementation for the Terminal.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal SSH Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH connector implementation for the Terminal.
|
description=An SSH connector implementation for the Terminal.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Telnet Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Telnet connector implementation for the Terminal.
|
description=A Telnet connector implementation for the Terminal.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Telnet Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Telnet connector implementation for the Terminal.
|
description=A Telnet connector implementation for the Terminal.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Unit Tests
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=TM Terminal Unit Tests. Includes Source.
|
description=TM Terminal Unit Tests. Includes Source.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2013 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -15,16 +15,18 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=Target Management Terminal View
|
featureName=Target Management Terminal View (Deprecated)
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An Eclipse Workbench standalone view for the Terminal widget.
|
description=An Eclipse Workbench standalone view for the Terminal widget.\n\
|
||||||
|
\n\
|
||||||
|
Note: This feature is deprecated. Use the "Terminals View" feature from the "Mobile and Device Development" category instead.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006, 2013 Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -15,20 +15,22 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=Target Management Terminal View Source
|
featureName=Target Management Terminal View Source (Deprecated)
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.5 Updates
|
tmUpdateSiteName=Target Management 3.7 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An Eclipse Workbench standalone view for the Terminal widget.
|
description=An Eclipse Workbench standalone view for the Terminal widget.\n\
|
||||||
|
\n\
|
||||||
|
Note: This feature is deprecated. Use the "Terminals View" feature from the "Mobile and Device Development" category instead.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
Copyright (c) 2003, 2013 Wind River Systems, Inc. and others.\n\
|
Copyright (c) 2003, 2014 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\
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
#
|
#
|
||||||
# Do not translate any values surrounded by {}
|
# Do not translate any values surrounded by {}
|
||||||
|
|
||||||
blurb=Target Management Terminal View\n\
|
blurb=Target Management Terminal View (Deprecated)\n\
|
||||||
\n\
|
\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Wind River Systems, Inc. and others 2003, 2013. All rights reserved.\n\
|
(c) Copyright Wind River Systems, Inc. and others 2003, 2014. All rights reserved.\n\
|
||||||
Visit http://www.eclipse.org/tm
|
Visit http://www.eclipse.org/tm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Copyright (c) 2003, 2012 Wind River Systems, Inc. and others.
|
# Copyright (c) 2003, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||||
# Martin Oberhuber (Wind River) - [378691][api] push Preferences into the Widget
|
# Martin Oberhuber (Wind River) - [378691][api] push Preferences into the Widget
|
||||||
##########################################################################
|
##########################################################################
|
||||||
pluginName = Target Management Terminal View
|
pluginName = Target Management Terminal View (Deprecated)
|
||||||
providerName = Eclipse TM Project
|
providerName = Eclipse TM Project
|
||||||
terminal.views.category.name = Terminal
|
terminal.views.category.name = Terminal
|
||||||
terminal.views.view.name = Terminal
|
terminal.views.view.name = Terminal
|
||||||
|
|
Loading…
Add table
Reference in a new issue