mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Improved plugin name to "Launch over Serial UI Plugin"
Contributed by STMicroelectronics Change-Id: Id3a52a912492b1571374b570fe07009aa08f2b9b Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
This commit is contained in:
parent
d3f09041de
commit
61510747dc
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.launch.serial.ui;singleton:=true
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Version: 1.1.0.qualifier
|
||||
Bundle-Version: 1.1.100.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
|
||||
org.eclipse.ui;bundle-version="3.109.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
|
||||
# Copyright (c) 2017, 2021 Contributors to the Eclipse Foundation
|
||||
#
|
||||
# See the NOTICE file(s) distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
@ -24,7 +24,7 @@ blurb=C/C++ Launch over Serial\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
|
||||
Copyright (c) 2017, 2021 Contributors to the Eclipse Foundation
|
||||
\n\
|
||||
See the NOTICE file(s) distributed with this work for additional\n\
|
||||
information regarding copyright ownership.\n\
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
# Torbjörn Svensson - initial API and implementation
|
||||
##################################################################################
|
||||
|
||||
pluginName = Ui
|
||||
pluginName = Launch over Serial UI Plugin
|
||||
providerName = Eclipse CDT
|
||||
|
|
Loading…
Add table
Reference in a new issue