Updated Branches: refs/heads/master c8aa3557d -> f0627d418
Revert "BIGTOP-1097. introduce bigtop-groovy package" This reverts commit b96a237e8dbe6e22d6d5d05b8e36d3ed9ce77ce0. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f0627d41 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f0627d41 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f0627d41 Branch: refs/heads/master Commit: f0627d418b2bff51103c934215a4d7a3d4f861f6 Parents: c8aa355 Author: Konstantin Boudnik <[email protected]> Authored: Wed Jan 22 17:08:59 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Jan 22 17:08:59 2014 -0800 ---------------------------------------------------------------------- bigtop.mk | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f0627d41/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 35d1f98..36bd415 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -249,19 +249,6 @@ PHOENIX_SITE=https://github.com/forcedotcom/phoenix/archive PHOENIX_ARCHIVE=$(PHOENIX_SITE) $(eval $(call PACKAGE,phoenix,PHOENIX)) -# Groovy -GROOVY_NAME=groovy -GROOVY_RELNOTES_NAME=Grovvy: a dynamic language for the Java platform -GROOVY_PKG_NAME=groovy -GROOVY_BASE_VERSION=2.2.1 -GROOVY_PKG_VERSION=2.2.1 -GROOVY_RELEASE_VERSION=1 -GROOVY_TARBALL_DST=groovy-binary-$(GROOVY_BASE_VERSION).zip -GROOVY_TARBALL_SRC=$(GROOVY_TARBALL_DST) -GROOVY_SITE=http://dist.groovy.codehaus.org/distributions/ -GROOVY_ARCHIVE=$(GROOVY_SITE) -$(eval $(call PACKAGE,groovy,GROOVY)) - # Bigtop-utils BIGTOP_UTILS_NAME=bigtop-utils BIGTOP_UTILS__RELNOTES_NAME=Bigtop-utils
