Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2014-05-07 21:58:00 +0000
committerJeff Johnston2014-05-07 21:58:00 +0000
commitc868fd34a45a35f50757e325732089e531cb1b5a (patch)
tree3a078a93a95fdb31389898d77a79d30f86e8578d
parent7df33617c92a331c45caee90c398912767ade0df (diff)
downloadorg.eclipse.epp.packages-c868fd34a45a35f50757e325732089e531cb1b5a.tar.gz
org.eclipse.epp.packages-c868fd34a45a35f50757e325732089e531cb1b5a.tar.xz
org.eclipse.epp.packages-c868fd34a45a35f50757e325732089e531cb1b5a.zip
Fix reference to lttng2 feature in Parallel product feature.xml.
- lttng2 feature has changed to be lttng2.control
-rw-r--r--packages/org.eclipse.epp.package.parallel.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.parallel.feature/feature.xml b/packages/org.eclipse.epp.package.parallel.feature/feature.xml
index dc9a005d..2a38f825 100644
--- a/packages/org.eclipse.epp.package.parallel.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.parallel.feature/feature.xml
@@ -86,7 +86,7 @@
search-location="both"/>
<includes
- id="org.eclipse.linuxtools.lttng2"
+ id="org.eclipse.linuxtools.lttng2.control"
version="0.0.0"
optional="true"
search-location="both"/>

Back to the top