Fixed builder order in root pom to build tooling before platform which must 
happen in that order


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cfab63a5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cfab63a5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cfab63a5

Branch: refs/heads/master
Commit: cfab63a588e0461e67a2f93a1bb99cdde560b02e
Parents: a547300
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Mar 8 08:22:01 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Mar 8 08:22:01 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cfab63a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8834a5..0af8484 100755
--- a/pom.xml
+++ b/pom.xml
@@ -121,14 +121,14 @@
 
   <modules>
     <module>parent</module>
+    <module>etc</module>
     <module>buildingtools</module>
     <module>camel-core</module>
     <module>components</module>
-    <module>platforms</module>
     <module>tooling</module>
+    <module>platforms</module>
     <module>tests</module>
     <module>examples</module>
-    <module>etc</module>
   </modules>
 
   <scm>

Reply via email to