build.properties revision 3832
48c0c81cd6fabac9d3386406d97633780365b839coar# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License, Version 1.0 only
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# (the "License"). You may not use this file except in compliance
8163c8f6e2a9a8e4aba318d874c54a3155d57e21jerenkrantz# with the License.
d8028365066fca602bf35d014530a1802114378crbb# You can obtain a copy of the license at
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# See the License for the specific language governing permissions
d89c116f82699294ca744125723651c554bc5925wrowe# and limitations under the License.
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# file and include the License file at
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# add the following below this CDDL HEADER, with the fields enclosed
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# information:
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# Portions Copyright [yyyy] [name of copyright owner]
571760de5e60c0b459cb11be45507b923cd023eejwoolley# CDDL HEADER END
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# Copyright 2007-2008 Sun Microsystems, Inc.
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard## These values can be overrided using the user.properties file
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Log directory section
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbblogs.dir=${basedir}${file.separator}temp${file.separator}logs
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# Repository section
35330e0d79ceb8027223bbb8330a381b1f989d6etrawickrepository.dir=${basedir}${file.separator}temp${file.separator}repository
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb# OpenDS section
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickdefault.opends.dir=${project.home}${file.separator}build${file.separator}package
af4c982a7cf4515f124935f99a329744035fc699slive# Java section
af4c982a7cf4515f124935f99a329744035fc699slive# Shared folder
af4c982a7cf4515f124935f99a329744035fc699slive# Proxy section
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz# Archives section
45b0e1c775c1cfed6473c9e5304179ccb9609f53stoddardarchives.dir=${repository.dir}${file.separator}archives
dbec4658981e4f9127e8676457c28d42932be7cdtrawickstaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
d415c14da6d37345738e160f785dbe8458095068jwoolley## staf.archive value depends on os
d415c14da6d37345738e160f785dbe8458095068jwoolleyeventmanager.archive=EventManagerV${eventmanager.version}.zip
d415c14da6d37345738e160f785dbe8458095068jwoolleytomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
d415c14da6d37345738e160f785dbe8458095068jwoolley# STAF section
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.install.dir=${repository.dir}${file.separator}install${file.separator}staf-${os.myname}
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.config.dir=${repository.dir}${file.separator}configs
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.config.stubs=${staf.shared.dir}${file.separator}staf-${staf.type}.cfg
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.config.file=${staf.config.dir}${file.separator}staf-${staf.type}-${host.name}.cfg
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.bin.dir=${staf.install.dir}${file.separator}bin
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.daemon=${staf.bin.dir}${file.separator}STAFProc${extension.binary}
d415c14da6d37345738e160f785dbe8458095068jwoolleystaf.executable=${staf.bin.dir}${file.separator}STAF${extension.binary}
d415c14da6d37345738e160f785dbe8458095068jwoolley# Tests section
d415c14da6d37345738e160f785dbe8458095068jwoolleytests.shared.dir=${shared.dir}${file.separator}tests
d415c14da6d37345738e160f785dbe8458095068jwoolleytests.config.stubs=${tests.shared.dir}${file.separator}config.py.stubs
d415c14da6d37345738e160f785dbe8458095068jwoolleytests.run.dir=${logs.dir}${file.separator}${tests.type}${file.separator}run
d415c14da6d37345738e160f785dbe8458095068jwoolleytests.tmp.dir=${logs.dir}${file.separator}${tests.type}${file.separator}tmp
d415c14da6d37345738e160f785dbe8458095068jwoolleytests.xml=${tests.shared.dir}${file.separator}runTestJob.xml
d415c14da6d37345738e160f785dbe8458095068jwoolleytest.plan.custom=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-custom-suites.dat
d415c14da6d37345738e160f785dbe8458095068jwoolleytest.plan.default=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-default-suites.dat
d415c14da6d37345738e160f785dbe8458095068jwoolleytest.plan.list=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,quickstart,replication,schema,security,setup,snmp,tasks,virtualAttributes
d415c14da6d37345738e160f785dbe8458095068jwoolley# Email section