blob: 0ffa56a3279faf43e1732234d73787e1fe8cc93a [file] [log] [blame]
#!/bin/sh
#Schema compiler
#Builds XBean types from xsd files.
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.SchemaCompiler $*