comparison gnv-artifacts/bin/run.sh @ 1115:f953c9a559d8

Added license file and license headers. gnv-artifacts/trunk@1260 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 02 Nov 2010 17:46:55 +0000
parents 874644bf1da8
children
comparison
equal deleted inserted replaced
1114:7e085bfb107b 1115:f953c9a559d8
1 #!/bin/bash 1 #!/bin/bash
2
3 # Copyright (c) 2010 by Intevation GmbH\
4 #
5 # This program is free software under the LGPL (>=v2.1)\
6 # Read the file LGPL.txt coming with the software for details\
7 # or visit http://www.gnu.org/licenses/ if it does not exist.\
2 8
3 DIR=`dirname $0`/.. 9 DIR=`dirname $0`/..
4 CLASSPATH= 10 CLASSPATH=
5 for l in `find -name \*.jar -print`; do 11 for l in `find -name \*.jar -print`; do
6 CLASSPATH=$CLASSPATH:$l 12 CLASSPATH=$CLASSPATH:$l

http://dive4elements.wald.intevation.org