You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/07/29 10:27:11 UTC

git commit: TAJO-87: Integration of tajo algebra module and SQL parser. (fixed tajo-dist/pom.xml)

Updated Branches:
  refs/heads/master 9e98200b9 -> 2e9d78845


TAJO-87: Integration of tajo algebra module and SQL parser. (fixed tajo-dist/pom.xml)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/2e9d7884
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/2e9d7884
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/2e9d7884

Branch: refs/heads/master
Commit: 2e9d7884531d20f4fa307a221f3251df57bdbfa6
Parents: 9e98200
Author: Hyunsik Choi <hy...@apache.org>
Authored: Mon Jul 29 17:26:42 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Mon Jul 29 17:26:42 2013 +0900

----------------------------------------------------------------------
 tajo-dist/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/2e9d7884/tajo-dist/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml
index 62da420..1708ade 100644
--- a/tajo-dist/pom.xml
+++ b/tajo-dist/pom.xml
@@ -103,7 +103,6 @@
                       run cp -r $ROOT/tajo-common/target/tajo-common-${project.version}/* .
                       run cp -r $ROOT/tajo-rpc/target/tajo-rpc-${project.version}/* .
                       run cp -r $ROOT/tajo-algebra/target/tajo-algebra-${project.version}/* .
-                      run cp -r $ROOT/tajo-frontend/target/tajo-frontend-${project.version}/* .
                       run cp -r $ROOT/tajo-catalog/target/tajo-catalog-${project.version}/* .
                       run cp -r $ROOT/tajo-core/target/tajo-core-${project.version}/* .
                       run cp -r ${project.basedir}/src/main/bin .