Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 91d638df8917f8cbcc0182dcb370b3c6 > files > 2

classpathx-jaxp-1.0-0.beta1.8jpp.src.rpm

#!/bin/sh
# 
# classpathx-jaxp script
# JPackage Project <http://www.jpackage.org/>
# $Id$

# Source functions library
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=gnu.xml.util.DoParse
BASE_JARS="classpathx-jaxp.jar xml-commons-apis.jar"

# Set parameters
set_jvm
set_classpath $BASE_JARS
set_flags $BASE_FLAGS
set_options $BASE_OPTIONS

# Let's start
run "$@"