make/common/shared/Defs-utils.gmk

changeset 27
0d92f2ecc8ff
parent 1
55540e827aef
child 49
e2f388853a9d
     1.1 --- a/make/common/shared/Defs-utils.gmk	Thu Aug 14 22:14:08 2008 -0700
     1.2 +++ b/make/common/shared/Defs-utils.gmk	Tue Sep 09 15:46:54 2008 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright 2005-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -67,16 +67,6 @@
    1.11    UTILS_DEVTOOL_PATH=$(DEVTOOLS_PATH)
    1.12  endif
    1.13  
    1.14 -# Utilities ant and findbugs
    1.15 -ifndef ANT_HOME
    1.16 -  ANT_HOME = $(JDK_DEVTOOLS_DIR)/share/ant/latest
    1.17 -endif
    1.18 -ANT = $(ANT_HOME)/bin/ant
    1.19 -ifndef FINDBUGS_HOME
    1.20 -  FINDBUGS_HOME = $(JDK_DEVTOOLS_DIR)/share/findbugs/latest
    1.21 -endif
    1.22 -FINDBUGS = $(FINDBUGS_HOME)/bin/findbugs
    1.23 -
    1.24  # Utilities
    1.25  ADB            = $(UTILS_COMMAND_PATH)adb
    1.26  AR             = $(UTILS_CCS_BIN_PATH)ar

mercurial