Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 78a82437f739be4bdd538a0a7f332ed8 > files > 5

nekohtml-1.9.14-15.mga5.src.rpm

#!/bin/sh
# 
# nekohtml filter 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=org.cyberneko.html.filters.Writer
BASE_JARS="nekohtml xerces-j2"

# Set parameters
set_jvm
set_classpath $BASE_JARS

# Let's start
run "$@"