Karl Pauls | 4ebe508 | 2006-10-30 15:00:08 +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. |
| 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"> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Karl Pauls | 7d13427 | 2009-03-31 21:04:00 +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> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix Bundle Repository</name> |
| 29 | <description>Bundle repository service.</description> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 30 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 87d8388 | 2009-03-31 21:05:36 +0000 | [diff] [blame] | 31 | <version>1.5.0-SNAPSHOT</version> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>${pom.groupId}</groupId> |
Stuart McCulloch | 285fcc2 | 2007-09-24 19:54:42 +0000 | [diff] [blame] | 35 | <artifactId>org.osgi.service.obr</artifactId> |
Karl Pauls | 549b838 | 2008-08-31 22:15:28 +0000 | [diff] [blame] | 36 | <version>1.0.2</version> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>${pom.groupId}</groupId> |
| 40 | <artifactId>org.apache.felix.shell</artifactId> |
Karl Pauls | 51bcc3a | 2009-03-31 21:28:25 +0000 | [diff] [blame] | 41 | <version>1.0.2</version> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 44 | <groupId>net.sf.kxml</groupId> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 45 | <artifactId>kxml2</artifactId> |
| 46 | <version>2.2.2</version> |
| 47 | </dependency> |
Richard S. Hall | 552d60b | 2008-07-31 20:19:21 +0000 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>${pom.groupId}</groupId> |
| 50 | <artifactId>org.osgi.compendium</artifactId> |
Karl Pauls | 549b838 | 2008-08-31 22:15:28 +0000 | [diff] [blame] | 51 | <version>1.2.0</version> |
Richard S. Hall | 552d60b | 2008-07-31 20:19:21 +0000 | [diff] [blame] | 52 | <optional>true</optional> |
| 53 | </dependency> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 54 | </dependencies> |
| 55 | <build> |
| 56 | <plugins> |
| 57 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 58 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 59 | <artifactId>maven-bundle-plugin</artifactId> |
Richard S. Hall | 44cc39a | 2008-08-12 16:17:19 +0000 | [diff] [blame] | 60 | <version>1.4.3</version> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 61 | <extensions>true</extensions> |
| 62 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 63 | <instructions> |
| 64 | <Export-Package>org.osgi.service.obr</Export-Package> |
Karl Pauls | 623165f | 2008-01-27 21:06:34 +0000 | [diff] [blame] | 65 | <Private-Package>org.kxml2.*,org.xmlpull.*;-split-package:=merge-first,org.apache.felix.bundlerepository.*</Private-Package> |
Richard S. Hall | 552d60b | 2008-07-31 20:19:21 +0000 | [diff] [blame] | 66 | <Import-Package>!javax.xml.parsers,!org.xml.sax,org.osgi.service.log; version="1.3.0"; resolution:=optional,*</Import-Package> |
Richard S. Hall | d178c1c | 2006-11-30 14:33:25 +0000 | [diff] [blame] | 67 | <DynamicImport-Package>org.apache.felix.shell</DynamicImport-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 68 | <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator> |
Felix Meschberger | 0f37e7c | 2008-09-29 07:17:07 +0000 | [diff] [blame] | 69 | <Bundle-DocURL>http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html</Bundle-DocURL> |
Felix Meschberger | 7d3f0ed | 2008-08-28 15:55:16 +0000 | [diff] [blame] | 70 | <Bundle-Url>http://felix.apache.org/site/downloads.cgi</Bundle-Url> |
| 71 | <Bundle-Source>http://felix.apache.org/site/downloads.cgi</Bundle-Source> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 72 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 73 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 74 | <Export-Service>org.osgi.service.obr.RepositoryAdmin</Export-Service> |
| 75 | </instructions> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 76 | </configuration> |
| 77 | </plugin> |
Karl Pauls | 7d13427 | 2009-03-31 21:04:00 +0000 | [diff] [blame] | 78 | <plugin> |
| 79 | <groupId>org.codehaus.mojo</groupId> |
| 80 | <artifactId>rat-maven-plugin</artifactId> |
| 81 | <configuration> |
| 82 | <excludeSubProjects>false</excludeSubProjects> |
| 83 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 84 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 85 | <excludes> |
| 86 | <param>doc/*</param> |
| 87 | <param>maven-eclipse.xml</param> |
| 88 | <param>.checkstyle</param> |
| 89 | <param>.externalToolBuilders/*</param> |
| 90 | </excludes> |
| 91 | </configuration> |
| 92 | </plugin> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 93 | </plugins> |
| 94 | </build> |
Richard S. Hall | a2dc451 | 2006-04-04 13:17:11 +0000 | [diff] [blame] | 95 | </project> |