Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lttng
diff options
context:
space:
mode:
authorBernd Hufmann2013-03-13 19:56:32 +0000
committerBernd Hufmann2013-03-13 20:12:28 +0000
commit9649ad7957b0a164e0718100ee737d28e9ab533b (patch)
tree84a3a12d11e1b95916ad33b7ddf8ef53d8a28eab /lttng
parentf625c363e31ddb2686b16a3bab1bfe12b119a22c (diff)
downloadorg.eclipse.linuxtools-9649ad7957b0a164e0718100ee737d28e9ab533b.tar.gz
org.eclipse.linuxtools-9649ad7957b0a164e0718100ee737d28e9ab533b.tar.xz
org.eclipse.linuxtools-9649ad7957b0a164e0718100ee737d28e9ab533b.zip
lttng: Fix gdb trace reference in lttng specific releng
Change-Id: I389fd0fd238af6590d85b5aea6409a785976cf52 Signed-off-by: Bernd Hufmann <bhufmann@gmail.com> Reviewed-on: https://git.eclipse.org/r/11129 Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> IP-Clean: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Hudson CI
Diffstat (limited to 'lttng')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.releng-site/category.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng.releng-site/category.xml b/lttng/org.eclipse.linuxtools.lttng.releng-site/category.xml
index 41539819cf..199443401d 100644
--- a/lttng/org.eclipse.linuxtools.lttng.releng-site/category.xml
+++ b/lttng/org.eclipse.linuxtools.lttng.releng-site/category.xml
@@ -6,7 +6,7 @@
<feature url="features/org.eclipse.linuxtools.lttng2.kernel_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.lttng2.kernel" version="0.0.0">
<category name="LTTng"/>
</feature>
- <feature url="features/org.eclipse.linuxtools.gdbtrace_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.gdbtrace" version="0.0.0.qualifier">
+ <feature url="features/org.eclipse.linuxtools.gdbtrace_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.gdbtrace" version="0.0.0">
<category name="LTTng"/>
</feature>
<category-def name="LTTng" label="Linux Tracing Toolkit"/>

Back to the top