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
1
docs/jdom-package-list/.cvsignore
Normal file
1
docs/jdom-package-list/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
*~
|
7
docs/jdom-package-list/README.TXT
Normal file
7
docs/jdom-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 the JDOM classes.
|
||||
|
||||
package-list was downloaded from .../apidocs/package-list. (I.e.,
|
||||
it's a sibling of JDOM's index.html file.)
|
6
docs/jdom-package-list/package-list
Normal file
6
docs/jdom-package-list/package-list
Normal file
|
@ -0,0 +1,6 @@
|
|||
org.jdom
|
||||
org.jdom.adapters
|
||||
org.jdom.filter
|
||||
org.jdom.input
|
||||
org.jdom.output
|
||||
org.jdom.transform
|
Loading…
Add table
Add a link
Reference in a new issue