make/MacBundles.gmk
changeset 48327 d2a837cf9ff1
parent 47334 09d386ddaa42
child 51825 e3632b4706c4
equal deleted inserted replaced
48326:e1eb12343774 48327:d2a837cf9ff1
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2017, 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
    39   MACOSX_PLIST_SRC := $(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_FEATURE).$(VERSION_INTERIM)
    45   BUNDLE_VERSION := $(VERSION_NUMBER)
    45   BUNDLE_VERSION := $(VERSION_NUMBER)
    46   ifeq ($(COMPANY_NAME), N/A)
    46   ifeq ($(COMPANY_NAME), N/A)
    47     BUNDLE_VENDOR := UNDEFINED
    47     BUNDLE_VENDOR := UNDEFINED
    48   else
    48   else
    49     BUNDLE_VENDOR := $(COMPANY_NAME)
    49     BUNDLE_VENDOR := $(COMPANY_NAME)