• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@rem *****************************************************************************
2@rem * Copyright (C) 2000-2004, International Business Machines Corporation and  *
3@rem * others. All Rights Reserved.                                              *
4@rem *****************************************************************************
5mkdir docs\api
6@set DOC_TYPE=-private
7javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2004" %DOC_TYPE% com.ibm.rbm com.ibm.rbm.gui
8@if errorlevel 1 pause