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:
parent
aca7156c0c
commit
2cb3239e88
10 changed files with 17 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.cdt.debug.gdbjtag"
|
||||
label="GDB Hardware Debugging"
|
||||
label="%featureName"
|
||||
version="4.0.0.qualifier"
|
||||
provider-name="Eclipse.org">
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Manifest-Version: 1.0
|
||||
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-Version: 4.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
|
||||
|
@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.core.variables
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.cdt.debug.gdbjtag.core
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
|
@ -13,4 +13,5 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
about.html
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
# QNX Software Systems - initial API and implementation
|
||||
###############################################################################
|
||||
launchConfig.name=GDB Hardware Debugging
|
||||
pluginName=CDT GDB Hardware Debug Core Plug-in
|
||||
providerName=Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,4 +14,5 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
plugin.xml,\
|
||||
icons/,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
about.html
|
||||
|
|
|
@ -8,3 +8,5 @@
|
|||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=CDT GDB Hardware Debug UI Plug-in
|
||||
providerName=Eclipse.org
|
||||
|
|
|
@ -19,5 +19,5 @@ blurb=Eclipse C/C++ Development Tools SDK\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\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
|
||||
|
|
|
@ -19,5 +19,5 @@ blurb=Eclipse C/C++ Development Tools Testing Framework\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\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
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
Loading…
Add table
Reference in a new issue