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"> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 20 | <parent> |
Karl Pauls | b0a1716 | 2006-11-03 09:25:08 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Carsten Ziegeler | c712e0a | 2011-07-13 14:06:13 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix EventAdmin</name> |
| 29 | <description> |
| 30 | This bundle provides an implementation of the OSGi R4 EventAdmin service. |
| 31 | </description> |
Carsten Ziegeler | 2add573 | 2012-10-01 06:35:04 +0000 | [diff] [blame] | 32 | <version>1.3.3-SNAPSHOT</version> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 33 | <artifactId>org.apache.felix.eventadmin</artifactId> |
Carsten Ziegeler | 4d47f1e | 2010-08-27 07:38:17 +0000 | [diff] [blame] | 34 | <scm> |
Carsten Ziegeler | 2add573 | 2012-10-01 06:35:04 +0000 | [diff] [blame] | 35 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/eventadmin/impl</connection> |
| 36 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/eventadmin/impl</developerConnection> |
| 37 | <url>http://svn.apache.org/repos/asf/felix/eventadmin/impl</url> |
Carsten Ziegeler | 4d47f1e | 2010-08-27 07:38:17 +0000 | [diff] [blame] | 38 | </scm> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.osgi</groupId> |
| 42 | <artifactId>org.osgi.core</artifactId> |
| 43 | <version>4.0.0</version> |
Carsten Ziegeler | 4adc564 | 2011-03-07 09:24:40 +0000 | [diff] [blame] | 44 | <scope>provided</scope> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.osgi</groupId> |
| 48 | <artifactId>org.osgi.compendium</artifactId> |
Carsten Ziegeler | 8be2633 | 2012-05-22 06:19:58 +0000 | [diff] [blame] | 49 | <version>4.3.0</version> |
Carsten Ziegeler | 4adc564 | 2011-03-07 09:24:40 +0000 | [diff] [blame] | 50 | <scope>provided</scope> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>concurrent</groupId> |
| 54 | <artifactId>concurrent</artifactId> |
| 55 | <version>1.3.4</version> |
Carsten Ziegeler | 4adc564 | 2011-03-07 09:24:40 +0000 | [diff] [blame] | 56 | <scope>provided</scope> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | </dependencies> |
| 59 | <build> |
Carsten Ziegeler | 515683d | 2010-08-25 17:16:18 +0000 | [diff] [blame] | 60 | <resources> |
| 61 | <resource> |
| 62 | <directory>${basedir}/src/main/resources</directory> |
| 63 | </resource> |
Carsten Ziegeler | 515683d | 2010-08-25 17:16:18 +0000 | [diff] [blame] | 64 | </resources> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 65 | <plugins> |
| 66 | <plugin> |
| 67 | <groupId>org.apache.felix</groupId> |
| 68 | <artifactId>maven-bundle-plugin</artifactId> |
Carsten Ziegeler | 86e4794 | 2012-09-28 08:06:57 +0000 | [diff] [blame] | 69 | <version>2.3.7</version> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 70 | <extensions>true</extensions> |
| 71 | <configuration> |
| 72 | <instructions> |
| 73 | <Bundle-SymbolicName> |
| 74 | ${pom.artifactId} |
| 75 | </Bundle-SymbolicName> |
| 76 | <Bundle-Activator> |
| 77 | ${pom.artifactId}.impl.Activator |
| 78 | </Bundle-Activator> |
| 79 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
| 80 | <DynamicImport-Package> |
| 81 | org.osgi.service.log |
| 82 | </DynamicImport-Package> |
Carsten Ziegeler | 828f51f | 2010-02-03 08:27:45 +0000 | [diff] [blame] | 83 | <Import-Package> |
Carsten Ziegeler | 828f51f | 2010-02-03 08:27:45 +0000 | [diff] [blame] | 84 | <!-- |
| 85 | Configuration Admin is optional and if it is |
| 86 | present, version 1.2 (from R4.0) is enough |
| 87 | --> |
| 88 | org.osgi.service.cm;version="[1.2,2)";resolution:=optional, |
| 89 | |
| 90 | <!-- |
| 91 | Metatype is optional and if it is |
| 92 | present, version 1.1 (from R4.1) is enough |
| 93 | --> |
| 94 | org.osgi.service.metatype;version="[1.1,2)";resolution:=optional, |
| 95 | |
| 96 | <!-- default --> |
| 97 | * |
| 98 | </Import-Package> |
Carsten Ziegeler | 0720399 | 2010-02-16 12:38:17 +0000 | [diff] [blame] | 99 | <Export-Package>org.osgi.service.event</Export-Package> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 100 | <Private-Package>org.apache.felix.eventadmin.impl.*</Private-Package> |
Guillaume Nodet | 327e255 | 2011-09-20 15:10:23 +0000 | [diff] [blame] | 101 | <Import-Service> |
| 102 | org.osgi.service.event.EventHandler;availability:=optional;multiple:=true, |
| 103 | org.osgi.service.log.LogService;availability:=optional;multiple:=false, |
| 104 | org.osgi.service.log.LogReaderService;availability:=optional;multiple:=false |
| 105 | </Import-Service> |
| 106 | <Export-Service> |
| 107 | org.osgi.service.event.EventAdmin |
| 108 | </Export-Service> |
Carsten Ziegeler | 4e7b052 | 2011-04-15 07:21:07 +0000 | [diff] [blame] | 109 | <!-- Include concurrent lib but not sub packages --> |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 110 | <Embed-Dependency> |
Carsten Ziegeler | 9fba1f3 | 2012-09-28 07:49:51 +0000 | [diff] [blame] | 111 | concurrent;inline="EDU/oswego/cs/dl/util/concurrent/[A-Z]*", |
| 112 | org.osgi.compendium;inline="org/osgi/util/tracker/*" |
Carsten Ziegeler | baad9d9 | 2010-02-03 07:04:11 +0000 | [diff] [blame] | 113 | </Embed-Dependency> |
| 114 | </instructions> |
| 115 | </configuration> |
| 116 | </plugin> |
| 117 | </plugins> |
| 118 | </build> |
Karl Pauls | 13dcf8c | 2006-08-22 21:39:30 +0000 | [diff] [blame] | 119 | </project> |