Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
Carsten Ziegeler | b61fe0e | 2008-01-03 09:24:12 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 20 | <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">
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 21 | <parent>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 22 | <artifactId>felix</artifactId>
|
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId>
|
Carsten Ziegeler | 646b9f1 | 2008-01-16 07:44:32 +0000 | [diff] [blame] | 24 | <version>1.0.2</version>
|
| 25 | <relativePath>../../pom/pom.xml</relativePath>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 26 | </parent>
|
| 27 | <modelVersion>4.0.0</modelVersion>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 28 | <groupId>org.apache.felix</groupId>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 29 | <artifactId>org.apache.felix.upnp.tester</artifactId>
|
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 30 | <packaging>bundle</packaging>
|
| 31 | <name>Apache Felix UPnP Tester</name>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 32 | <version>0.2.0-SNAPSHOT</version>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 33 | <build>
|
| 34 | <plugins>
|
| 35 | <plugin>
|
| 36 | <groupId>org.apache.felix</groupId>
|
| 37 | <artifactId>maven-bundle-plugin</artifactId>
|
| 38 | <version>1.1.0-SNAPSHOT</version>
|
| 39 | <extensions>true</extensions>
|
| 40 | <configuration>
|
| 41 | <instructions>
|
| 42 | <Bundle-Name>${pom.name}</Bundle-Name>
|
| 43 | <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
|
| 44 | <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
|
| 45 | <Bundle-Description>
|
| 46 | OSGi Generic Control Point to control UPnPDevice services
|
| 47 | </Bundle-Description>
|
| 48 | <Bundle-SymbolicName>org.apache.felix.upnp.tester</Bundle-SymbolicName>
|
| 49 | <Bundle-Activator>org.apache.felix.upnp.tester.Activator</Bundle-Activator>
|
| 50 | <Private-Package>org.apache.felix.upnp.tester.*</Private-Package>
|
| 51 | <Import-Package>*</Import-Package>
|
| 52 | </instructions>
|
| 53 | </configuration>
|
| 54 | </plugin>
|
| 55 | </plugins>
|
| 56 | </build>
|
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 57 | <dependencies>
|
| 58 | <dependency>
|
| 59 | <groupId>${pom.groupId}</groupId>
|
| 60 | <artifactId>org.osgi.core</artifactId>
|
| 61 | <version>1.1.0-SNAPSHOT</version>
|
| 62 | <scope>provided</scope>
|
| 63 | </dependency>
|
| 64 | <dependency>
|
| 65 | <groupId>${pom.groupId}</groupId>
|
| 66 | <artifactId>org.osgi.compendium</artifactId>
|
| 67 | <version>0.9.0-SNAPSHOT</version>
|
| 68 | <scope>provided</scope>
|
| 69 | </dependency>
|
| 70 | <dependency>
|
| 71 | <groupId>org.apache.felix</groupId>
|
| 72 | <artifactId>org.apache.felix.upnp.basedriver</artifactId>
|
| 73 | <version>0.3.0-SNAPSHOT</version>
|
| 74 | </dependency>
|
| 75 | <!-- dependency>
|
| 76 | Note: this dependency might be restored when (if) a converter utility will be exposed by extra bundle.
|
| 77 | So far Tester uses the Converter class of the basedriver (it should be fixed)
|
| 78 | <groupId>org.apache.felix</groupId>
|
| 79 | <artifactId>org.apache.felix.upnp.extra</artifactId>
|
| 80 | <version>0.3.0-SNAPSHOT</version>
|
| 81 | <scope>provided</scope>
|
| 82 | </dependency -->
|
| 83 | </dependencies>
|
Francesco Furfari | fed35de | 2007-08-28 18:10:40 +0000 | [diff] [blame] | 84 | </project>
|
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 85 |
|