blob: a6ca99deb8a11cb031c82f17a482fade3cd210f3 [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>
Richard S. Hall555347f2007-03-16 15:40:07 +000035 <bundleVersion>0.7.0.incubator-SNAPSHOT</bundleVersion>
Richard S. Hall7fa14152006-06-14 15:22:03 +000036 <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
37 <bundleDescription>Architecture Shell Command (arch)</bundleDescription>
38 <iPOJOMetadata>metadata.xml</iPOJOMetadata>
39 </osgiManifest>
40 </configuration>
41 </plugin>
42 </plugins>
43 </build>
44</project>