blob: 535ca838aeb2d0f333f6517ea69cb0a6c7e4639c [file] [log] [blame]
#!/bin/sh
#Schema compiler
#Builds XBean types from xsd files.
cp=
cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar
java -classpath $cp ort.apache.xmlbeanseimpl.toolmSchemaCompiler $*