Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 1 | <project> |
| 2 | <parent> |
| 3 | <groupId>org.apache.felix</groupId> |
| 4 | <artifactId>felix</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 5 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 6 | <relativePath>../../pom/pom.xml</relativePath> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 9 | <packaging>bundle</packaging> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 10 | <name>Apache Felix iPOJO</name> |
| 11 | <artifactId>org.apache.felix.ipojo</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 12 | <version>0.7.3-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 13 | <dependencies> |
| 14 | <dependency> |
| 15 | <groupId>${pom.groupId}</groupId> |
| 16 | <artifactId>org.osgi.core</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 17 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 18 | </dependency> |
| 19 | <dependency> |
Richard S. Hall | 0b8ba0f | 2007-05-18 15:13:47 +0000 | [diff] [blame] | 20 | <groupId>${pom.groupId}</groupId> |
| 21 | <artifactId>org.osgi.compendium</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 22 | <version>0.9.0-SNAPSHOT</version> |
Richard S. Hall | 0b8ba0f | 2007-05-18 15:13:47 +0000 | [diff] [blame] | 23 | </dependency> |
| 24 | <dependency> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 25 | <groupId>${pom.groupId}</groupId> |
| 26 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 27 | <version>0.7.3-SNAPSHOT</version> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>${pom.groupId}</groupId> |
| 31 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 32 | <version>0.7.3-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 33 | </dependency> |
| 34 | </dependencies> |
| 35 | <build> |
| 36 | <plugins> |
| 37 | <plugin> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 38 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 39 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 40 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 41 | <extensions>true</extensions> |
| 42 | <configuration> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 43 | <instructions> |
| 44 | <Bundle-Name>iPOJO</Bundle-Name> |
| 45 | <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor> |
| 46 | <Bundle-Description> iPOJO </Bundle-Description> |
Clement Escoffier | 2e35112 | 2007-07-02 11:36:35 +0000 | [diff] [blame] | 47 | <Bundle-Activator>org.apache.felix.ipojo.Extender</Bundle-Activator> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 48 | <Import-Package> |
Richard S. Hall | 0b8ba0f | 2007-05-18 15:13:47 +0000 | [diff] [blame] | 49 | org.osgi.framework, |
| 50 | org.osgi.service.cm, |
| 51 | org.osgi.service.log |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 52 | </Import-Package> |
| 53 | <Private-Package> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 54 | org.apache.felix.ipojo.manipulation, |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 55 | org.apache.felix.ipojo.composite.architecture, |
| 56 | org.apache.felix.ipojo.composite.service*, |
Richard S. Hall | 0b8ba0f | 2007-05-18 15:13:47 +0000 | [diff] [blame] | 57 | org.apache.felix.ipojo.composite.instance, |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 58 | org.apache.felix.ipojo.handlers.architecture, |
| 59 | org.apache.felix.ipojo.handlers.configuration, |
| 60 | org.apache.felix.ipojo.handlers.dependency.nullable, |
| 61 | org.apache.felix.ipojo.handlers.lifecycle.callback, |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 62 | org.objectweb.asm, |
Clement Escoffier | 18a6a80 | 2007-06-26 10:49:53 +0000 | [diff] [blame] | 63 | org.objectweb.asm.commons, |
| 64 | org.objectweb.asm.tree <!-- to remove --> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 65 | </Private-Package> |
| 66 | <Export-Package> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 67 | org.apache.felix.ipojo; version="0.7.3", |
| 68 | org.apache.felix.ipojo.metadata; version="0.7.3", |
| 69 | org.apache.felix.ipojo.architecture; version="0.7.3", |
| 70 | org.apache.felix.ipojo.parser; version="0.7.3", |
| 71 | org.apache.felix.ipojo.util; version="0.7.3", |
| 72 | org.apache.felix.ipojo.handlers.dependency; version="0.7.3", |
| 73 | org.apache.felix.ipojo.handlers.providedservice; version="0.7.3", |
| 74 | org.apache.felix.ipojo.composite; version="0.7.3", |
Richard S. Hall | 0b8ba0f | 2007-05-18 15:13:47 +0000 | [diff] [blame] | 75 | org.osgi.service.cm, |
| 76 | org.osgi.service.log |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 77 | </Export-Package> |
| 78 | </instructions> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 79 | </configuration> |
| 80 | </plugin> |
| 81 | </plugins> |
| 82 | </build> |
| 83 | </project> |