Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.application/about.ini24
-rw-r--r--debug/org.eclipse.cdt.debug.application/about.mappings9
-rw-r--r--debug/org.eclipse.cdt.debug.application/about.properties32
-rw-r--r--debug/org.eclipse.cdt.debug.application/build.properties6
-rw-r--r--debug/org.eclipse.cdt.debug.application/cdt_logo_icon32.pngbin0 -> 1885 bytes
-rw-r--r--debug/org.eclipse.cdt.debug.dap/about.ini24
-rw-r--r--debug/org.eclipse.cdt.debug.dap/about.mappings9
-rw-r--r--debug/org.eclipse.cdt.debug.dap/about.properties32
-rw-r--r--debug/org.eclipse.cdt.debug.dap/build.properties6
-rw-r--r--debug/org.eclipse.cdt.debug.dap/cdt_logo_icon32.pngbin0 -> 1885 bytes
-rw-r--r--debug/org.eclipse.cdt.debug.standalone-feature/feature.xml1
-rw-r--r--debug/org.eclipse.cdt.gdb/about.properties24
-rw-r--r--debug/org.eclipse.cdt.gnu.debug-feature/feature.xml1
13 files changed, 156 insertions, 12 deletions
diff --git a/debug/org.eclipse.cdt.debug.application/about.ini b/debug/org.eclipse.cdt.debug.application/about.ini
new file mode 100644
index 00000000000..e07a7bb377e
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application/about.ini
@@ -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
diff --git a/debug/org.eclipse.cdt.debug.application/about.mappings b/debug/org.eclipse.cdt.debug.application/about.mappings
new file mode 100644
index 00000000000..936a8039c3e
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application/about.mappings
@@ -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}
diff --git a/debug/org.eclipse.cdt.debug.application/about.properties b/debug/org.eclipse.cdt.debug.application/about.properties
new file mode 100644
index 00000000000..6efcd031a2a
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application/about.properties
@@ -0,0 +1,32 @@
+###############################################################################
+# Copyright (c) 2014, 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=C/C++ Standalone Debugger\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2014, 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
diff --git a/debug/org.eclipse.cdt.debug.application/build.properties b/debug/org.eclipse.cdt.debug.application/build.properties
index 6a5375a2806..86473b5124d 100644
--- a/debug/org.eclipse.cdt.debug.application/build.properties
+++ b/debug/org.eclipse.cdt.debug.application/build.properties
@@ -8,5 +8,9 @@ bin.includes = plugin.xml,\
scripts/,\
about.html,\
icons/,\
- plugin_customization.ini
+ plugin_customization.ini,\
+ cdt_logo_icon32.png,\
+ about.properties,\
+ about.mappings,\
+ about.ini
src.includes = about.html
diff --git a/debug/org.eclipse.cdt.debug.application/cdt_logo_icon32.png b/debug/org.eclipse.cdt.debug.application/cdt_logo_icon32.png
new file mode 100644
index 00000000000..470ca81b327
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application/cdt_logo_icon32.png
Binary files differ
diff --git a/debug/org.eclipse.cdt.debug.dap/about.ini b/debug/org.eclipse.cdt.debug.dap/about.ini
new file mode 100644
index 00000000000..e07a7bb377e
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.dap/about.ini
@@ -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
diff --git a/debug/org.eclipse.cdt.debug.dap/about.mappings b/debug/org.eclipse.cdt.debug.dap/about.mappings
new file mode 100644
index 00000000000..936a8039c3e
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.dap/about.mappings
@@ -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}
diff --git a/debug/org.eclipse.cdt.debug.dap/about.properties b/debug/org.eclipse.cdt.debug.dap/about.properties
new file mode 100644
index 00000000000..538185d1f8c
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.dap/about.properties
@@ -0,0 +1,32 @@
+###############################################################################
+# Copyright (c) 2019, 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=C/C++ Debug Adapter GDB Debugger Integration\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2019, 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
diff --git a/debug/org.eclipse.cdt.debug.dap/build.properties b/debug/org.eclipse.cdt.debug.dap/build.properties
index d2d6a0408f9..e48c74030bc 100644
--- a/debug/org.eclipse.cdt.debug.dap/build.properties
+++ b/debug/org.eclipse.cdt.debug.dap/build.properties
@@ -4,4 +4,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
debug-servers/,\
- OSGI-INF/
+ OSGI-INF/,\
+ cdt_logo_icon32.png,\
+ about.properties,\
+ about.mappings,\
+ about.ini
diff --git a/debug/org.eclipse.cdt.debug.dap/cdt_logo_icon32.png b/debug/org.eclipse.cdt.debug.dap/cdt_logo_icon32.png
new file mode 100644
index 00000000000..470ca81b327
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.dap/cdt_logo_icon32.png
Binary files differ
diff --git a/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml b/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml
index 23deb5df329..c99fb4b1af1 100644
--- a/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml
+++ b/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml
@@ -4,6 +4,7 @@
label="%featureName"
version="9.11.0.qualifier"
provider-name="%providerName"
+ plugin="org.eclipse.cdt.debug.application"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/debug/org.eclipse.cdt.gdb/about.properties b/debug/org.eclipse.cdt.gdb/about.properties
index 18aef7a2c39..7d2b0bd82c3 100644
--- a/debug/org.eclipse.cdt.gdb/about.properties
+++ b/debug/org.eclipse.cdt.gdb/about.properties
@@ -1,15 +1,15 @@
###############################################################################
-# Copyright (c) 2002, 2008 IBM Corporation and others.
+# Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation
#
-# 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/
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
#
-# SPDX-License-Identifier: EPL-2.0
+# 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/
#
-# Contributors:
-# IBM Corporation - initial API and implementation
+# SPDX-License-Identifier: EPL-2.0
###############################################################################
# about.properties
# contains externalized strings for about.ini
@@ -19,10 +19,14 @@
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
-blurb=GDB Common\n\
+blurb=C/C++ Common GDB Support\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others, 2000, 2010.\n\
+Copyright (c) 2010, 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
diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
index f541c54a48b..ac3f3feb448 100644
--- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
+++ b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml
@@ -4,6 +4,7 @@
label="%featureName"
version="9.11.0.qualifier"
provider-name="%providerName"
+ plugin="org.eclipse.cdt.launch"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

Back to the top