X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=scripts%2Fenv_siman.sh;h=ac54a03e731e53bd3d7cd9ffbb283769cbcbe1e6;hb=53a807bd760c6a1fa717fa1a45193509d4705b3a;hp=d1458a46e2be3602fe908485d2d5893fbc724b0a;hpb=2560fcf1fa85c3851e7e11fd850baaa66d2b2de5;p=tools%2Fsimanio.git diff --git a/scripts/env_siman.sh b/scripts/env_siman.sh index d1458a4..ac54a03 100644 --- a/scripts/env_siman.sh +++ b/scripts/env_siman.sh @@ -1,9 +1,10 @@ -#!/bin/bash +#!/bin/bash #echo dir1 = `dirname $0` #echo dir2 = ${PWD} env_script=${PWD}/env_products.sh + if [ -e $env_script ] ; then echo echo ">>> Setting environment" @@ -16,7 +17,7 @@ if [ -e $env_script ] ; then echo 'Proceed with the current environment.' fi - echo ">>> Setting SALOME_SIMAN environment" + echo ">>> Setting SALOME-SIMAN environment" export WSFCPP_HOME=${PWD}/wso2-wsf-cpp-2.1.0 #export PATH=${WSFCPP_HOME}/lib:${PATH} @@ -27,7 +28,3 @@ export SIMANIO_ROOT_DIR=${PWD}/SIMANIO #export PATH=${SIMANIO_ROOT_DIR}/lib:${PATH} export LD_LIBRARY_PATH=${SIMANIO_ROOT_DIR}/lib:${LD_LIBRARY_PATH} -export SIMAN_WS_HOST="172.22.2.10:8080" - -#export SALOME_ROOT_DIR=${PWD} -