blob: 7e2f60a004efa0fba2ecf7e0f2f6445b419832bf [file] [log] [blame]
alexander.behm34464ec2010-10-06 03:32:13 +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>
vinayakbfeba3682011-02-21 03:44:55 +00005 <version>0.1.4</version>
alexander.behm34464ec2010-10-06 03:32:13 +00006 <packaging>pom</packaging>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks-examples</artifactId>
vinayakbfeba3682011-02-21 03:44:55 +000011 <version>0.1.4</version>
alexander.behm34464ec2010-10-06 03:32:13 +000012 </parent>
13
14 <modules>
15 <module>btreehelper</module>
16 <module>btreeclient</module>
17 <module>btreeapp</module>
18 </modules>
19</project>