Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +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 | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.apache.felix.commons</groupId> |
Carsten Ziegeler | ef09a2c | 2007-07-24 09:39:40 +0000 | [diff] [blame] | 24 | <artifactId>commons-build</artifactId> |
Carsten Ziegeler | d82fcab | 2007-08-26 16:08:27 +0000 | [diff] [blame] | 25 | <version>1.0.1-SNAPSHOT</version> |
Carsten Ziegeler | 7baa52a | 2007-07-24 09:31:07 +0000 | [diff] [blame] | 26 | <relativePath>../pom</relativePath> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 27 | </parent> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 28 | <properties> |
| 29 | <pkgArtifactId>antlr</pkgArtifactId> |
| 30 | <pkgVersion>2.7.6</pkgVersion> |
| 31 | <pomVersion>0001</pomVersion> |
| 32 | <osgiVersion>${pkgVersion}</osgiVersion> |
| 33 | </properties> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 34 | <groupId>org.apache.felix.commons</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 35 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
| 36 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 37 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 38 | <name>${pkgArtifactId} bundle</name> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 39 | <description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 40 | This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 41 | </description> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 42 | <organization> |
| 43 | <name>Apache Felix Project</name> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 44 | <url>http://felix.apache.org/</url> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 45 | </organization> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 46 | <scm> |
Carsten Ziegeler | 08d11b7 | 2007-08-22 06:46:55 +0000 | [diff] [blame] | 47 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/antlr</connection> |
| 48 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/antlr</developerConnection> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 49 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/antlr</url> |
| 50 | </scm> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 51 | <dependencies> |
| 52 | <dependency> |
| 53 | <groupId>antlr</groupId> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 54 | <artifactId>${pkgArtifactId}</artifactId> |
| 55 | <version>${pkgVersion}</version> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | </dependencies> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 58 | <build> |
| 59 | <plugins> |
| 60 | <plugin> |
| 61 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 62 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 63 | <extensions>true</extensions> |
| 64 | <configuration> |
| 65 | <instructions> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 66 | <Bundle-SymbolicName> |
| 67 | ${pom.artifactId} |
| 68 | </Bundle-SymbolicName> |
| 69 | <Export-Package>*;version=${pkgVersion}</Export-Package> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 70 | <Import-Package>!javax.*</Import-Package> |
| 71 | </instructions> |
| 72 | </configuration> |
| 73 | </plugin> |
| 74 | </plugins> |
| 75 | </build> |
| 76 | </project> |