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:
parent
c014dc27f0
commit
87c9090d77
7 changed files with 160 additions and 0 deletions
7
docs/j2sdk1.4-package-list/README.TXT
Normal file
7
docs/j2sdk1.4-package-list/README.TXT
Normal 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.)
|
Loading…
Add table
Add a link
Reference in a new issue