jdk/make/gensrc/Gensrc-java.management.gmk
changeset 33669 1082bb5cff16
parent 29231 e515c8f5bbec
equal deleted inserted replaced
33668:adec7a209e05 33669:1082bb5cff16
     1 #
     1 #
     2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    30 
    30 
    31 ################################################################################
    31 ################################################################################
    32 
    32 
    33 include GensrcProperties.gmk
    33 include GensrcProperties.gmk
    34 
    34 
    35 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
    35 $(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \
    36     $(filter %.properties, \
    36     SRC_DIRS := $(JDK_TOPDIR)/src/java.management/share/classes/sun/management/resources, \
    37         $(call CacheFind, $(JDK_TOPDIR)/src/java.management/share/classes/sun/management/resources)), \
    37     CLASS := ListResourceBundle, \
    38     ListResourceBundle))
    38 ))
    39 
    39 
    40 TARGETS += $(COMPILE_PROPERTIES)
    40 TARGETS += $(COMPILE_PROPERTIES)
    41 
    41 
    42 ################################################################################
    42 ################################################################################
    43 
    43