From 46635b79a5f1449b44325959fc02298f5daa33a1 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 04 Jun 2015 09:16:03 +0000 Subject: [PATCH] Remove unused PRODUCT file since it is no longer used during the build --- /dev/null | 46 ---------------------------------------------- 1 files changed, 0 insertions(+), 46 deletions(-) diff --git a/opendj-sdk/opendj-server-legacy/PRODUCT b/opendj-sdk/opendj-server-legacy/PRODUCT deleted file mode 100644 index 7dafa5f..0000000 --- a/opendj-sdk/opendj-server-legacy/PRODUCT +++ /dev/null @@ -1,46 +0,0 @@ -# The official full product name for the Directory Server. -PRODUCT_NAME=OpenDJ - -# The short name that should be used if the full name is not appropriate. -SHORT_NAME=OpenDJ - -# The short name that should be used in packages. -PKG_NAME=opendj - -# The major version number for the Directory Server. It must be an integer. -MAJOR_VERSION=3 - -# The minor version number for the Directory Server. It must be an integer. -MINOR_VERSION=0 - -# The point version number for the Directory Server. It must be an integer. -POINT_VERSION=0 - -# The product reference site -DOC_REFERENCE_HOME=http://opendj.forgerock.org/ - -# The product documentation set reference -# https://wikis.forgerock.org/confluence/display/OPENDJ/Home -DOC_REFERENCE_WIKI=http://opendj.forgerock.org/docs.html - -# The setup document reference site -DOC_REFERENCE_SETUP=http://opendj.forgerock.org/doc/install-guide/index.html - -# The Quick reference guide documentation set reference -DOC_QUICK_REFERENCE_GUIDE=http://opendj.forgerock.org/doc/admin-guide/index.html - -# The Administration Guide reference -ADMINISTRATION_GUIDE_URL=http://opendj.forgerock.org/doc/admin-guide/index.html - -# The version qualifier string for the Directory Server. It should be blank -# for the first official release with a new major, minor, and point version -# number but may include additional text like "BETA1" or "HOTFIX2" for updates -# that do not warrant incrementing the version number. -VERSION_QUALIFIER= - -# A comma-delimited list of bug IDs for fixes included in this build. This -# should be set in any non-official build given to a customer to address a -# specific problem or set of problems identified in the corresponding official -# release. -FIX_IDS= - -- Gitblit v1.10.0