Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +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. --> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 18 | <project> |
| 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix</artifactId> |
Richard S. Hall | 4d5cf06 | 2006-12-06 16:12:42 +0000 | [diff] [blame] | 22 | <version>0.9.0-incubator-SNAPSHOT</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 23 | </parent> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 24 | <organization> |
| 25 | <name>OSGi Alliance</name> |
| 26 | <url>http://www.osgi.org/</url> |
| 27 | </organization> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 29 | <name>OSGi R4 Compendium Bundle</name> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 30 | <description>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</description> |
Michael E. Rodriguez | d70c291 | 2006-03-30 19:57:31 +0000 | [diff] [blame] | 31 | <artifactId>org.osgi.compendium</artifactId> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>${pom.groupId}</groupId> |
Michael E. Rodriguez | d70c291 | 2006-03-30 19:57:31 +0000 | [diff] [blame] | 36 | <artifactId>org.osgi.core</artifactId> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 37 | <version>${pom.version}</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
Michael E. Rodriguez | 8efde69 | 2006-04-03 18:33:30 +0000 | [diff] [blame] | 40 | <groupId>${pom.groupId}</groupId> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 41 | <artifactId>javax.servlet</artifactId> |
Michael E. Rodriguez | 8efde69 | 2006-04-03 18:33:30 +0000 | [diff] [blame] | 42 | <version>${pom.version}</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 43 | </dependency> |
| 44 | <dependency> |
Richard S. Hall | 33b07d1 | 2006-10-18 22:02:38 +0000 | [diff] [blame] | 45 | <groupId>org.apache.felix</groupId> |
| 46 | <artifactId>org.osgi.foundation</artifactId> |
| 47 | <version>${pom.version}</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 48 | </dependency> |
| 49 | </dependencies> |
| 50 | <build> |
| 51 | <plugins> |
| 52 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 53 | <groupId>org.apache.felix</groupId> |
| 54 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 55 | <extensions>true</extensions> |
| 56 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 57 | <instructions> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 58 | <Bundle-SymbolicName>org.osgi.compendium</Bundle-SymbolicName> |
Richard S. Hall | a1f2c8d | 2006-11-20 19:41:07 +0000 | [diff] [blame] | 59 | <Export-Package>org.osgi.service.cm,org.osgi.service.component,org.osgi.service.device,org.osgi.service.event,org.osgi.service.http,org.osgi.service.io,org.osgi.service.log,org.osgi.service.metatype,org.osgi.service.prefs,org.osgi.service.provisioning,org.osgi.service.upnp,org.osgi.service.useradmin,org.osgi.service.wireadmin,org.osgi.util.measurement,org.osgi.util.position,org.osgi.util.tracker,org.osgi.util.xml</Export-Package> |
Richard S. Hall | a1f2c8d | 2006-11-20 19:41:07 +0000 | [diff] [blame] | 60 | <Import-Package>javax.microedition.io;resolution:=optional,org.osgi.framework,!org.osgi.*,*</Import-Package> |
Richard S. Hall | d178c1c | 2006-11-30 14:33:25 +0000 | [diff] [blame] | 61 | <DynamicImport-Package>*</DynamicImport-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 62 | <Bundle-Version>4</Bundle-Version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 63 | <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.</Bundle-Copyright> |
| 64 | <Bundle-Category>osgi</Bundle-Category> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 65 | </instructions> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 66 | </configuration> |
| 67 | </plugin> |
| 68 | </plugins> |
| 69 | </build> |
Marcel Offermans | a99c7d6 | 2006-09-02 12:56:13 +0000 | [diff] [blame] | 70 | </project> |