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"> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
Karl Pauls | 5f39864 | 2009-05-10 21:44:42 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Karl Pauls | 91b5fb2 | 2009-05-10 21:43:26 +0000 | [diff] [blame] | 23 | <version>1.2.0</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +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> |
Richard S. Hall | 6748ac7 | 2006-12-07 20:30:11 +0000 | [diff] [blame] | 28 | <name>Apache Felix Framework</name> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 29 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | e9cbe61 | 2009-09-06 22:08:56 +0000 | [diff] [blame] | 30 | <version>2.1.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>${pom.groupId}</groupId> |
Michael E. Rodriguez | 963719b | 2006-04-03 15:04:03 +0000 | [diff] [blame] | 34 | <artifactId>org.osgi.core</artifactId> |
Karl Pauls | 360aac9 | 2009-09-06 22:54:37 +0000 | [diff] [blame] | 35 | <version>1.5.0-SNAPSHOT</version> |
Alex Karasulu | bfd9996 | 2006-03-07 02:35:38 +0000 | [diff] [blame] | 36 | </dependency> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 37 | <dependency> |
Richard S. Hall | 487c44d | 2007-05-22 15:58:30 +0000 | [diff] [blame] | 38 | <groupId>${pom.groupId}</groupId> |
| 39 | <artifactId>org.osgi.compendium</artifactId> |
Karl Pauls | 360aac9 | 2009-09-06 22:54:37 +0000 | [diff] [blame] | 40 | <version>1.5.0-SNAPSHOT</version> |
Richard S. Hall | e1622af | 2008-10-16 14:15:23 +0000 | [diff] [blame] | 41 | <exclusions> |
| 42 | <exclusion> |
| 43 | <groupId>${pom.groupId}</groupId> |
| 44 | <artifactId>javax.servlet</artifactId> |
| 45 | </exclusion> |
| 46 | </exclusions> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 47 | </dependency> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 48 | </dependencies> |
Richard S. Hall | 42cf9c9 | 2008-10-16 20:22:58 +0000 | [diff] [blame] | 49 | <properties> |
| 50 | <dollar>$</dollar> |
| 51 | </properties> |
Alex Karasulu | 5cfd2a0 | 2006-03-09 14:15:38 +0000 | [diff] [blame] | 52 | <build> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 53 | <plugins> |
| 54 | <plugin> |
| 55 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 56 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 30d88e1 | 2008-08-31 22:15:39 +0000 | [diff] [blame] | 57 | <version>1.4.3</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 58 | <extensions>true</extensions> |
| 59 | <configuration> |
| 60 | <instructions> |
Richard S. Hall | f94a18f | 2008-09-23 16:25:54 +0000 | [diff] [blame] | 61 | <Bundle-SymbolicName>org.apache.felix.framework</Bundle-SymbolicName> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 62 | <Bundle-Name>Apache Felix Framework</Bundle-Name> |
| 63 | <Bundle-Description>OSGi R4 framework implementation.</Bundle-Description> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 64 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Richard S. Hall | 4f16966 | 2008-11-14 17:21:25 +0000 | [diff] [blame] | 65 | <Export-Package>org.osgi.framework;-split-package:=merge-first,org.osgi.framework.launch,org.osgi.framework.hooks.service,org.osgi.service.packageadmin,org.osgi.service.url,org.osgi.service.startlevel,org.osgi.util.tracker</Export-Package> |
Richard S. Hall | 487c44d | 2007-05-22 15:58:30 +0000 | [diff] [blame] | 66 | <Private-Package>org.apache.felix.moduleloader.*,org.apache.felix.framework.*</Private-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 67 | <Import-Package>!*</Import-Package> |
Richard S. Hall | 4bb4eec | 2009-07-23 16:17:44 +0000 | [diff] [blame] | 68 | <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/}</Include-Resource> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 69 | </instructions> |
| 70 | </configuration> |
| 71 | </plugin> |
Karl Pauls | 62ff7ab | 2009-03-31 21:06:46 +0000 | [diff] [blame] | 72 | <plugin> |
| 73 | <groupId>org.codehaus.mojo</groupId> |
| 74 | <artifactId>rat-maven-plugin</artifactId> |
| 75 | <configuration> |
| 76 | <excludeSubProjects>false</excludeSubProjects> |
| 77 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 78 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 79 | <excludes> |
| 80 | <param>doc/*</param> |
| 81 | <param>maven-eclipse.xml</param> |
| 82 | <param>.checkstyle</param> |
| 83 | <param>.externalToolBuilders/*</param> |
| 84 | </excludes> |
| 85 | </configuration> |
| 86 | </plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 87 | </plugins> |
Karl Pauls | 58db9f0 | 2008-04-22 12:38:04 +0000 | [diff] [blame] | 88 | </build> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 89 | </project> |