make/gensrc/GensrcMisc.gmk
changeset 58842 6c255334120d
parent 55292 f4b2d5b83ebf
equal deleted inserted replaced
58836:31ec3e55fa3d 58842:6c255334120d
     1 #
     1 #
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2019, 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
    44         @@VERSION_CLASSFILE_MINOR@@ => $(VERSION_CLASSFILE_MINOR) ; \
    44         @@VERSION_CLASSFILE_MINOR@@ => $(VERSION_CLASSFILE_MINOR) ; \
    45         @@VERSION_SPECIFICATION@@ => $(VERSION_SPECIFICATION) ; \
    45         @@VERSION_SPECIFICATION@@ => $(VERSION_SPECIFICATION) ; \
    46         @@VENDOR_VERSION_STRING@@ => $(VENDOR_VERSION_STRING) ; \
    46         @@VENDOR_VERSION_STRING@@ => $(VENDOR_VERSION_STRING) ; \
    47         @@VENDOR@@ => $(COMPANY_NAME) ; \
    47         @@VENDOR@@ => $(COMPANY_NAME) ; \
    48         @@VENDOR_URL@@ => $(VENDOR_URL) ; \
    48         @@VENDOR_URL@@ => $(VENDOR_URL) ; \
    49         @@VENDOR_URL_BUG@@ => $(VENDOR_URL_BUG), \
    49         @@VENDOR_URL_BUG@@ => $(VENDOR_URL_BUG) ; \
       
    50         @@VENDOR_URL_VM_BUG@@ => $(VENDOR_URL_VM_BUG), \
    50 ))
    51 ))
    51 
    52 
    52 GENSRC_JAVA_BASE += $(BUILD_VERSION_JAVA)
    53 GENSRC_JAVA_BASE += $(BUILD_VERSION_JAVA)
    53 
    54 
    54 ################################################################################
    55 ################################################################################