From cec44518b2b313308857d52bc8741f28619786f4 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 26 Jun 2013 11:15:38 +0000
Subject: [PATCH] Backport fix for OPENDJ-1026: Support the ability to specify the license file when building OpenDJ

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
index 9efe009..207438c 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
@@ -43,6 +43,9 @@
 
 /**
  * Represents information about the license file.
+ *
+ * NOTE: the license file location must be kept in sync with build.xml and
+ * org.opends.server.tools.upgrade.LicenseFile.
  */
 public class LicenseFile
 {
@@ -158,7 +161,7 @@
   /**
    * Checks if the license file exists.
    *
-   * @return <CODE>true</CODE> a license file {@value #LICENSE_FILE_NAME} exists
+   * @return <CODE>true</CODE> if the license file exists
    *         in the Legal directory in the top level installation directory
    *         <CODE>false</CODE> otherwise.
    */

--
Gitblit v1.10.0