client/[as]pi: make Service.Callback and MoteConsoleListener extend EventListener
[remote.git] / mci / pom.xml
blobe527029169676a739361ae571b47ccd698d22c20
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3         <modelVersion>4.0.0</modelVersion>
5         <parent>
6                 <groupId>remote</groupId>
7                 <artifactId>remote-testbed</artifactId>
8                 <version>2.0-snapshot</version>
9         </parent>
11         <artifactId>remote-mci</artifactId>
12         <packaging>pom</packaging>
14         <modules>
15                 <module>db</module>
16                 <module>service</module>
17         </modules>
19         <name>Re·Mote Testbed MCI</name>
20         <description>
22                 Mote Control Infrastructure for the Re·Mote Testbed
23                 Framework.
25         </description>
26         <scm>
27                 <connection>${scmrepo}</connection>
28                 <url>${scmweb}</url>
29         </scm>
30 </project>