forked from pool/xerces-j2
This commit is contained in:
20
xerces-j2-constants.sh
Normal file
20
xerces-j2-constants.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Xerces-J2 constants script
|
||||
# JPackage Project (http://www.jpackage.org/)
|
||||
# $Id$
|
||||
|
||||
# Source functions library
|
||||
. /usr/share/java-utils/java-functions
|
||||
|
||||
# Configuration
|
||||
MAIN_CLASS=org.apache.xerces.impl.Constants
|
||||
|
||||
# Set parameters
|
||||
set_jvm
|
||||
export CLASSPATH=$(build-classpath xerces-j2)
|
||||
set_flags $BASE_FLAGS
|
||||
set_options $BASE_OPTIONS
|
||||
|
||||
# Let's start
|
||||
run "$@"
|
Reference in New Issue
Block a user