416fc50421
X-SVN-Rev: 8644
8 lines
542 B
Batchfile
Executable File
8 lines
542 B
Batchfile
Executable File
@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 |