1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Fix up plugin and feature names and stuff.

This commit is contained in:
Doug Schaefer 2007-06-18 14:31:05 +00:00
parent aca7156c0c
commit 2cb3239e88
10 changed files with 17 additions and 9 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feature <feature
id="org.eclipse.cdt.debug.gdbjtag" id="org.eclipse.cdt.debug.gdbjtag"
label="GDB Hardware Debugging" label="%featureName"
version="4.0.0.qualifier" version="4.0.0.qualifier"
provider-name="Eclipse.org"> provider-name="%providerName">
<description> <description>
%description %description

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: CDT GDB Hardware Debug Core Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true
Bundle-Version: 4.0.0.qualifier Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.variables org.eclipse.core.variables
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.cdt.debug.gdbjtag.core Export-Package: org.eclipse.cdt.debug.gdbjtag.core
Bundle-Vendor: %providerName

View file

@ -13,4 +13,5 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.xml,\ plugin.xml,\
plugin.properties plugin.properties,\
about.html

View file

@ -9,3 +9,5 @@
# QNX Software Systems - initial API and implementation # QNX Software Systems - initial API and implementation
############################################################################### ###############################################################################
launchConfig.name=GDB Hardware Debugging launchConfig.name=GDB Hardware Debugging
pluginName=CDT GDB Hardware Debug Core Plug-in
providerName=Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 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-SymbolicName: org.eclipse.cdt.debug.gdbjtag.ui;singleton:=true
Bundle-Version: 4.0.0.qualifier Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.ui.Activator Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.ui.Activator
@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.variables, org.eclipse.core.variables,
org.eclipse.cdt.managedbuilder.ui org.eclipse.cdt.managedbuilder.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: %providerName

View file

@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\ .,\
plugin.xml,\ plugin.xml,\
icons/,\ icons/,\
plugin.properties plugin.properties,\
about.html

View file

@ -8,3 +8,5 @@
# Contributors: # Contributors:
# QNX Software Systems - initial API and implementation # QNX Software Systems - initial API and implementation
############################################################################### ###############################################################################
pluginName=CDT GDB Hardware Debug UI Plug-in
providerName=Eclipse.org

View file

@ -19,5 +19,5 @@ blurb=Eclipse C/C++ Development Tools SDK\n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\
\n\ \n\
(c) Copyright Eclipse contributors and others, 2005, 2006. All rights reserved.\n\ (c) Copyright Eclipse contributors and others, 2005, 2007. All rights reserved.\n\
Visit http://www.eclipse.org/cdt Visit http://www.eclipse.org/cdt

View file

@ -19,5 +19,5 @@ blurb=Eclipse C/C++ Development Tools Testing Framework\n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\
\n\ \n\
(c) Copyright Eclipse contributors and others, 2000, 2006. All rights reserved.\n\ (c) Copyright Eclipse contributors and others, 2000, 2007. All rights reserved.\n\
Visit http://www.eclipse.org/cdt Visit http://www.eclipse.org/cdt

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc; singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.Activator Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.Activator
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,