mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Fix up the build settings for gdb hardware debugging.
This commit is contained in:
parent
f4a5c73226
commit
ac3133bfd7
8 changed files with 24 additions and 10 deletions
|
@ -1 +1,5 @@
|
||||||
bin.includes = feature.xml
|
bin.includes = feature.xml,\
|
||||||
|
license.html,\
|
||||||
|
feature.properties,\
|
||||||
|
epl-v10.html,\
|
||||||
|
eclipse_update_120.jpg
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.debug.gdbjtag"
|
id="org.eclipse.cdt.debug.gdbjtag"
|
||||||
label="GDB Hardware Debugging"
|
label="GDB Hardware Debugging"
|
||||||
version="1.0.0"
|
version="4.0.0.qualifier"
|
||||||
provider-name="Eclipse.org">
|
provider-name="Eclipse.org">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: CDT GDB JTAG Core Plug-in
|
Bundle-Name: CDT GDB Hardware Debug Core Plug-in
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true
|
||||||
Bundle-Version: 1.0.0
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
|
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
plugin.properties
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: CDT GDB Remote UI Plug-in
|
Bundle-Name: CDT GDB Hardware Debug UI Plug-in
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.ui;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.ui;singleton:=true
|
||||||
Bundle-Version: 1.0.0
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.ui.Activator
|
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.ui.Activator
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
icons/,\
|
||||||
|
plugin.properties
|
||||||
|
|
|
@ -2,5 +2,5 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
||||||
Bundle-Version: 1.0.0
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
|
|
|
@ -1 +1,8 @@
|
||||||
bin.includes = META-INF/
|
bin.includes = META-INF/,\
|
||||||
|
about.html,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
eclipse32.gif,\
|
||||||
|
notice.html,\
|
||||||
|
plugin.properties
|
||||||
|
|
Loading…
Add table
Reference in a new issue