blob: d370f828f6e4fa459803abfbf34c5041d5e73e21 [file] [log] [blame]
vinayakb0c860392012-10-06 18:47:20 +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>
vinayakb0c860392012-10-06 18:47:20 +00003 <artifactId>text-example</artifactId>
vinayakb0c860392012-10-06 18:47:20 +00004 <packaging>pom</packaging>
buyingyi8d79d162012-10-22 23:04:47 +00005 <name>text-example</name>
vinayakb0c860392012-10-06 18:47:20 +00006
7 <parent>
8 <groupId>edu.uci.ics.hyracks</groupId>
9 <artifactId>hyracks-examples</artifactId>
buyingyia7ee7572013-03-25 07:37:09 +000010 <version>0.2.4-SNAPSHOT</version>
vinayakb0c860392012-10-06 18:47:20 +000011 </parent>
12
13 <modules>
14 <module>texthelper</module>
15 <module>textclient</module>
vinayakb16969952012-11-06 11:41:08 +000016 <module>textserver</module>
vinayakb0c860392012-10-06 18:47:20 +000017 </modules>
18</project>