jdk/make/Bundles.gmk
changeset 26191 a0ff4b39d34b
parent 25859 3317bb8137f4
equal deleted inserted replaced
26190:d183677673d9 26191:a0ff4b39d34b
    33 
    33 
    34   bundles: jre-bundle jdk-bundle
    34   bundles: jre-bundle jdk-bundle
    35 
    35 
    36   # JDK_BUNDLE_DIR and JRE_BUNDLE_DIR are defined in SPEC.
    36   # JDK_BUNDLE_DIR and JRE_BUNDLE_DIR are defined in SPEC.
    37 
    37 
    38   MACOSX_PLIST_SRC := $(JDK_TOPDIR)/make/bundle
    38   MACOSX_PLIST_SRC := $(JDK_TOPDIR)/make/data/bundle
    39 
    39 
    40   # All these OPENJDK checks are needed since there is no coherency between
    40   # All these OPENJDK checks are needed since there is no coherency between
    41   # these values in open and closed. Should probably be fixed.
    41   # these values in open and closed. Should probably be fixed.
    42   ifndef OPENJDK
    42   ifndef OPENJDK
    43     BUNDLE_ID := $(MACOSX_BUNDLE_ID_BASE).$(JDK_MINOR_VERSION)u$(JDK_UPDATE_VERSION)
    43     BUNDLE_ID := $(MACOSX_BUNDLE_ID_BASE).$(JDK_MINOR_VERSION)u$(JDK_UPDATE_VERSION)