Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Carsten Ziegeler | 051927a | 2007-08-24 09:15:34 +0000 | [diff] [blame] | 20 | <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/maven-v4_0_0.xsd"> |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 25 | <version>1.0.4</version> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 26 | <relativePath>../../pom</relativePath> |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 27 | </parent> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 28 | |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 29 | <properties> |
| 30 | <pkgArtifactId>ehcache</pkgArtifactId> |
| 31 | <pkgVersion>1.1</pkgVersion> |
| 32 | <pomVersion>0001</pomVersion> |
| 33 | <osgiVersion>${pkgVersion}.0</osgiVersion> |
| 34 | </properties> |
| 35 | <groupId>org.apache.felix.commons</groupId> |
| 36 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
| 37 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
| 38 | <packaging>bundle</packaging> |
| 39 | <name>${pkgArtifactId} bundle</name> |
| 40 | <description> |
| 41 | This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
| 42 | </description> |
| 43 | <organization> |
| 44 | <name>Apache Felix Project</name> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 45 | <url>http://felix.apache.org/</url> |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 46 | </organization> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 47 | <scm> |
Carsten Ziegeler | 08d11b7 | 2007-08-22 06:46:55 +0000 | [diff] [blame] | 48 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/ehcache</connection> |
| 49 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/ehcache</developerConnection> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 50 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/ehcache</url> |
| 51 | </scm> |
| 52 | |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 53 | <dependencies> |
| 54 | <dependency> |
| 55 | <groupId>ehcache</groupId> |
| 56 | <artifactId>${pkgArtifactId}</artifactId> |
| 57 | <version>${pkgVersion}</version> |
| 58 | <exclusions> |
| 59 | <exclusion> |
| 60 | <groupId>commons-logging</groupId> |
| 61 | <artifactId>commons-logging</artifactId> |
| 62 | </exclusion> |
| 63 | </exclusions> |
| 64 | </dependency> |
| 65 | </dependencies> |
| 66 | <build> |
| 67 | <plugins> |
| 68 | <plugin> |
| 69 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 70 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 71 | <version>1.4.0</version> |
Carsten Ziegeler | 2d336e0 | 2008-01-22 07:33:29 +0000 | [diff] [blame] | 72 | <extensions>true</extensions> |
Michael E. Rodriguez | 25b1b83 | 2007-03-14 04:11:22 +0000 | [diff] [blame] | 73 | <configuration> |
| 74 | <instructions> |
| 75 | <Bundle-SymbolicName> |
| 76 | ${pom.artifactId} |
| 77 | </Bundle-SymbolicName> |
| 78 | <Export-Package> |
| 79 | *;version=${pkgVersion} |
| 80 | </Export-Package> |
| 81 | <Import-Package> |
| 82 | net.sf.hibernate.cache;resolution:=optional, * |
| 83 | </Import-Package> |
| 84 | </instructions> |
| 85 | </configuration> |
| 86 | </plugin> |
| 87 | </plugins> |
| 88 | </build> |
| 89 | </project> |