if ($COQV == V7) then
setenv URI_SET_QUEUE_PORT 48082
setenv DRAW_GRAPH_PORT 48083
+ setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
setenv PROOF_CHECKER_PORT 48084
setenv HTTP_GETTER_PORT 48081
setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
# V7_mowgli
setenv URI_SET_QUEUE_PORT 58082
setenv DRAW_GRAPH_PORT 58083
+ setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
setenv PROOF_CHECKER_PORT 58084
setenv HTTP_GETTER_PORT 58081
setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/mowgli/servlet/uwobo/
if test $COQV = V7; then
export URI_SET_QUEUE_PORT=48082
export DRAW_GRAPH_PORT=48083
+ export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
export PROOF_CHECKER_PORT=48084
export HTTP_GETTER_PORT=48081
export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
# V7_mowgli
export URI_SET_QUEUE_PORT=58082
export DRAW_GRAPH_PORT=58083
+ export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
export PROOF_CHECKER_PORT=58084
export HTTP_GETTER_PORT=58081
export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/mowgli/servlet/uwobo/