Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 1 | <project> |
| 2 | <parent> |
| 3 | <groupId>org.apache.felix</groupId> |
| 4 | <artifactId>felix</artifactId> |
Richard S. Hall | 8e1e6f3 | 2006-03-09 20:37:02 +0000 | [diff] [blame] | 5 | <version>0.8.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 6 | </parent> |
| 7 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 8 | <name>OSGi R4 Core Bundle</name> |
| 9 | <artifactId>org.osgi.core</artifactId> |
| 10 | <packaging>osgi-bundle</packaging> |
| 11 | <build> |
| 12 | <plugins> |
| 13 | <plugin> |
| 14 | <groupId>org.apache.felix.plugins</groupId> |
| 15 | <artifactId>maven-osgi-plugin</artifactId> |
| 16 | <version>${pom.version}</version> |
| 17 | <extensions>true</extensions> |
| 18 | <configuration> |
| 19 | <osgiManifest> |
| 20 | <bundleName>osgi.core</bundleName> |
| 21 | <bundleVendor>OSGi Alliance</bundleVendor> |
Michael E. Rodriguez | 29d8283 | 2006-04-02 06:31:13 +0000 | [diff] [blame] | 22 | <bundleVersion>4</bundleVersion> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 23 | <bundleSymbolicName>osgi.core</bundleSymbolicName> |
| 24 | <bundleDescription>OSGi Service Platform Release 4 Core Interfaces and Classes.</bundleDescription> |
Michael E. Rodriguez | 29d8283 | 2006-04-02 06:31:13 +0000 | [diff] [blame] | 25 | <bundleCopyright>Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.</bundleCopyright> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 26 | <bundleCategory>osgi</bundleCategory> |
Michael E. Rodriguez | 29d8283 | 2006-04-02 06:31:13 +0000 | [diff] [blame] | 27 | <bundleDocUrl>http://www.osgi.org/</bundleDocUrl> |
Michael E. Rodriguez | 359ff9f | 2006-03-30 19:37:41 +0000 | [diff] [blame] | 28 | <exportPackage>org.osgi.framework; specification-version="1.3", org.osgi.service.condpermadmin; specification-version="1.0", org.osgi.service.packageadmin; specification-version="1.2", org.osgi.service.permissionadmin; specification-version="1.2", org.osgi.service.startlevel; specification-version="1.0", org.osgi.service.url; specification-version="1.0"</exportPackage> |
| 29 | <!--<dynamicImportPackage>*</dynamicImportPackage>--> |
| 30 | </osgiManifest> |
| 31 | </configuration> |
| 32 | </plugin> |
| 33 | </plugins> |
| 34 | </build> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 35 | </project> |