Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +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 | --> |
| 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"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 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> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 27 | </parent> |
Carsten Ziegeler | d524f6f | 2008-01-16 07:28:57 +0000 | [diff] [blame] | 28 | |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 29 | <properties> |
Carsten Ziegeler | bd3ed0e | 2007-08-06 07:30:38 +0000 | [diff] [blame] | 30 | <pkgArtifactId>poi-full</pkgArtifactId> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 31 | <pkgVersion>3.0.1-FINAL</pkgVersion> |
Carsten Ziegeler | b446d43 | 2007-08-22 07:17:42 +0000 | [diff] [blame] | 32 | <pomVersion>0002</pomVersion> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 33 | <osgiVersion>${pkgVersion}</osgiVersion> |
| 34 | </properties> |
| 35 | |
| 36 | <groupId>org.apache.felix.commons</groupId> |
| 37 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
Carsten Ziegeler | b446d43 | 2007-08-22 07:17:42 +0000 | [diff] [blame] | 38 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 39 | <packaging>bundle</packaging> |
| 40 | <name>${pkgArtifactId} bundle</name> |
| 41 | <description> |
Carsten Ziegeler | bd3ed0e | 2007-08-06 07:30:38 +0000 | [diff] [blame] | 42 | This bundle simply wraps poi-${pkgVersion}.jar, poi-contrib-${pkgVersion}.jar and poi-scratchpad-${pkgVersion}.jar. |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 43 | </description> |
| 44 | <organization> |
| 45 | <name>Apache Felix Project</name> |
Carsten Ziegeler | bd3ed0e | 2007-08-06 07:30:38 +0000 | [diff] [blame] | 46 | <url>http://felix.apache.org/</url> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 47 | </organization> |
| 48 | |
| 49 | <scm> |
Carsten Ziegeler | ff85659 | 2007-08-22 07:05:03 +0000 | [diff] [blame] | 50 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/poi-full</connection> |
| 51 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/poi-full</developerConnection> |
| 52 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/poi-full</url> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 53 | </scm> |
| 54 | |
| 55 | <dependencies> |
| 56 | <dependency> |
| 57 | <groupId>org.apache.poi</groupId> |
Carsten Ziegeler | bd3ed0e | 2007-08-06 07:30:38 +0000 | [diff] [blame] | 58 | <artifactId>poi</artifactId> |
| 59 | <version>${pkgVersion}</version> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.apache.poi</groupId> |
| 63 | <artifactId>poi-contrib</artifactId> |
| 64 | <version>${pkgVersion}</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.apache.poi</groupId> |
| 68 | <artifactId>poi-scratchpad</artifactId> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 69 | <version>${pkgVersion}</version> |
| 70 | </dependency> |
| 71 | </dependencies> |
| 72 | <build> |
| 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.apache.felix</groupId> |
| 76 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 77 | <version>1.4.0</version> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 78 | <extensions>true</extensions> |
| 79 | <configuration> |
| 80 | <instructions> |
| 81 | <Bundle-SymbolicName> |
| 82 | ${pom.artifactId} |
| 83 | </Bundle-SymbolicName> |
| 84 | <Export-Package> |
| 85 | *;version=${pkgVersion} |
| 86 | </Export-Package> |
Carsten Ziegeler | bd3ed0e | 2007-08-06 07:30:38 +0000 | [diff] [blame] | 87 | <Include-Resource> |
| 88 | src/main/resources, |
| 89 | @poi-${pkgVersion}.jar!/font_metrics.properties |
| 90 | </Include-Resource> |
Carsten Ziegeler | b5d6dcc | 2007-08-03 13:03:08 +0000 | [diff] [blame] | 91 | </instructions> |
| 92 | </configuration> |
| 93 | </plugin> |
| 94 | </plugins> |
| 95 | </build> |
| 96 | </project> |