blob: aa4b24a5bd8857817d5680ea3f0359af3f007b54 [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. -->
Carsten Ziegelera5f663c2008-01-11 15:45:08 +000018<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">
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000019 <parent>
20 <groupId>org.apache.felix</groupId>
Karl Pauls7fb8d802009-09-06 20:44:26 +000021 <artifactId>felix-parent</artifactId>
22 <version>1.2.0</version>
23 <relativePath>../pom/pom.xml</relativePath> </parent>
Richard S. Halle7c5c902006-11-27 14:23:28 +000024 <organization>
25 <name>OSGi Alliance</name>
26 <url>http://www.osgi.org/</url>
27 </organization>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000028 <modelVersion>4.0.0</modelVersion>
Richard S. Hall1da4e542006-11-02 21:45:44 +000029 <description>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</description>
Michael E. Rodriguezd70c2912006-03-30 19:57:31 +000030 <artifactId>org.osgi.compendium</artifactId>
Karl Pauls9df26062009-09-06 20:54:06 +000031 <version>1.5.0-SNAPSHOT</version>
Christian van Spaandonk63814412008-08-02 09:56:01 +000032 <name>OSGi R4 Compendium Bundle</name>
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>
Karl Paulscd2d97e2009-09-06 22:45:47 +000038 <version>1.5.0-SNAPSHOT</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>
Carsten Ziegeler029c08f2008-01-12 18:49:03 +000043 <version>1.0.0</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>
Karl Paulscd2d97e2009-09-06 22:45:47 +000048 <version>1.3.0-SNAPSHOT</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>
Stuart McCulloch876ca722008-02-26 17:15:42 +000056 <version>1.4.0</version>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000057 <extensions>true</extensions>
58 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +000059 <instructions>
Christian van Spaandonk63814412008-08-02 09:56:01 +000060 <Bundle-Version>4.1.0</Bundle-Version>
Richard S. Halle7c5c902006-11-27 14:23:28 +000061 <Bundle-SymbolicName>org.osgi.compendium</Bundle-SymbolicName>
Richard S. Hall8df9ab12009-07-24 17:06:37 +000062 <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2009). All Rights Reserved.</Bundle-Copyright>
Christian van Spaandonk63814412008-08-02 09:56:01 +000063 <Bundle-Category>osgi</Bundle-Category>
64 <Export-Package>info.dmtree.notification,info.dmtree.notification.spi,info.dmtree.registry,info.dmtree.security,info.dmtree.spi,org.osgi.service.application,org.osgi.service.cm,org.osgi.service.component,org.osgi.service.deploymentadmin,org.osgi.service.deploymentadmin.spi,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.monitor,org.osgi.service.prefs,org.osgi.service.provisioning,org.osgi.service.upnp,org.osgi.service.useradmin,org.osgi.service.wireadmin,org.osgi.util.gsm,org.osgi.util.measurement,org.osgi.util.mobile,org.osgi.util.position,org.osgi.util.tracker,org.osgi.util.xml</Export-Package>
Stefano Lenzi503f35e2008-02-16 16:11:27 +000065 <Import-Package />
Richard S. Halld178c1c2006-11-30 14:33:25 +000066 <DynamicImport-Package>*</DynamicImport-Package>
Richard S. Hall1da4e542006-11-02 21:45:44 +000067 </instructions>
Michael E. Rodriguez86f57b02006-03-29 21:05:08 +000068 </configuration>
69 </plugin>
70 </plugins>
71 </build>
Marcel Offermansa99c7d62006-09-02 12:56:13 +000072</project>