Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMatthew Khouzam2014-08-13 19:28:28 +0000
committerMatthew Khouzam2014-08-15 13:22:02 +0000
commitd2251f4ae84cd0e9b85bcd3edaf0fd3c278d6751 (patch)
tree86e8d92c65d4515bf2af712f7df5440c564ca9e7 /releng
parent253983afb8c5e5a9295124b758021e6ed25ce7e0 (diff)
downloadorg.eclipse.linuxtools-d2251f4ae84cd0e9b85bcd3edaf0fd3c278d6751.tar.gz
org.eclipse.linuxtools-d2251f4ae84cd0e9b85bcd3edaf0fd3c278d6751.tar.xz
org.eclipse.linuxtools-d2251f4ae84cd0e9b85bcd3edaf0fd3c278d6751.zip
pcap: Add feature plug-in
This patch includes * Integrated in lttng/pom.xml * Updates for the releng on Linux Tools level and LTTng level. * Updated version numbers for PCAP to 1.0.0 (not starting at 3.1.0) * Exported icons in tmf.pcap.ui * Updated plug-in dependencies Change-Id: Ie6319a453350193a99050edc4a7b396b771d0b9d Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31563 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.linuxtools.releng-site/category.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releng/org.eclipse.linuxtools.releng-site/category.xml b/releng/org.eclipse.linuxtools.releng-site/category.xml
index d626cd60fb..b821340572 100644
--- a/releng/org.eclipse.linuxtools.releng-site/category.xml
+++ b/releng/org.eclipse.linuxtools.releng-site/category.xml
@@ -64,6 +64,9 @@
<feature url="features/org.eclipse.linuxtools.lttng2.ust_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.lttng2.ust" version="0.0.0">
<category name="Linux Tools"/>
</feature>
+ <feature url="features/org.eclipse.linuxtools.tmf.pcap_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.tmf.pcap" version="0.0.0">
+ <category name="Linux Tools"/>
+ </feature>
<feature url="features/org.eclipse.linuxtools.perf_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.perf.feature" version="0.0.0">
<category name="Linux Tools"/>
</feature>
@@ -155,6 +158,9 @@
<feature url="features/org.eclipse.linuxtools.lttng2.ust.source_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.lttng2.ust.source" version="0.0.0">
<category name="Linux Tools Sources"/>
</feature>
+ <feature url="features/org.eclipse.linuxtools.tmf.pcap.source_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.tmf.pcap.source" version="0.0.0">
+ <category name="Linux Tools Sources"/>
+ </feature>
<feature url="features/org.eclipse.linuxtools.gcov.source_0.0.0.qualifier.jar" id="org.eclipse.linuxtools.gcov.source" version="0.0.0">
<category name="Linux Tools Sources"/>
</feature>

Back to the top