Karl Pauls | 4ebe508 | 2006-10-30 15:00:08 +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 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 19 | <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"> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
Karl Pauls | d80b148 | 2009-09-06 20:22:42 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.0</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 25 | </parent> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 26 | <organization> |
| 27 | <name>OSGi Alliance</name> |
| 28 | <url>http://www.osgi.org/</url> |
| 29 | </organization> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 30 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 31 | <name>OSGi R4 Core Bundle</name> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 32 | <description>OSGi Service Platform Release 4 Core Interfaces and Classes.</description> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 33 | <artifactId>org.osgi.core</artifactId> |
Karl Pauls | 3240fae | 2009-09-06 20:51:08 +0000 | [diff] [blame] | 34 | <version>1.5.0-SNAPSHOT</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 35 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 36 | <build> |
| 37 | <plugins> |
| 38 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 39 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 40 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 41 | <version>1.4.0</version> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 42 | <extensions>true</extensions> |
| 43 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 44 | <instructions> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 45 | <Bundle-SymbolicName>org.osgi.core</Bundle-SymbolicName> |
Richard S. Hall | feedf1e | 2009-06-08 19:44:03 +0000 | [diff] [blame] | 46 | <Export-Package>org.osgi.framework, org.osgi.framework.launch, org.osgi.framework.hooks.service, org.osgi.service.condpermadmin, org.osgi.service.packageadmin, org.osgi.service.permissionadmin, org.osgi.service.startlevel, org.osgi.service.url</Export-Package> |
Richard S. Hall | 46618e6 | 2006-12-07 16:41:20 +0000 | [diff] [blame] | 47 | <Import-Package>org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.startlevel,org.osgi.service.url,!org.osgi.*,*</Import-Package> |
Richard S. Hall | 53e70d3 | 2008-08-01 19:31:32 +0000 | [diff] [blame] | 48 | <Bundle-Version>4.1</Bundle-Version> |
Richard S. Hall | 8df9ab1 | 2009-07-24 17:06:37 +0000 | [diff] [blame] | 49 | <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2009). All Rights Reserved.</Bundle-Copyright> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 50 | <Bundle-Category>osgi</Bundle-Category> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 51 | </instructions> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 52 | </configuration> |
| 53 | </plugin> |
| 54 | </plugins> |
| 55 | </build> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 56 | </project> |