~ubuntu-branches/ubuntu/maverick/tomcat6/maverick-updates

« back to all changes in this revision

Viewing changes to debian/poms/servlet-api.pom

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Claude
  • Date: 2010-02-17 22:59:21 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100217225921-hpnzvev1oym87682
Tags: 6.0.24-2
* Fix missing symlinks to tomcat-coyote.jar and
  catalina-tribes.jar causing NoClassDefFoundException
  at startup (last minute packaging change, sorry)
  (Closes: #570220)
* tomcat6-admin, tomcat6-examples and tomcat6-docs now depend on
  tomcat6-common instead of tomcat6, this allow users to install
  those packages without requiring tomcat6 and its automatic startup scripts
  being present. tomcat-users can be installed instead and allow full
  control over when Tomcat is started or stopped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<project>
2
 
  <modelVersion>4.0.0</modelVersion>
3
 
  <groupId>javax.servlet</groupId>
4
 
  <artifactId>servlet-api</artifactId>
5
 
  <version>2.5</version>
6
 
</project>