gerrit/gerrit-war
Shawn O. Pearce 49b9d0ef15 Replace CDDL javax.servlet with APLv2 implementation
We would really prefer not to mess around with the CDDL if we can
avoid it as a license.  Fortunately, the Apache Tomcat project
has created a reimplementation of the javax.servlet API under the
friendly Apache License 2.0.  We can use that instead of the much
more commonly used reference implementation that is supplied by
Sun Microsystems (err, now Oracle).

The Eclipse Foundation uses this for the sevlet 2.5 specification
in their Orbit repository, so its a reasonably clean source to
build from.  Unfortunately Jetty's own Maven pom files request the
Sun package, so we have to be careful to ensure we excluce it.

Change-Id: I177a3e0863cf6d46e824296e2e3dc8cfb350d71e
Signed-off-by: Shawn O. Pearce <sop@google.com>
2010-02-23 09:22:46 -08:00
..
.settings Rewrite our build as modular maven components 2009-11-11 16:54:06 -08:00
src/main Implement automatic schema upgrading 2009-12-24 17:17:15 -08:00
.gitignore Rewrite our build as modular maven components 2009-11-11 16:54:06 -08:00
pom.xml Replace CDDL javax.servlet with APLv2 implementation 2010-02-23 09:22:46 -08:00