blob: bb54fbfff65372981890aeb527dd8b00cb42c561 [file] [log] [blame]
Richard S. Halle7c5c902006-11-27 14:23:28 +00001<!--
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. Rodriguez86f57b02006-03-29 21:05:08 +000018<project>
19 <parent>
20 <groupId>org.apache.felix</groupId>
21 <artifactId>felix</artifactId>
Richard S. Hall4d5cf062006-12-06 16:12:42 +000022 <version>0.9.0-incubator-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000023 <relativePath>../pom/pom.xml</relativePath>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000024 </parent>
Richard S. Halle7c5c902006-11-27 14:23:28 +000025 <organization>
26 <name>OSGi Alliance</name>
27 <url>http://www.osgi.org/</url>
28 </organization>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000029 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000030 <name>OSGi R4 Compendium Bundle</name>
Richard S. Hall1da4e542006-11-02 21:45:44 +000031 <description>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</description>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000032 <artifactId>org.osgi.compendium</artifactId>
Richard S. Hall1da4e542006-11-02 21:45:44 +000033 <packaging>bundle</packaging>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000034 <dependencies>
35 <dependency>
36 <groupId>${pom.groupId}</groupId>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000037 <artifactId>org.osgi.core</artifactId>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000038 <version>${pom.version}</version>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000039 </dependency>
40 <dependency>
Michael E. Rodriguez8efde692006-04-03 18:33:30 +000041 <groupId>${pom.groupId}</groupId>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000042 <artifactId>javax.servlet</artifactId>
Michael E. Rodriguez8efde692006-04-03 18:33:30 +000043 <version>${pom.version}</version>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000044 </dependency>
45 <dependency>
Richard S. Hall33b07d12006-10-18 22:02:38 +000046 <groupId>org.apache.felix</groupId>
47 <artifactId>org.osgi.foundation</artifactId>
48 <version>${pom.version}</version>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000049 </dependency>
50 </dependencies>
51 <build>
52 <plugins>
53 <plugin>
Richard S. Hall1da4e542006-11-02 21:45:44 +000054 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +000055 <artifactId>maven-bundle-plugin</artifactId>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000056 <extensions>true</extensions>
57 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +000058 <instructions>
Richard S. Halle7c5c902006-11-27 14:23:28 +000059 <Bundle-SymbolicName>org.osgi.compendium</Bundle-SymbolicName>
Richard S. Halla1f2c8d2006-11-20 19:41:07 +000060 <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. Halla1f2c8d2006-11-20 19:41:07 +000061 <Import-Package>javax.microedition.io;resolution:=optional,org.osgi.framework,!org.osgi.*,*</Import-Package>
Richard S. Halld178c1c2006-11-30 14:33:25 +000062 <DynamicImport-Package>*</DynamicImport-Package>
Richard S. Hall1da4e542006-11-02 21:45:44 +000063 <Bundle-Version>4</Bundle-Version>
Richard S. Hall1da4e542006-11-02 21:45:44 +000064 <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.</Bundle-Copyright>
65 <Bundle-Category>osgi</Bundle-Category>
Richard S. Hall1da4e542006-11-02 21:45:44 +000066 </instructions>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000067 </configuration>
68 </plugin>
69 </plugins>
70 </build>
Marcel Offermansa99c7d62006-09-02 12:56:13 +000071</project>