build.properties revision 7f086ee299e1aac25ddd618b5c33c74a26d14bee
98N/A# CDDL HEADER START
98N/A#
378N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License, Version 1.0 only
98N/A# (the "License"). You may not use this file except in compliance
98N/A# with the License.
98N/A#
98N/A# You can obtain a copy of the license at
98N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
98N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at
98N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
98N/A# add the following below this CDDL HEADER, with the fields enclosed
98N/A# information:
98N/A# Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A#
98N/A# Copyright 2007-2010 Sun Microsystems, Inc.
98N/A# Portions Copyright 2011 ForgeRock AS
98N/A
98N/A
98N/A######
98N/A## These values can be overrided using the user.properties file
98N/A######
427N/A
98N/A# Repository section
98N/Arepository.dir=${basedir}/temp/repository
98N/A
98N/A# Archives section
98N/Astaf.default=true
98N/Astaf.url=http://prdownloads.sourceforge.net/sourceforge/staf
98N/Astaf.version=347
156N/Astaf.port=6500
98N/Astax.version=345
98N/Aemail.version=336
98N/Aevent.version=314
98N/Aeventmanager.version=340
98N/Ahttp.version=303
98N/A
98N/Awc.type=tomcat
98N/Atomcat.version=6.0.32
156N/Aglassfish.version=v3
156N/Asunwebserver.url=
98N/Asunwebserver.version=7_0u6
98N/A
98N/A# Proxy section
98N/Aproxy.enabled=false
98N/Aproxy.host=
98N/Aproxy.port=
183N/Aproxy.user=
378N/Aproxy.pass=
183N/A
183N/A# Email section
183N/Aemail.enabled=false
427N/Aemail.to=
427N/Aemail.server.host=emailhost
183N/Aemail.server.port=25
98N/A
98N/A
98N/A######
98N/A## These values can be overrided using the tests-XXX-XXX.properties file
98N/A######
98N/A
98N/A# Shared folder
98N/Ashared.dir=${basedir}/shared
98N/A
98N/A# Hostname section
98N/Alocal.hostname=${host.name}
98N/Aremote.hostname=${host.name}
98N/Aclient.hostname=${host.name}
98N/A
98N/A# Log directory section
98N/Alogs.dir=${basedir}/temp/logs
98N/A
98N/A# OpenDS section
98N/Adefault.opends.dir=${project.home}/build/package
98N/Adefault.opends.name=${product.short.name}
98N/Aopends.dir=${default.opends.dir}
98N/Aopends.name=${default.opends.name}
98N/A
98N/A# Java section
98N/Ajava.path=${java.home}
98N/Alocal.javahome=${java.home}
156N/Aremote.javahome=${java.home}
156N/A
98N/A# STAF section
98N/Astaf.shared.dir=${shared.dir}/staf
98N/Astaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
156N/A
156N/A# Tests section
98N/Atests.default=true
98N/Atests.tmp.dir=${basedir}/temp/instance
98N/Atests.dir=${basedir}/${tests.type}
156N/Atests.shared.dir=${shared.dir}/tests
156N/Atests.config.stubs=${tests.shared.dir}/config.py.stubs
98N/Atests.topology.dir=${shared.dir}/topology
156N/Atests.xml=${tests.shared.dir}/runTestJob.xml
156N/Ainstance.bin=${tests.tmp.dir}
98N/Ainstance.dir=${tests.tmp.dir}
98N/Aopends.port.ldap=1389
98N/Aopends.port.admin=4444
98N/Aopends.port.ldaps=1636
98N/Aopends.admin.dn=cn=myself
98N/Aopends.admin.pwd=password
98N/Asnmp.opendmk.lib.dir=
98N/Aldclt.dir=
98N/Atemp.dir=/tmp
98N/Atest.plan.custom=
98N/Atest.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,password_policy,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read
98N/Atest.plan.stress.default=import_ldif,operations,replication
98N/Averbose.mode=false
98N/A
98N/Aproduct.name=OpenDJ
98N/Alogs.uri=file://
98N/Atests.os.string=${os.name}
98N/Atests.jvm.string=${java.version}(${sun.arch.data.model} bits)
98N/Aoriginal.archive=${default.opends.dir}/${default.opends.name}.zip
98N/Areplication.split=
98N/Areplication.eclmode=
355N/A