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 @@
*~

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 the JDOM classes.
package-list was downloaded from .../apidocs/package-list. (I.e.,
it's a sibling of JDOM's index.html file.)

View file

@ -0,0 +1,6 @@
org.jdom
org.jdom.adapters
org.jdom.filter
org.jdom.input
org.jdom.output
org.jdom.transform