commit | 1696995d779686ab099bf8177d6404fc78c7559c | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Tue Nov 06 11:41:08 2012 +0000 |
committer | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Tue Nov 06 11:41:08 2012 +0000 |
tree | 1872fd1317ce769985a08a49a70b4164de31b2c5 | |
parent | 978e435ebddb5e39f778a31be602a1b6041c1374 [diff] [blame] |
Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_ioc@2433 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-examples/text-example/pom.xml b/hyracks/hyracks-examples/text-example/pom.xml index ba8649e..367e0a5 100644 --- a/hyracks/hyracks-examples/text-example/pom.xml +++ b/hyracks/hyracks-examples/text-example/pom.xml
@@ -15,6 +15,6 @@ <modules> <module>texthelper</module> <module>textclient</module> - <module>textapp</module> + <module>textserver</module> </modules> </project>