I would like to propose a few change directory locations for PDFBox's
sources:
root
examples
java (<-- moved here from org.pdfbox.examples [1])
src
java (containing basic Java 1.4 compatible sources)
java-1.5 (containing additional features available with Java 1.5)
test
java (test code split from main source tree)
resources (what's currently in the test directory)
[1] I'd prefer keeping example code separate from the actual library.
Also makes the JAR just a bit smaller (as a nice side-effect).
I'd volunteer to do the necessary changes.
Jeremias Maerki