#!/bin/sh
# command line wrapper to launch umlet created for the debian distribution

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

# We need java6 runtime
find_java_runtime java6

# not required for packagesearch - everything is referenced from the jar-file
# find_jars jabref antlr antlr3 jgoodies-looks forms spin glazedlists microba pdfbox jempbox mysql-connect

run_java -jar /usr/share/java/umlet.jar "$@"
