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 | --> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 19 | <project> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Richard S. Hall | 8baa593 | 2006-12-06 15:53:52 +0000 | [diff] [blame] | 23 | <version>0.9.0-incubator-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 24 | </parent> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 25 | <organization> |
| 26 | <name>OSGi Alliance</name> |
| 27 | <url>http://www.osgi.org/</url> |
| 28 | </organization> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 29 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 30 | <name>OSGi R4 Core Bundle</name> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 31 | <description>OSGi Service Platform Release 4 Core Interfaces and Classes.</description> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 32 | <artifactId>org.osgi.core</artifactId> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 33 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 34 | <build> |
| 35 | <plugins> |
| 36 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 37 | <groupId>org.apache.felix</groupId> |
| 38 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 39 | <extensions>true</extensions> |
| 40 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 41 | <instructions> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 42 | <Bundle-SymbolicName>org.osgi.core</Bundle-SymbolicName> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 43 | <Export-Package>org.osgi.framework, 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] | 44 | <Import-Package>org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.startlevel,org.osgi.service.url,!org.osgi.*,*</Import-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 45 | <Bundle-Version>4</Bundle-Version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 46 | <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2006). All Rights Reserved.</Bundle-Copyright> |
| 47 | <Bundle-Category>osgi</Bundle-Category> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 48 | </instructions> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 49 | </configuration> |
| 50 | </plugin> |
| 51 | </plugins> |
| 52 | </build> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 53 | </project> |