blob: fcd9b32489da018fe2fcd51b47372866e491cfd8 [file] [log] [blame]
vinayakb32c38692010-08-12 22:25:49 +00001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>edu.uci.ics.hyracks.examples</groupId>
4 <artifactId>tpch-example</artifactId>
vinayakb2b1ef152010-08-19 20:09:01 +00005 <version>0.1.1-SNAPSHOT</version>
vinayakb32c38692010-08-12 22:25:49 +00006 <packaging>pom</packaging>
7
vinayakb28cc83e2010-08-19 21:44:21 +00008 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks-examples</artifactId>
11 <version>0.1.1-SNAPSHOT</version>
12 </parent>
13
vinayakb32c38692010-08-12 22:25:49 +000014 <modules>
15 <module>tpchhelper</module>
16 <module>tpchclient</module>
17 <module>tpchapp</module>
18 </modules>
19</project>