blob: a41f1c25e3a22aeace2f0bab747b83aeb1515f66 [file] [log] [blame]
#!/bin/sh
#Schema compiler
#Builds XBean types from xsd files.
cp=
cp=$cp:$XMLBEANDIR/xbean.jar
java -classpath $cp xmlbeans.apache.org.tool.SchemaCompiler $*