blob: 48c713de2dbd455e5e18424e90f59e806a876de9 [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.SchemaCopy %*
:done