build.properties revision f5aaa49dba43db0e99f06476534a8749820515db
2209N/A# CDDL HEADER START
2209N/A#
2209N/A# The contents of this file are subject to the terms of the
2209N/A# Common Development and Distribution License, Version 1.0 only
2209N/A# (the "License"). You may not use this file except in compliance
2209N/A# with the License.
2209N/A#
2209N/A# You can obtain a copy of the license at
2209N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
2209N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2209N/A# See the License for the specific language governing permissions
2209N/A# and limitations under the License.
2209N/A#
2209N/A# When distributing Covered Code, include this CDDL HEADER in each
2209N/A# file and include the License file at
2209N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2209N/A# add the following below this CDDL HEADER, with the fields enclosed
2209N/A# information:
2209N/A# Portions Copyright [yyyy] [name of copyright owner]
2209N/A#
5680N/A# CDDL HEADER END
5680N/A#
5371N/A#
2209N/A# Copyright 2007-2009 Sun Microsystems, Inc.
2209N/A
2209N/A
2209N/A######
2209N/A## These values can be overrided using the user.properties file
3441N/A######
3441N/A
3441N/A# Repository section
2209N/Arepository.dir=${basedir}/temp/repository
2209N/A
5537N/A# Archives section
5537N/Astaf.default=true
5537N/Astaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
5537N/Astaf.version=334
6982N/Astaf.port=6500
7101N/Astax.version=337
2209N/Aemail.version=332
2209N/Aevent.version=313
2209N/Aeventmanager.version=335
2209N/Ahttp.version=301
2209N/Atomcat.version=6.0.20
6982N/A
2209N/A# Proxy section
2931N/Aproxy.enabled=false
2209N/Aproxy.host=
6982N/Aproxy.port=
2899N/Aproxy.user=
4368N/Aproxy.pass=
4368N/A
4368N/A# Email section
4368N/Aemail.enabled=false
4368N/Aemail.to=
4368N/Aemail.server.host=emailhost
4368N/Aemail.server.port=25
3062N/A
2221N/A
2221N/A######
3817N/A## These values can be overrided using the tests-XXX-XXX.properties file
3817N/A######
3817N/A
3817N/A# Shared folder
2209N/Ashared.dir=${basedir}/shared
2209N/A
2209N/A# Hostname section
2209N/Alocal.hostname=${host.name}
2209N/Aremote.hostname=${host.name}
2209N/Aclient.hostname=${host.name}
2209N/A
2209N/A# Log directory section
2209N/Alogs.dir=${basedir}/temp/logs
2209N/A
2209N/A# OpenDS section
2209N/Adefault.opends.dir=${project.home}/build/package
2209N/Adefault.opends.name=${product.name}
4820N/Aopends.dir=${default.opends.dir}
2209N/Aopends.name=${default.opends.name}
4820N/A
2209N/A# Java section
5123N/Ajava.path=${java.home}/..
5123N/Alocal.javahome=${java.home}/..
5123N/Aremote.javahome=${java.home}/..
5123N/A
5123N/A# STAF section
2209N/Astaf.shared.dir=${shared.dir}/staf
2209N/Astaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
2209N/A
2209N/A# Tests section
2209N/Atests.default=true
2209N/Atests.dir=${basedir}/${tests.type}
2209N/Atests.shared.dir=${shared.dir}/tests
2209N/Atests.config.stubs=${tests.shared.dir}/config.py.stubs
6017N/Atests.topology.dir=${shared.dir}/topology
2209N/Atests.xml=${tests.shared.dir}/runTestJob.xml
2209N/Aopends.port.ldap=1389
2209N/Aopends.port.admin=4444
2209N/Aopends.port.ldaps=1636
2209N/Aopends.admin.dn=cn=myself
2209N/Aopends.admin.pwd=password
2209N/Areplication.split=false
2209N/Asnmp.opendmk.lib.dir=
2209N/Aldclt.dir=
2209N/Atemp.dir=/tmp
2209N/Atest.plan.custom=
2209N/Atest.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,replication,schema,security,setup,snmp,tasks,virtualAttributes
2209N/Atest.plan.stress.default=ldap_operation,import_ldif
2209N/Averbose.mode=false
2209N/Alogs.uri=file://
2221N/Atests.os.string=${os.name}
2221N/Atests.jvm.string=${java.version}(${sun.arch.data.model} bits)
2221N/Areplication.split=false
2209N/A