blob: d370f828f6e4fa459803abfbf34c5041d5e73e21 [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>
vinayakb59d505d2012-10-29 10:38:02 +00003 <artifactId>text-example</artifactId>
vinayakb59d505d2012-10-29 10:38:02 +00004 <packaging>pom</packaging>
5 <name>text-example</name>
6
7 <parent>
8 <groupId>edu.uci.ics.hyracks</groupId>
9 <artifactId>hyracks-examples</artifactId>
vinayakb4f511c82013-03-25 03:17:32 +000010 <version>0.2.4-SNAPSHOT</version>
vinayakb59d505d2012-10-29 10:38:02 +000011 </parent>
12
13 <modules>
14 <module>texthelper</module>
15 <module>textclient</module>
vinayakb5d0e4592013-04-06 18:28:48 +000016 <module>textserver</module>
vinayakb59d505d2012-10-29 10:38:02 +000017 </modules>
18</project>