~ubuntu-branches/ubuntu/karmic/tomcat6/karmic-security

« back to all changes in this revision

Viewing changes to debian/pom/el-api-2.1.pom

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-25 17:00:31 UTC
  • Revision ID: james.westby@ubuntu.com-20091025170031-mkml85053n1rp46e
Tags: 6.0.20-2ubuntu2
* Add maven POM's for libservlet2.5-java. LP: #454822.
* debian/policy/02debian.policy: grant access to
  /usr/share/maven-repo/ as it is a valid source of Debian JARs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd">
 
3
        <modelVersion>4.0.0</modelVersion>
 
4
        <groupId>javax.el</groupId>
 
5
        <artifactId>el-api</artifactId>
 
6
        <version>2.1</version>
 
7
        <packaging>jar</packaging>
 
8
        <properties>
 
9
                <debian.originalVersion>2.1</debian.originalVersion>
 
10
                <debian.package>libservlet2.5-java</debian.package>
 
11
                <debian.mavenRules><![CDATA[javax.el el-api jar * *,
 
12
                s/org.apache.tomcat/javax.el/ el-api jar s/.*/2.1/ *,
 
13
                s/org.apache.tomcat/javax.servlet/ jsp-api jar s/.*/2.1/ *,
 
14
                s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/ *]]></debian.mavenRules>
 
15
        </properties>
 
16
        
 
17
</project>
 
 
b'\\ No newline at end of file'