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

« back to all changes in this revision

Viewing changes to debian/poms/jasper-el.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
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!--
3
 
  Licensed to the Apache Software Foundation (ASF) under one or more
4
 
  contributor license agreements.  See the NOTICE file distributed with
5
 
  this work for additional information regarding copyright ownership.
6
 
  The ASF licenses this file to You under the Apache License, Version 2.0
7
 
  (the "License"); you may not use this file except in compliance with
8
 
  the License.  You may obtain a copy of the License at
9
 
 
10
 
      http://www.apache.org/licenses/LICENSE-2.0
11
 
 
12
 
  Unless required by applicable law or agreed to in writing, software
13
 
  distributed under the License is distributed on an "AS IS" BASIS,
14
 
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 
  See the License for the specific language governing permissions and
16
 
  limitations under the License.
17
 
-->
18
 
<project>
19
 
  <modelVersion>4.0.0</modelVersion>
20
 
  <groupId>org.apache.tomcat</groupId>
21
 
  <artifactId>jasper-el</artifactId>
22
 
  <version>6.0.24</version>
23
 
  <description>Jasper Expression Language Impl</description>
24
 
  <dependencies>
25
 
    <dependency>
26
 
      <groupId>org.apache.tomcat</groupId>
27
 
      <artifactId>el-api</artifactId>
28
 
      <version>6.0.24</version>
29
 
      <scope>compile</scope>
30
 
    </dependency>
31
 
  </dependencies>
32
 
</project>
33