Added application support. Added examples. Added CLI

git-svn-id: https://hyracks.googlecode.com/svn/trunk@57 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-examples/pom.xml b/hyracks/hyracks-examples/pom.xml
new file mode 100644
index 0000000..14e9a97
--- /dev/null
+++ b/hyracks/hyracks-examples/pom.xml
@@ -0,0 +1,11 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>edu.uci.ics.hyracks</groupId>
+  <artifactId>hyracks-examples</artifactId>
+  <version>0.0.1</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>tpch-example</module>
+  </modules>
+</project>