By habit (since before my time on Tomcat :-), we have shipped the source
code (although not in a directly buildable arrangement) inside the binary
distributions of Tomcat. This is certainly nice for people that want to
look around and see how Tomcat works, but it is somewhat redundant since
we make separate source distributions (that *are* directly buildable,
because they are snapshots of the CVS repository) available anyway.
For Tomcat 4, what do folks think of omitting the sources from the binary
distribution? This would knock the size of the binary distributions down
by around 2 megabytes (which I'm sure people would also appreciate).
Craig McClanahan