aboutsummaryrefslogtreecommitdiff
path: root/make/common
diff options
context:
space:
mode:
authorohair <none@none>2008-09-09 15:46:54 -0700
committerohair <none@none>2008-09-09 15:46:54 -0700
commitd29161901907a9fed5e5a4ae4148468ee08fa95e (patch)
treece58c3fd8ba3732e162bfc8107d61ce74e7e0147 /make/common
parent03f8a1edffca63964427f4813c7d165a9530e26f (diff)
6746424: Remove build dependency on findbugs and FINDBUGS_HOME
Reviewed-by: tbell
Diffstat (limited to 'make/common')
-rw-r--r--make/common/shared/Defs-utils.gmk12
1 files changed, 1 insertions, 11 deletions
diff --git a/make/common/shared/Defs-utils.gmk b/make/common/shared/Defs-utils.gmk
index dc84d79..b008c5e 100644
--- a/make/common/shared/Defs-utils.gmk
+++ b/make/common/shared/Defs-utils.gmk
@@ -1,5 +1,5 @@
#
-# Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -67,16 +67,6 @@ ifeq ($(PLATFORM),windows)
UTILS_DEVTOOL_PATH=$(DEVTOOLS_PATH)
endif
-# Utilities ant and findbugs
-ifndef ANT_HOME
- ANT_HOME = $(JDK_DEVTOOLS_DIR)/share/ant/latest
-endif
-ANT = $(ANT_HOME)/bin/ant
-ifndef FINDBUGS_HOME
- FINDBUGS_HOME = $(JDK_DEVTOOLS_DIR)/share/findbugs/latest
-endif
-FINDBUGS = $(FINDBUGS_HOME)/bin/findbugs
-
# Utilities
ADB = $(UTILS_COMMAND_PATH)adb
AR = $(UTILS_CCS_BIN_PATH)ar