cvsdist f93f395
#!/bin/sh
cvsdist f93f395
# 
cvsdist f93f395
# Xerces-J2 constants script
cvsdist f93f395
# JPackage Project (http://www.jpackage.org/)
gbenson b5a50cd
# $Id: xerces-j2-constants.sh,v 1.3 2005/05/26 14:21:22 gbenson Exp $
cvsdist f93f395
cvsdist f93f395
# Source functions library
cvsdist f93f395
. /usr/share/java-utils/java-functions
cvsdist f93f395
cvsdist f93f395
# Configuration
cvsdist f93f395
MAIN_CLASS=org.apache.xerces.impl.Constants
cvsdist f93f395
cvsdist f93f395
# Set parameters
cvsdist f93f395
set_jvm
cvsdist f93f395
export CLASSPATH=$(build-classpath xerces-j2)
cvsdist f93f395
set_flags $BASE_FLAGS
cvsdist f93f395
set_options $BASE_OPTIONS
cvsdist f93f395
cvsdist f93f395
# Let's start
cvsdist f93f395
run "$@"