Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-18 14:31:05 +0000
committerDoug Schaefer2007-06-18 14:31:05 +0000
commit2cb3239e88e1b1e175493ec2d8cbfbcd6f274a86 (patch)
tree6f8b1df680331a45f380f2c0acb8f5527b80ea81 /jtag/org.eclipse.cdt.debug.gdbjtag.ui
parentaca7156c0cd83bc3ecec9fc7c8300d179f54716f (diff)
downloadorg.eclipse.cdt-2cb3239e88e1b1e175493ec2d8cbfbcd6f274a86.tar.gz
org.eclipse.cdt-2cb3239e88e1b1e175493ec2d8cbfbcd6f274a86.tar.xz
org.eclipse.cdt-2cb3239e88e1b1e175493ec2d8cbfbcd6f274a86.zip
Fix up plugin and feature names and stuff.
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag.ui')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.ui/META-INF/MANIFEST.MF3
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties3
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties2
3 files changed, 6 insertions, 2 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/META-INF/MANIFEST.MF b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/META-INF/MANIFEST.MF
index 2064658390a..6d293661ccb 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/META-INF/MANIFEST.MF
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDT GDB Hardware Debug UI Plug-in
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.ui;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.ui.Activator
@@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.variables,
org.eclipse.cdt.managedbuilder.ui
Eclipse-LazyStart: true
+Bundle-Vendor: %providerName
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties
index 770b0cc0b22..70c80abdd5e 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
index b14cacd2154..0614d11fe86 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
@@ -8,3 +8,5 @@
# Contributors:
# QNX Software Systems - initial API and implementation
###############################################################################
+pluginName=CDT GDB Hardware Debug UI Plug-in
+providerName=Eclipse.org

Back to the top