comparison contrib/run.sh @ 100:933bbc9fc11f

Added license file and license headers. artifacts/trunk@1259 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 02 Nov 2010 17:23:36 +0000
parents 41c225c8bd41
children
comparison
equal deleted inserted replaced
99:0efa3e8e46d4 100:933bbc9fc11f
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.
8
2 RESTLET_CORE=`find -L ~/.m2 -name org\.restlet-\*SNAP\*.jar` 9 RESTLET_CORE=`find -L ~/.m2 -name org\.restlet-\*SNAP\*.jar`
3 RESTLET_XML=`find -L ~/.m2 -name org\.restlet.ext.xml-\*SNAP\*.jar` 10 RESTLET_XML=`find -L ~/.m2 -name org\.restlet.ext.xml-\*SNAP\*.jar`
4 H2=`find -L ~/.m2 -name h2-\*.jar` 11 H2=`find -L ~/.m2 -name h2-\*.jar`
5 LOG4J=`find -L ~/.m2 -name log4j-1.2.13\*.jar` 12 LOG4J=`find -L ~/.m2 -name log4j-1.2.13\*.jar`
6 DBCP=`find -L ~/.m2 -name commons-dbcp-\*.jar` 13 DBCP=`find -L ~/.m2 -name commons-dbcp-\*.jar`

http://dive4elements.wald.intevation.org