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> |
Richard S. Hall | f2be196 | 2006-12-22 19:46:42 +0000 | [diff] [blame] | 5 | <version>0.9.0-incubator-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 6 | </parent> |
| 7 | <modelVersion>4.0.0</modelVersion> |
| 8 | <packaging>ipojo-bundle</packaging> |
| 9 | <name>Apache Felix iPOJO Arch Command</name> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 10 | <version>0.7.1-incubator-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 11 | <artifactId>org.apache.felix.ipojo.arch</artifactId> |
| 12 | <dependencies> |
| 13 | <dependency> |
| 14 | <groupId>${pom.groupId}</groupId> |
| 15 | <artifactId>org.apache.felix.ipojo</artifactId> |
| 16 | <version>${pom.version}</version> |
| 17 | <scope>provided</scope> |
| 18 | </dependency> |
| 19 | <dependency> |
| 20 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 21 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
| 22 | <version>${pom.version}</version> |
| 23 | <scope>provided</scope> |
| 24 | </dependency> |
| 25 | <dependency> |
| 26 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 27 | <artifactId>org.apache.felix.shell</artifactId> |
Richard S. Hall | f2be196 | 2006-12-22 19:46:42 +0000 | [diff] [blame] | 28 | <version>0.9.0-incubator-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 29 | <scope>provided</scope> |
| 30 | </dependency> |
| 31 | </dependencies> |
| 32 | <build> |
| 33 | <plugins> |
| 34 | <plugin> |
| 35 | <groupId>${pom.groupId}</groupId> |
| 36 | <artifactId>org.apache.felix.ipojo.plugin</artifactId> |
| 37 | <extensions>true</extensions> |
| 38 | <configuration> |
| 39 | <osgiManifest> |
| 40 | <bundleName>iPOJO Arch Command</bundleName> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 41 | <bundleVersion>0.7.1.incubator-SNAPSHOT</bundleVersion> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 42 | <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName> |
| 43 | <bundleDescription>Architecture Shell Command (arch)</bundleDescription> |
| 44 | <iPOJOMetadata>metadata.xml</iPOJOMetadata> |
| 45 | </osgiManifest> |
| 46 | </configuration> |
| 47 | </plugin> |
| 48 | </plugins> |
| 49 | </build> |
| 50 | </project> |