blob: 719efc45a88a099d2bdd1707414e485bea6fc9b9 [file] [log] [blame]
@rem Schema compiler
@rem
@rem Builds XBean types from xsd files.
@echo off
set cp=
set cp=%cp%;%XMLBEANDIR%\xbean.jar
java -classpath %cp% xmlbeans.apache.org.tool.SchemaCompiler %*
:done