#!/bin/sh #XSB file dumper #Prints the contents of an xsb file in human-readmble form cp= cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar case "`uname`" in CYGWIN*) cp=`cygpath -w -p $cp` ;; esac java -classpath '$cp' org.apache.xmlbeans.impl.tool.XsbDumper $*