Adding the mapred project to the build.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/fa692949 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/fa692949 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/fa692949 Branch: refs/heads/0.2-dev Commit: fa6929490210d1e3ed9ad0a37a6acb0636740777 Parents: b5ea693 Author: Aaron McCurry <[email protected]> Authored: Thu Jan 10 13:01:50 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Jan 10 13:01:50 2013 -0500 ---------------------------------------------------------------------- src/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/fa692949/src/pom.xml ---------------------------------------------------------------------- diff --git a/src/pom.xml b/src/pom.xml index 7737f94..baec8fa 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -41,12 +41,12 @@ under the License. <module>blur-core</module> <module>blur-thrift</module> <module>blur-store</module> - <!--module>blur-mapred</module--> + <module>blur-mapred</module> <module>blur-util</module> <module>blur-gui</module> <!--module>blur-jdbc</module--> <!--module>blur-testsuite</module--> - <!--module>blur-shell</module--> + <module>blur-shell</module> <module>distribution</module> </modules>
