Hi,
On Fri, Aug 8, 2008 at 9:49 AM, Jeremias Maerki <[EMAIL PROTECTED]> wrote:
> I would like to propose a few change directory locations for PDFBox's
> sources:
If we're changing the directory layout, then I would recommend
adopting the standard directory layout from Maven [1]. It's widely
known, well documented, and familiar to an ever increasing number of
developers, so even with Ant as the build system I think it makes
sense to adopt Maven conventions.
For PDFBox the main parts would be:
src/main/java (the org.pdfbox sources from the current main source tree)
src/main/resources (the current Resources tree)
src/test/java (the tests from the current main source tree)
src/site (the current website tree)
[1]
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
BR,
Jukka Zitting