# CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (the "License"). You may not use this file except in compliance # with the License. # # You can obtain a copy of the license at legal-notices/CDDLv1_0.txt # or http://forgerock.org/license/CDDLv1.0.html. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at legal-notices/CDDLv1_0.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: # Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright 2015 ForgeRock AS # This file contains product information. It was dynamically generated # as part of the build process and should not be edited directly. # TODO: this file is not yet used. It is intended to replace class # src/main/resources/java-stubs/org/opends/server/util/DynamicConstants.java # with a new class that will loads this properties file # Product name. product.name=${project.name} product.name.short=${shortProductName} product.release.date=${softwareReleaseDate} product.publication.date=${publicationDate} # Version. version=${project.version} version.compact=${shortProductName}-${project.version} version.major=${parsedVersion.majorVersion} version.minor=${parsedVersion.minorVersion} version.point=${parsedVersion.incrementalVersion} version.qualifier=${parsedVersion.qualifier} version.build=${parsedVersion.buildNumber} # Additional build information. build.id=${buildDateTime} build.user=${user.name} build.java.version=${java.version} build.java.vendor=${java.vendor} build.jvm.version=${java.vm.version} build.jvm.vendor=${java.vm.vendor} build.os=${os.name} ${os.version} ${os.arch} build.isdebug=${isDebugBuild} # Patch bug fix IDs for this build. patch.fix.ids=${patchFixIds} # Source version. scm.url=${scm.url} scm.revision=${buildRevision} # Documentation. doc.homepage.url=${docHomepageUrl} doc.wiki.url=${docWikiUrl} doc.guide.ref.url=${docGuideRefUrl} doc.guide.admin.url=${docGuideAdminUrl}