Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-09 22:37:28 +0000
committerAndrew Overholt2011-03-09 22:37:28 +0000
commitd330576a06c26fe6c53bce83b64aeda1958ab360 (patch)
tree37aa8105a95acb4befa39390f8e68aa58bccecec /pom.xml
parent76fd4b3ca5097409d09d4e7d695adb981447dc3c (diff)
downloadorg.eclipse.linuxtools-d330576a06c26fe6c53bce83b64aeda1958ab360.tar.gz
org.eclipse.linuxtools-d330576a06c26fe6c53bce83b64aeda1958ab360.tar.xz
org.eclipse.linuxtools-d330576a06c26fe6c53bce83b64aeda1958ab360.zip
Add profiling and valgrind to the master list of modules in pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 89261dfe20..bbcacdbb9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,9 +85,14 @@
<module>gcov</module>
<module>gprof</module>
<module>libhover</module>
+ <!--<module>lttng</module>-->
<module>man</module>
+ <!--<module>oprofile</module>-->
+ <module>profiling</module>
<module>rpm</module>
<module>rpmstubby</module>
+ <!--<module>systemtap</module>-->
+ <module>valgrind</module>
</modules>
<repositories>

Back to the top