Added package lists for J2SE 1.4 and JDOM. These can be used to make our Javadocs link to Sun's web site, e.g.

This commit is contained in:
dchandler 2002-09-29 20:29:02 +00:00
parent c014dc27f0
commit 87c9090d77
7 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,7 @@
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
file. Thus, this directory must exist so that our API docs will link
to java.lang.Object, javax.swing.JFrame, etc.
package-list was downloaded from .../api/package-list. (I.e., it's a
sibling of j2sdk-1.4's index.html file.)