The junit package is missing the package-list file. This file is required by
Eclipse when setting the javadoc directory for a jar file. Without the file it
does not allow the directory to be selected. The file should contain two lines;
junit.extensions
junit.framework
Reproducible: Always
Steps to Reproduce:
1. install junit
2. run eclipse, create java project, add junit to external jars
3. right click on the junit.jar and try to set javadoc directory to
/usr/share/doc/junit-3.8.1/html/javadoc
Actual Results:
Error that package-list file is missing.
Expected Results:
Allow the directory to be selected.
Simply creating the file with the content makes the problem go away (although
this creates an orphaned file)