blob: 9a6aec513f1a70388911ca1669fe5a51eb60de67 [file] [log] [blame]
Karl Pauls4ebe5082006-10-30 15:00:08 +00001<!--
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-->
Alex Karasulu07d20492006-03-06 15:35:44 +000019<project>
20 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Richard S. Hall8baa5932006-12-06 15:53:52 +000023 <version>0.9.0-incubator-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000024 <relativePath>../pom/pom.xml</relativePath>
Alex Karasulu07d20492006-03-06 15:35:44 +000025 </parent>
Richard S. Halle7c5c902006-11-27 14:23:28 +000026 <organization>
27 <name>OSGi Alliance</name>
28 <url>http://www.osgi.org/</url>
29 </organization>
Alex Karasulu07d20492006-03-06 15:35:44 +000030 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguez359ff9f2006-03-30 19:37:41 +000031 <name>OSGi R4 Core Bundle</name>
Richard S. Hall1da4e542006-11-02 21:45:44 +000032 <description>OSGi Service Platform Release 4 Core Interfaces and Classes.</description>
Michael E. Rodriguez359ff9f2006-03-30 19:37:41 +000033 <artifactId>org.osgi.core</artifactId>
Richard S. Hall1da4e542006-11-02 21:45:44 +000034 <packaging>bundle</packaging>
Michael E. Rodriguez359ff9f2006-03-30 19:37:41 +000035 <build>
36 <plugins>
37 <plugin>
Richard S. Hall1da4e542006-11-02 21:45:44 +000038 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +000039 <artifactId>maven-bundle-plugin</artifactId>
Michael E. Rodriguez359ff9f2006-03-30 19:37:41 +000040 <extensions>true</extensions>
41 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +000042 <instructions>
Richard S. Halle7c5c902006-11-27 14:23:28 +000043 <Bundle-SymbolicName>org.osgi.core</Bundle-SymbolicName>
Richard S. Hall1da4e542006-11-02 21:45:44 +000044 <Export-Package>org.osgi.framework, org.osgi.service.condpermadmin, org.osgi.service.packageadmin, org.osgi.service.permissionadmin, org.osgi.service.startlevel, org.osgi.service.url</Export-Package>
Richard S. Hall46618e62006-12-07 16:41:20 +000045 <Import-Package>org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.startlevel,org.osgi.service.url,!org.osgi.*,*</Import-Package>
Richard S. Hall1da4e542006-11-02 21:45:44 +000046 <Bundle-Version>4</Bundle-Version>
Richard S. Hall1da4e542006-11-02 21:45:44 +000047 <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2006). All Rights Reserved.</Bundle-Copyright>
48 <Bundle-Category>osgi</Bundle-Category>
Richard S. Hall1da4e542006-11-02 21:45:44 +000049 </instructions>
Michael E. Rodriguez359ff9f2006-03-30 19:37:41 +000050 </configuration>
51 </plugin>
52 </plugins>
53 </build>
Alex Karasulu07d20492006-03-06 15:35:44 +000054</project>