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