Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +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 |
Carsten Ziegeler | bf338dd | 2008-01-03 09:11:33 +0000 | [diff] [blame] | 9 | |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Carsten Ziegeler | bf338dd | 2008-01-03 09:11:33 +0000 | [diff] [blame] | 11 | |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 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 | bf338dd | 2008-01-03 09:11:33 +0000 | [diff] [blame] | 18 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 19 | <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"> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 23 | <version>1.0.4</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 27 | <packaging>bundle</packaging> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 28 | <name>Apache Felix EventAdmin Bridge UPnP</name> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 29 | <version>0.9.0-SNAPSHOT</version> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 30 | <artifactId>org.apache.felix.eventadmin.bridge.upnp</artifactId> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 31 | <description> |
| 32 | This bundle provides a bridge between UPnP and EventAdmin events. |
| 33 | </description> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>${pom.groupId}</groupId> |
| 37 | <artifactId>org.osgi.core</artifactId> |
Carsten Ziegeler | 6dea783 | 2008-02-05 17:21:24 +0000 | [diff] [blame] | 38 | <version>1.0.0</version> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>${pom.groupId}</groupId> |
| 42 | <artifactId>org.osgi.compendium</artifactId> |
Carsten Ziegeler | c340ecf | 2008-01-28 07:21:59 +0000 | [diff] [blame] | 43 | <version>1.0.0</version> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | </dependencies> |
| 46 | <build> |
| 47 | <plugins> |
| 48 | <plugin> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 49 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 50 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 51 | <version>1.4.0</version> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 52 | <extensions>true</extensions> |
| 53 | <configuration> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 54 | <instructions> |
| 55 | <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator> |
| 56 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 57 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 58 | <Import-Service> |
Karl Pauls | 8e912cf | 2006-06-21 20:29:23 +0000 | [diff] [blame] | 59 | org.osgi.service.event.EventAdmin, |
| 60 | org.osgi.service.event.EventHandler |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 61 | </Import-Service> |
| 62 | <Export-Service> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 63 | org.osgi.service.upnp.UPnPEventListener |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 64 | </Export-Service> |
| 65 | <Private-Package>${pom.artifactId}.*</Private-Package> |
Karl Pauls | 3135a69 | 2006-11-03 13:08:59 +0000 | [diff] [blame] | 66 | </instructions> |
Karl Pauls | 12fab7e | 2006-05-06 11:59:40 +0000 | [diff] [blame] | 67 | </configuration> |
| 68 | </plugin> |
| 69 | </plugins> |
| 70 | </build> |
| 71 | </project> |