blob: 0ff4fc38b51a9b3b15de38c3c795cea92f352478 [file] [log] [blame]
vinayakb59d505d2012-10-29 10:38:02 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>edu.uci.ics.hyracks.examples</groupId>
4 <artifactId>btree-example</artifactId>
vinayakbf40317d2013-03-25 00:33:09 +00005 <version>0.2.3-SNAPSHOT</version>
vinayakb59d505d2012-10-29 10:38:02 +00006 <packaging>pom</packaging>
7 <name>btree-example</name>
8
9 <parent>
10 <groupId>edu.uci.ics.hyracks</groupId>
11 <artifactId>hyracks-examples</artifactId>
vinayakbf40317d2013-03-25 00:33:09 +000012 <version>0.2.3-SNAPSHOT</version>
vinayakb59d505d2012-10-29 10:38:02 +000013 </parent>
14
15 <modules>
16 <module>btreehelper</module>
17 <module>btreeclient</module>
18 <module>btreeapp</module>
19 </modules>
20</project>