Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-10 20:16:58 +0000
committerAndrew Overholt2011-03-10 20:16:58 +0000
commit8014912ec4d21ccc39162bba935487d07bfe1ebe (patch)
treee5cfd8bc654eefc5cff1299fac44c3173c472125 /pom.xml
parent7b14fd6cd7af2a7b8165ada57f7af728719e743c (diff)
downloadorg.eclipse.linuxtools-8014912ec4d21ccc39162bba935487d07bfe1ebe.tar.gz
org.eclipse.linuxtools-8014912ec4d21ccc39162bba935487d07bfe1ebe.tar.xz
org.eclipse.linuxtools-8014912ec4d21ccc39162bba935487d07bfe1ebe.zip
Tycho-ify systemtap
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bbcacdbb9c..349e008481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,13 +85,13 @@
<module>gcov</module>
<module>gprof</module>
<module>libhover</module>
- <!--<module>lttng</module>-->
+ <module>lttng</module>
<module>man</module>
<!--<module>oprofile</module>-->
<module>profiling</module>
<module>rpm</module>
<module>rpmstubby</module>
- <!--<module>systemtap</module>-->
+ <module>systemtap</module>
<module>valgrind</module>
</modules>

Back to the top