Sets build environments for manually building components without the 43/2743/1
authorAshlee Young <ashlee@onosfw.com>
Fri, 23 Oct 2015 14:30:04 +0000 (07:30 -0700)
committerAshlee Young <ashlee@onosfw.com>
Fri, 23 Oct 2015 14:30:53 +0000 (07:30 -0700)
build.sh script

Change-Id: I19e83961fdeaa8705d6ed4676ecc08d2c4216b7c
Signed-off-by: Ashlee Young <ashlee@onosfw.com>
setenv.sh [new file with mode: 0755]

diff --git a/setenv.sh b/setenv.sh
new file mode 100755 (executable)
index 0000000..7900eba
--- /dev/null
+++ b/setenv.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+export GERRITROOT="$(pwd)"
+export ANT_HOME=$GERRITROOT/framework/src/ant/apache-ant-1.9.6
+export M2_HOME=$GERRITROOT/framework/build/maven
+export M2=$M2_HOME/bin
+export PATH=$PATH:$ANT_HOME/bin:$M2