Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-04-25 10:30:32 +0000
committerAlexander Kurtakov2014-04-25 10:32:31 +0000
commitb2b6f2a759704f70c8f7626ef08b32459ddfad8d (patch)
tree727d8c90cdd390e0a4b088f98b1379f113685930 /pom.xml
parentcdbef6e96cbc0cd3843ca37e38288d2269e1271b (diff)
downloadorg.eclipse.linuxtools-b2b6f2a759704f70c8f7626ef08b32459ddfad8d.tar.gz
org.eclipse.linuxtools-b2b6f2a759704f70c8f7626ef08b32459ddfad8d.tar.xz
org.eclipse.linuxtools-b2b6f2a759704f70c8f7626ef08b32459ddfad8d.zip
Reorganize modules list.
Trying to fix Java 8 build which might be ordering bug in Maven. By putting profiling first it's an attempt to workaround it. Change-Id: I587253fe8bb5dca4ac29fb25015787fbbd005460 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25550
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e401cde84a..037ce4ea18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,7 @@
<modules>
+ <module>profiling</module>
<module>changelog</module>
<module>gcov</module>
<module>gprof</module>
@@ -240,7 +241,6 @@
<module>man</module>
<module>oprofile</module>
<module>perf</module>
- <module>profiling</module>
<module>rpm</module>
<module>systemtap</module>
<module>valgrind</module>

Back to the top