blob: cccdafd07a91136e1b978ed098d5b4706995ed02 [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. Hallaf283022006-10-30 16:36:53 +000010 <version>0.7.0-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>
21 <artifactId>org.apache.felix.shell</artifactId>
Richard S. Hallf2be1962006-12-22 19:46:42 +000022 <version>0.9.0-incubator-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000023 <scope>provided</scope>
24 </dependency>
25 </dependencies>
26 <build>
27 <plugins>
28 <plugin>
29 <groupId>${pom.groupId}</groupId>
30 <artifactId>org.apache.felix.ipojo.plugin</artifactId>
31 <extensions>true</extensions>
32 <configuration>
33 <osgiManifest>
34 <bundleName>iPOJO Arch Command</bundleName>
35 <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
36 <bundleDescription>Architecture Shell Command (arch)</bundleDescription>
37 <iPOJOMetadata>metadata.xml</iPOJOMetadata>
38 </osgiManifest>
39 </configuration>
40 </plugin>
41 </plugins>
42 </build>
43</project>