#!/bin/bash
. /usr/share/java-utils/java-functions

MAIN_CLASS=com.nwalsh.parsers.xjparse

set_classpath "xjparse xml-commons-resolver"

run "$@"
