Created main() function with execution order 67/2767/1
authorAshlee Young <ashlee@onosfw.com>
Fri, 23 Oct 2015 17:39:24 +0000 (10:39 -0700)
committerAshlee Young <ashlee@onosfw.com>
Fri, 23 Oct 2015 17:39:24 +0000 (10:39 -0700)
Change-Id: I05d06128ecf7d9693c8121691ebf51859d0800fb
Signed-off-by: Ashlee Young <ashlee@onosfw.com>
build.sh

index b4fc375..84387a9 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -176,9 +176,15 @@ installMaven()
 }
 ##### End Install Maven #####
 
+##### Execution order #####
+main()
+{
+    displayVersion
+    updateONOS
+    checkJAVA
+    installAnt
+    installMaven
+}
+##### End Execution order #####
 
-displayVersion
-updateONOS
-checkJAVA
-installAnt
-installMaven
+main # Launches the build process
\ No newline at end of file