blob: 6a18104541c5794d7045f9e6b707a5e771c81e3b [file] [log] [blame]
#!/bin/sh
#XSB file dumper
#Prints the contents of an xsb file in human-readable form
cp=
cp=$cp:$XMLBEANDIR/xbean.jar
java -classpath $cp xmlbeans.apache.org.tool.XsbDumper $*