build.properties revision 4458
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER START
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# The contents of this file are subject to the terms of the
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# Common Development and Distribution License, Version 1.0 only
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# (the "License"). You may not use this file except in compliance
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# with the License.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You can obtain a copy of the license at
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# trunk/opends/resource/legal-notices/OpenDS.LICENSE
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# add the following below this CDDL HEADER, with the fields enclosed
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# Portions Copyright [yyyy] [name of copyright owner]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER END
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Copyright 2007-2009 Sun Microsystems, Inc.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Shared folder
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinshared.dir=${basedir}/shared
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## These values can be overrided using the user.properties file
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Repository section
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# STAF section
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinstaf.install.dir=${repository.dir}/install/staf-${os.myname}
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox Userstaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinstaf.config.file=${staf.config.dir}/staf-${staf.type}-${host.name}.cfg
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinstaf.daemon=${staf.bin.dir}/STAFProc${extension.binary}
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinstaf.executable=${staf.bin.dir}/STAF${extension.binary}
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Archives section
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinstaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## staf.archive value depends on os
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeineventmanager.archive=EventManagerV${eventmanager.version}.zip
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeintomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeintomcat.archive=apache-tomcat-${tomcat.version}.zip
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Proxy section
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## These values can be overrided using the tests-XXX-XXX.properties file
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Hostname section
8eea877894ea5bcf5cdd9ca124a8601ad421d753Andreas Gustafsson# Log directory section
8eea877894ea5bcf5cdd9ca124a8601ad421d753Andreas Gustafsson# OpenDS section
8eea877894ea5bcf5cdd9ca124a8601ad421d753Andreas Gustafssondefault.opends.dir=${project.home}/build/package
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Tests section
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeintests.config.stubs=${tests.shared.dir}/config.py.stubs
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeintest.plan.default=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,replication,schema,security,setup,snmp,tasks,virtualAttributes
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#tests.jvm.string=${java.version}(${sun.arch.data.model} bits)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinemail.subject=Results for ${opends.name} on ${remote.hostname}