SHA256
1
0
forked from pool/xerces-j2
OBS User unknown
2007-01-15 23:42:13 +00:00
committed by Git OBS Bridge
commit 1bde5f789a
15 changed files with 999 additions and 0 deletions

20
xerces-j2-constants.sh Normal file
View 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 "$@"