#!/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 $*