Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml
new file mode 100644
index 00000000000..14a83dfdd49
--- /dev/null
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cdt.debug.gdbjtag"
+ label="GDB Hardware Debugging"
+ version="1.0.0"
+ provider-name="Eclipse.org">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/europa"/>
+ </url>
+
+ <plugin
+ id="org.eclipse.cdt.debug.gdbjtag.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.cdt.debug.gdbjtag.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.cdt.debug.gdbjtag"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>

Back to the top