Stefano Lenzi | 9d29254 | 2008-06-03 13:22:01 +0000 | [diff] [blame] | 1 | <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"> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 2 | <parent> |
| 3 | <groupId>org.apache.felix</groupId> |
| 4 | <artifactId>felix</artifactId> |
Stefano Lenzi | 9d29254 | 2008-06-03 13:22:01 +0000 | [diff] [blame] | 5 | <version>1.0.2</version> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 6 | <relativePath>../../pom/pom.xml</relativePath> |
| 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <packaging>bundle</packaging> |
| 10 | <groupId>org.apache.felix</groupId> |
| 11 | <name>Apache Felix UPnP Base Driver</name> |
| 12 | <artifactId>org.apache.felix.upnp.basedriver</artifactId> |
Stefano Lenzi | 179d585 | 2008-06-03 13:22:12 +0000 | [diff] [blame] | 13 | <version>0.9.0-SNAPSHOT</version> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 14 | <repositories> |
| 15 | <!-- For snapshots (no release jars or non-apache jars) --> |
| 16 | <repository> |
Stefano Lenzi | d1059b6 | 2007-12-19 17:51:30 +0000 | [diff] [blame] | 17 | <id>snap.domoware.isti.cnr.it</id> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 18 | <name>Domoware Snapshot Repository</name> |
| 19 | <url>http://domoware.isti.cnr.it/maven2-snap</url> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 20 | <releases> |
Stefano Lenzi | 75dbfc9 | 2008-02-11 17:42:26 +0000 | [diff] [blame] | 21 | <enabled>false</enabled> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 22 | </releases> |
Stefano Lenzi | d1059b6 | 2007-12-19 17:51:30 +0000 | [diff] [blame] | 23 | </repository> |
| 24 | <!-- For release (no snapshots jars or non-apache jars) --> |
| 25 | <repository> |
| 26 | <id>release.domoware.isti.cnr.it</id> |
| 27 | <name>Domoware Release Repository</name> |
| 28 | <url>http://domoware.isti.cnr.it/maven2</url> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 29 | <snapshots> |
Stefano Lenzi | 75dbfc9 | 2008-02-11 17:42:26 +0000 | [diff] [blame] | 30 | <enabled>false</enabled> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 31 | </snapshots> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 32 | </repository> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 33 | </repositories> |
| 34 | <!-- <url>http://maven.apache.org</url> --> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 35 | |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 36 | <build> |
| 37 | <plugins> |
| 38 | <plugin> |
| 39 | <groupId>org.apache.felix</groupId> |
| 40 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 41 | <version>1.4.0</version> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 42 | <extensions>true</extensions> |
| 43 | <configuration> |
| 44 | <instructions> |
| 45 | <Bundle-Name>${pom.name}</Bundle-Name> |
| 46 | <Bundle-Activator> |
| 47 | org.apache.felix.upnp.basedriver.Activator |
| 48 | </Bundle-Activator> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 49 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 50 | <Bundle-Author> |
| 51 | <![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]> |
| 52 | </Bundle-Author> |
| 53 | <Bundle-Description> |
| 54 | A Bundle implementation of the UPnP Service |
| 55 | Specification R4 |
| 56 | </Bundle-Description> |
| 57 | <Bundle-SymbolicName> |
| 58 | org.apache.felix.upnp.basedriver |
| 59 | </Bundle-SymbolicName> |
| 60 | <Export-Package> |
| 61 | org.apache.felix.upnp.basedriver.controller;version=0.1.0, |
| 62 | org.apache.felix.upnp.basedriver.util;version=0.3.0, |
| 63 | org.apache.felix.upnp.basedriver.resources;version=0.3.0 |
| 64 | </Export-Package> |
| 65 | <Import-Package> |
| 66 | org.osgi.*, javax.xml.parsers, org.w3c.dom, org.xml.sax |
| 67 | </Import-Package> |
| 68 | <Private-Package> |
| 69 | org.apache.felix.upnp.basedriver.*;-split-package:=merge-first, |
| 70 | org.cybergarage.*, |
| 71 | org.apache.xerces.impl.dv.util |
| 72 | </Private-Package> |
| 73 | </instructions> |
| 74 | <excludeDependencies>upnp-stack-jdk13</excludeDependencies> |
| 75 | </configuration> |
| 76 | <executions> |
| 77 | <execution> |
| 78 | <id>jdk13</id> |
| 79 | <goals><goal>bundle</goal></goals> |
| 80 | <configuration> |
| 81 | <classifier>jdk13</classifier> |
Stuart McCulloch | 9294bf1 | 2008-02-21 15:58:26 +0000 | [diff] [blame] | 82 | <manifestLocation>${project.build.outputDirectory}/META-INF-jdk13</manifestLocation> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 83 | <excludeDependencies>upnp-stack</excludeDependencies> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 84 | <instructions> |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 85 | <Export-Package> |
Stefano Lenzi | 75dbfc9 | 2008-02-11 17:42:26 +0000 | [diff] [blame] | 86 | org.apache.felix.upnp.basedriver.controller;version=0.1.0, |
| 87 | org.apache.felix.upnp.basedriver.util;version=0.3.0, |
| 88 | org.apache.felix.upnp.basedriver.resources;version=0.3.0 |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 89 | </Export-Package> |
| 90 | <Import-Package> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 91 | org.osgi.* |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 92 | </Import-Package> |
| 93 | <Private-Package> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 94 | org.apache.felix.upnp.basedriver.*;-split-package:=merge-first, |
Stefano Lenzi | 8390c4a | 2008-01-07 19:12:14 +0000 | [diff] [blame] | 95 | org.cybergarage.*, |
Stefano Lenzi | 1a1f50e | 2008-06-03 13:05:24 +0000 | [diff] [blame] | 96 | org.kxml2.io, org.xmlpull.v1, |
Stefano Lenzi | 8390c4a | 2008-01-07 19:12:14 +0000 | [diff] [blame] | 97 | org.apache.xerces.impl.dv.util |
Francesco Furfari | 917c5e2 | 2008-01-02 15:30:40 +0000 | [diff] [blame] | 98 | </Private-Package> |
| 99 | </instructions> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 100 | </configuration> |
| 101 | </execution> |
| 102 | </executions> |
| 103 | </plugin> |
| 104 | </plugins> |
| 105 | </build> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 106 | |
| 107 | |
| 108 | <dependencies> |
| 109 | <dependency> |
| 110 | <groupId>${pom.groupId}</groupId> |
| 111 | <artifactId>org.osgi.core</artifactId> |
Stefano Lenzi | 75dbfc9 | 2008-02-11 17:42:26 +0000 | [diff] [blame] | 112 | <version>1.0.0</version> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 113 | <scope>provided</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>${pom.groupId}</groupId> |
| 117 | <artifactId>org.osgi.compendium</artifactId> |
Carsten Ziegeler | c340ecf | 2008-01-28 07:21:59 +0000 | [diff] [blame] | 118 | <version>1.0.0</version> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 119 | </dependency> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 120 | <dependency> |
| 121 | <groupId>it.cnr.isti.domoware.cyberdomo</groupId> |
| 122 | <artifactId>upnp-stack</artifactId> |
Stefano Lenzi | 1a1f50e | 2008-06-03 13:05:24 +0000 | [diff] [blame] | 123 | <version>1.8.0</version> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 124 | <optional>true</optional> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>it.cnr.isti.domoware.cyberdomo</groupId> |
| 128 | <artifactId>upnp-stack-jdk13</artifactId> |
Stefano Lenzi | 1a1f50e | 2008-06-03 13:05:24 +0000 | [diff] [blame] | 129 | <version>1.8.0</version> |
Stefano Lenzi | da87be7 | 2008-02-20 22:12:06 +0000 | [diff] [blame] | 130 | <optional>true</optional> |
| 131 | </dependency> |
Stefano Lenzi | 0342030 | 2007-12-19 16:55:57 +0000 | [diff] [blame] | 132 | </dependencies> |
Stefano Lenzi | 9d29254 | 2008-06-03 13:22:01 +0000 | [diff] [blame] | 133 | </project> |