make/MacBundles.gmk
changeset 47217 72e3ae9a25eb
parent 41458 f285e333e8db
child 47253 92fd0e04e0e1
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    34 
    34 
    35   bundles: jre-bundle jdk-bundle
    35   bundles: jre-bundle jdk-bundle
    36 
    36 
    37   # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC.
    37   # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC.
    38 
    38 
    39   MACOSX_PLIST_SRC := $(JDK_TOPDIR)/make/data/bundle
    39   MACOSX_PLIST_SRC := $(TOPDIR)/make/data/bundle
    40 
    40 
    41   BUNDLE_ID := $(MACOSX_BUNDLE_ID_BASE).$(VERSION_SHORT)
    41   BUNDLE_ID := $(MACOSX_BUNDLE_ID_BASE).$(VERSION_SHORT)
    42   BUNDLE_NAME := $(MACOSX_BUNDLE_NAME_BASE) $(VERSION_SHORT)
    42   BUNDLE_NAME := $(MACOSX_BUNDLE_NAME_BASE) $(VERSION_SHORT)
    43   BUNDLE_INFO := $(MACOSX_BUNDLE_NAME_BASE) $(VERSION_STRING)
    43   BUNDLE_INFO := $(MACOSX_BUNDLE_NAME_BASE) $(VERSION_STRING)
    44   BUNDLE_PLATFORM_VERSION := $(VERSION_MAJOR).$(VERSION_MINOR)
    44   BUNDLE_PLATFORM_VERSION := $(VERSION_MAJOR).$(VERSION_MINOR)