#!/bin/sh JARS=./woden-jars exec java -cp $JARS/woden.jar:$JARS/xercesImpl.jar:$JARS/XmlSchema-1.0-SNAPSHOT.jar:. ValidateWSDL2 "$@"