forked from pool/jflex
This commit is contained in:
parent
cc83dabf79
commit
9580b84548
27
jflex.script
27
jflex.script
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# jflex script
|
||||
# JPackage Project <http://www.jpackage.org/>
|
||||
|
||||
# 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="JFlex.Main"
|
||||
BASE_FLAGS=""
|
||||
BASE_OPTIONS=""
|
||||
BASE_JARS="jflex"
|
||||
|
||||
# Set parameters
|
||||
set_jvm
|
||||
set_classpath $BASE_JARS
|
||||
set_flags $BASE_FLAGS
|
||||
set_options $BASE_OPTIONS
|
||||
|
||||
# Let's start
|
||||
run "$@"
|
Loading…
Reference in New Issue
Block a user