#!/bin/sh
CLASSPATH=.:xml.jar
export CLASSPATH
java Defs $@
