Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 371f378791b6ec58b04dc0f8e0092016 > files > 5

clapham-0.1.003-4.fc14.src.rpm

#!/bin/sh
if [ -f /usr/share/java-utils/java-functions ] ;
then 
  . /usr/share/java-utils/java-functions
else
  echo "Can't find functions library, aborting"
  exit 1
fi

# Configuration
MAIN_CLASS=net.hydromatic.clapham.Clapham

# Set parameters
set_classpath "clapham batik xml-commons-apis-ext"

# Let's start
run "$@"