#!/bin/sh

# Project:       GeoTIFF Uploader
# Author:        $Author: stripodi $ (Terradue Srl)
# Last update:   $Date: 2011-09-02 10:22:07 +0200 (Fri, 02 Sep 2011) $
# Element:       ify web portal
# Context:       services/gtu
# Name:          service.js
# Version:       1.0.1-SNAPSHOT (UNKNOWN_BRANCH@r??????; 2020-11-11 00:27:45+0000)
# Description:   Service descriptor for gtu. 
#
# This document is the property of Terradue and contains information directly
# resulting from knowledge and experience of Terradue.
# Any changes to this code is forbidden without written consent from Terradue Srl
#
# Contact: info@terradue.com

export BASEDIR=`dirname $0`/..

export LD_LIBRARY_PATH=$BASEDIR/lib/natives
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH

source $BASEDIR/bin/gtu-run
