#! /bin/sh
if [ "`uname`" = "Linux" ]; then enable -n echo; fi
# Thsi script runs xsddoc.
#
# See the documentation of xsddoc for details on command line and paramters.
#
acsStartJava --noDirectory net.sf.xframe.xsddoc.Main "$*"
