summaryrefslogtreecommitdiffstats
path: root/setenv.sh
diff options
context:
space:
mode:
authorAshlee Young <ashlee@onosfw.com>2015-10-23 10:49:22 -0700
committerAshlee Young <ashlee@onosfw.com>2015-10-23 10:49:22 -0700
commit711c5e1ffd4af8ee38c45b71ff114319fc980c1d (patch)
tree4e3f87fc1cd659846bd09c95efad8493a77d0034 /setenv.sh
parentfa354d1f604894f94ce60a24cf48453204abfe05 (diff)
Corrected typo and update environment variables
Change-Id: I46d9cdb53a88b8b69b76e91d6f0d396f8b1a19a8 Signed-off-by: Ashlee Young <ashlee@onosfw.com>
Diffstat (limited to 'setenv.sh')
-rwxr-xr-xsetenv.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/setenv.sh b/setenv.sh
index 7900ebaf..a9e37575 100755
--- a/setenv.sh
+++ b/setenv.sh
@@ -1,6 +1,9 @@
#!/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 ONOSROOT=$GERRITROOT/framework/src/onos/
+export BUILDROOT=$GERRITROOT/framework/build
+export JAVA_HOME=/etc/alternatives/java_sdk
+export ANT_HOME=$GERRITROOT/framework/build/ant/apache-ant-1.9.6
+export M2_HOME=$GERRITROOT/framework/build/maven/build
export M2=$M2_HOME/bin
-export PATH=$PATH:$ANT_HOME/bin:$M2
+export PATH=$PATH:$ANT_HOME/bin:$M2:$JAVA_HOME/bin