commit | 007deee8937ad72837acde3decda417bc63b8e76 | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Fri Dec 23 20:53:41 2011 +0000 |
committer | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Fri Dec 23 20:53:41 2011 +0000 |
tree | b138492f9464c0b81cde788f1240676333aed390 | |
parent | f1e399926797c4077021640323fd980c572425bd [diff] [blame] |
Added new IPC mechanism to Hyracks. Migrated all remote communications to use new IPC layer git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_dev_next@935 123451ca-8445-de46-9d55-352943316053
diff --git a/pom.xml b/pom.xml index 18c5cb0..890f42d 100644 --- a/pom.xml +++ b/pom.xml
@@ -79,6 +79,7 @@ </pluginRepositories> <modules> + <module>hyracks-ipc</module> <module>hyracks-api</module> <module>hyracks-dataflow-common</module> <module>hyracks-dataflow-std</module>