blob: a9fee0d72f027c0c659873fae7584859e0a0846f [file] [log] [blame]
#!/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
java -classpath $cp org.apache.xmlbeans.impl.tool.XsbDumper $*