Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with 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, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 19 | <project> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Carsten Ziegeler | b7251fa | 2008-01-16 07:37:24 +0000 | [diff] [blame] | 23 | <version>1.0.2</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | e993bf4 | 2007-07-30 17:11:10 +0000 | [diff] [blame] | 28 | <packaging>bundle</packaging> |
Clement Escoffier | 6c6ae8d | 2007-09-25 13:27:49 +0000 | [diff] [blame] | 29 | <version>0.7.5-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 30 | <name>Apache Felix iPOJO Metadata</name> |
Clement Escoffier | e993bf4 | 2007-07-30 17:11:10 +0000 | [diff] [blame] | 31 | <build> |
| 32 | <plugins> |
| 33 | <plugin> |
| 34 | <groupId>org.apache.felix</groupId> |
| 35 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 36 | <version>1.4.0</version> |
Clement Escoffier | e993bf4 | 2007-07-30 17:11:10 +0000 | [diff] [blame] | 37 | <extensions>true</extensions> |
| 38 | <configuration> |
| 39 | <instructions> |
Clement Escoffier | f5fc556 | 2007-08-14 13:44:32 +0000 | [diff] [blame] | 40 | <Bundle-Name>iPOJO Metadata</Bundle-Name> |
Clement Escoffier | e993bf4 | 2007-07-30 17:11:10 +0000 | [diff] [blame] | 41 | <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor> |
| 42 | <Bundle-Description> iPOJO Metadata </Bundle-Description> |
| 43 | <Export-Package>org.apache.felix.ipojo.metadata</Export-Package> |
| 44 | </instructions> |
| 45 | </configuration> |
| 46 | </plugin> |
| 47 | </plugins> |
| 48 | </build> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 49 | </project> |