From 40270ef8053de330de372b9e0aa88bc8923c57ac Mon Sep 17 00:00:00 2001 From: igor Date: Wed, 1 Sep 2010 09:36:38 -0700 Subject: [PATCH] 6981436: Variable gets hidden if Defs-javadoc is included Reviewed-by: ohair --- make/common/shared/Defs-javadoc.gmk | 2 +- make/docs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/common/shared/Defs-javadoc.gmk b/make/common/shared/Defs-javadoc.gmk index 83b3b4aa7..a5ffe8e28 100644 --- a/make/common/shared/Defs-javadoc.gmk +++ b/make/common/shared/Defs-javadoc.gmk @@ -45,7 +45,7 @@ JNLP_FIRST_COPYRIGHT_YEAR = 1998 PLUGIN2_FIRST_COPYRIGHT_YEAR = 2007 # Oracle name -COMPANY_NAME = Oracle and/or its affiliates +FULL_COMPANY_NAME = Oracle and/or its affiliates # Copyright address COMPANY_ADDRESS = 500 Oracle Parkway
Redwood Shores, CA 94065 USA. diff --git a/make/docs/Makefile b/make/docs/Makefile index a2aaccb13..960c99947 100644 --- a/make/docs/Makefile +++ b/make/docs/Makefile @@ -57,7 +57,7 @@ JLS3_URL = http://java.sun.com/docs/books/jls/ # Common Java trademark line JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \ -$(COMPANY_NAME) in the US and other countries. +$(FULL_COMPANY_NAME) in the US and other countries. # # Definitions for imported components -- GitLab