#1251 move curator-x-discovery dependency to ext (out of tomcat classloader)
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/401bb0a4 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/401bb0a4 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/401bb0a4 Branch: refs/heads/master Commit: 401bb0a466cc3618d6801937d076f05b818d31f4 Parents: cf2f27a Author: Hongbin Ma <mahong...@apache.org> Authored: Thu Jun 22 17:08:11 2017 +0800 Committer: Dong Li <lid...@apache.org> Committed: Thu Jun 22 18:31:21 2017 +0800 ---------------------------------------------------------------------- build/script/compress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/401bb0a4/build/script/compress.sh ---------------------------------------------------------------------- diff --git a/build/script/compress.sh b/build/script/compress.sh index a72f2f2..cc94f47 100755 --- a/build/script/compress.sh +++ b/build/script/compress.sh @@ -34,8 +34,8 @@ package_name=apache-kylin-${version}-bin cd build/ rm -rf ${package_name} mkdir ${package_name} -cp -r lib tool bin conf tomcat spark ../examples/sample_cube commit_SHA1 ${package_name} -rm -rf lib tomcat spark commit_SHA1 +cp -r ext lib tool bin conf tomcat spark ../examples/sample_cube commit_SHA1 ${package_name} +rm -rf ext lib tomcat spark commit_SHA1 ## comment all default properties, and append them to the user visible kylin.properties ## first 16 lines are license, just skip them