aboutsummaryrefslogtreecommitdiffstats
path: root/setenv.sh
blob: a9e375752a9a0980189f28cecbd1213210138c6c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
export GERRITROOT="$(pwd)"
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:$JAVA_HOME/bin