blob: 4f1e91ba52c29fb9d84c61ebb08c23a47741b601 [file] [log] [blame]
Richard S. Hall7fa14152006-06-14 15:22:03 +00001<project>
2 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
Richard S. Hallf2be1962006-12-22 19:46:42 +00005 <version>0.9.0-incubator-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +00006 </parent>
7 <modelVersion>4.0.0</modelVersion>
8 <packaging>ipojo-bundle</packaging>
9 <name>Apache Felix iPOJO Arch Command</name>
Richard S. Hall8c011c62007-04-17 14:31:35 +000010 <version>0.7.1-incubator-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000011 <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. Hall8c011c62007-04-17 14:31:35 +000021 <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. Hall7fa14152006-06-14 15:22:03 +000027 <artifactId>org.apache.felix.shell</artifactId>
Richard S. Hallf2be1962006-12-22 19:46:42 +000028 <version>0.9.0-incubator-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000029 <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. Hall8c011c62007-04-17 14:31:35 +000041 <bundleVersion>0.7.1.incubator-SNAPSHOT</bundleVersion>
Richard S. Hall7fa14152006-06-14 15:22:03 +000042 <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>