vinayakb | 59d505d | 2012-10-29 10:38:02 +0000 | [diff] [blame^] | 1 | <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</groupId> |
| 4 | <artifactId>hyracks-examples</artifactId> |
| 5 | <version>0.2.2-SNAPSHOT</version> |
| 6 | <packaging>pom</packaging> |
| 7 | <name>hyracks-examples</name> |
| 8 | |
| 9 | <parent> |
| 10 | <groupId>edu.uci.ics.hyracks</groupId> |
| 11 | <artifactId>hyracks</artifactId> |
| 12 | <version>0.2.2-SNAPSHOT</version> |
| 13 | </parent> |
| 14 | |
| 15 | <modules> |
| 16 | <module>tpch-example</module> |
| 17 | <module>text-example</module> |
| 18 | <module>btree-example</module> |
| 19 | <module>hyracks-integration-tests</module> |
| 20 | <module>hadoop-compat-example</module> |
| 21 | </modules> |
| 22 | </project> |