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. --> |
Carsten Ziegeler | a5f663c | 2008-01-11 15:45:08 +0000 | [diff] [blame] | 18 | <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. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix</artifactId> |
Carsten Ziegeler | 646b9f1 | 2008-01-16 07:44:32 +0000 | [diff] [blame] | 22 | <version>1.0.2</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 23 | <relativePath>../pom/pom.xml</relativePath> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +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> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 29 | <modelVersion>4.0.0</modelVersion> |
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> |
Carsten Ziegeler | 73430e2 | 2008-08-20 14:35:10 +0000 | [diff] [blame] | 32 | <version>1.3.0-SNAPSHOT</version> |
Christian van Spaandonk | 6381441 | 2008-08-02 09:56:01 +0000 | [diff] [blame] | 33 | <name>OSGi R4 Compendium Bundle</name> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 34 | <packaging>bundle</packaging> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>${pom.groupId}</groupId> |
Michael E. Rodriguez | d70c291 | 2006-03-30 19:57:31 +0000 | [diff] [blame] | 38 | <artifactId>org.osgi.core</artifactId> |
Carsten Ziegeler | c76f67f | 2008-08-20 14:37:16 +0000 | [diff] [blame] | 39 | <version>1.3.0-SNAPSHOT</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
Michael E. Rodriguez | 8efde69 | 2006-04-03 18:33:30 +0000 | [diff] [blame] | 42 | <groupId>${pom.groupId}</groupId> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 43 | <artifactId>javax.servlet</artifactId> |
Carsten Ziegeler | 029c08f | 2008-01-12 18:49:03 +0000 | [diff] [blame] | 44 | <version>1.0.0</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
Richard S. Hall | 33b07d1 | 2006-10-18 22:02:38 +0000 | [diff] [blame] | 47 | <groupId>org.apache.felix</groupId> |
| 48 | <artifactId>org.osgi.foundation</artifactId> |
Carsten Ziegeler | c76f67f | 2008-08-20 14:37:16 +0000 | [diff] [blame] | 49 | <version>1.3.0-SNAPSHOT</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 50 | </dependency> |
| 51 | </dependencies> |
| 52 | <build> |
| 53 | <plugins> |
| 54 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 55 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 56 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 57 | <version>1.4.0</version> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 58 | <extensions>true</extensions> |
| 59 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 60 | <instructions> |
Christian van Spaandonk | 6381441 | 2008-08-02 09:56:01 +0000 | [diff] [blame] | 61 | <Bundle-Version>4.1.0</Bundle-Version> |
Richard S. Hall | e7c5c90 | 2006-11-27 14:23:28 +0000 | [diff] [blame] | 62 | <Bundle-SymbolicName>org.osgi.compendium</Bundle-SymbolicName> |
Christian van Spaandonk | 6381441 | 2008-08-02 09:56:01 +0000 | [diff] [blame] | 63 | <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2007). All Rights Reserved.</Bundle-Copyright> |
| 64 | <Bundle-Category>osgi</Bundle-Category> |
| 65 | <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 Lenzi | 503f35e | 2008-02-16 16:11:27 +0000 | [diff] [blame] | 66 | <Import-Package /> |
Richard S. Hall | d178c1c | 2006-11-30 14:33:25 +0000 | [diff] [blame] | 67 | <DynamicImport-Package>*</DynamicImport-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 68 | </instructions> |
Michael E. Rodriguez | 86f57b0 | 2006-03-29 21:05:08 +0000 | [diff] [blame] | 69 | </configuration> |
| 70 | </plugin> |
| 71 | </plugins> |
| 72 | </build> |
Marcel Offermans | a99c7d6 | 2006-09-02 12:56:13 +0000 | [diff] [blame] | 73 | </project> |