blob: 5a5040a80a5733998ef9c2216a36c814914d7ed1 [file] [log] [blame]
@rem *****************************************************************************
@rem * Copyright (C) 2000-2002, International Business Machines Corporation and *
@rem * others. All Rights Reserved. *
@rem *****************************************************************************
mkdir docs\api
@set DOC_TYPE=-private
javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2002" %DOC_TYPE% com.ibm.rbm
@if errorlevel 1 pause