From: <jba...@us...> - 2004-08-03 05:43:50
|
Date: Monday August 2, 2004 @ 22:43 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15735 Modified Files: build.xml Log Message: Added the property "show-private-classes" for the target "api_docs" Set it to true to make Javadoc also be generated for private classes. Default is false. Use "ant doc -Dshow-private-classes=true" to override the default value or add "show-private-classes=true" to you "build.properties" file. "ant clean-build" now only cleans the build directory to speed up the process. |