2002-09-29 20:29:02 +00:00
|
|
|
Ant's Javadoc task requires that a package list be named package-list,
|
|
|
|
and thus you give the task the name of the directory containing that
|
2002-10-03 02:09:46 +00:00
|
|
|
file. Thus, this directory must exist so that our API docs can link
|
2002-10-03 02:29:30 +00:00
|
|
|
to the JDOM classes if we choose to do so. See the Javadoc
|
2002-10-03 02:11:33 +00:00
|
|
|
documentation concerning the '-linkoffline' option.
|
2002-09-29 20:29:02 +00:00
|
|
|
|
|
|
|
package-list was downloaded from .../apidocs/package-list. (I.e.,
|
|
|
|
it's a sibling of JDOM's index.html file.)
|