export JACORB_HOME=/home/dds/INSTALLED\ FOR\ DDS/JacORB-v2.3.1.0
export GSOAPHOME=/home/dds/INSTALLED_FOR_DDS/GSOAP
export PROTOBUF_HOME=/home/dds/INSTALLED_FOR_DDS/protobuf-2.6.0
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
TMP_PLAT_ARCH=`echo $SETUP_TYPE | cut -d '.' -f 1`
if [ "$TMP_PLAT_ARCH" = "x86" ]
then
   . configs/`hostname`/common-32bit
else
   . configs/`hostname`/common-64bit
fi
unset TMP_PLAT_ARCH
unset QTDIR
export M2_HOME=/home/dds/INSTALLED_FOR_DDS/apache-maven-3.5.3
