blob: 610bf60df676c3b8cd7b35306545ef84d8a2a47d [file] [log] [blame]
#!/bin/sh
#Schema compiler
#Builds XBean types from xsd files.
cp=
cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar:$XMLBEANS_HOME/build/lib/jsr173_api.jar:$XMLBEANS_HOME/build/lib/resolver.jar
case "`uname`" in
CYGWIN*)
cp=`cygpath -w -p $cp`
;;
esac
java -classpath $cp org.apache.xmlbeans.impl.tool.SchemaCompiler $*