mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maudj
16.24.2009 c91e181e899fe06e5d4e2f6a7ca67d0089be6b21
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#      Copyright 2007-2008 Sun Microsystems, Inc.
 
## These values can be overrided using the user.properties file
 
# Log directory section
logs.dir=${basedir}${file.separator}temp${file.separator}logs
 
# Repository section
repository.dir=${basedir}${file.separator}temp${file.separator}repository
 
# OpenDS section
default.opends.dir=${project.home}${file.separator}build${file.separator}package
default.opends.zip=${product.name}.zip
opends.dir=${default.opends.dir}
opends.zip=${default.opends.zip}
 
# Java section
java.path=${java.home}
 
# Shared folder
shared.dir=${basedir}${file.separator}shared
 
# Proxy section
proxy.enabled=n
proxy.host=webcache.central.sun.com
proxy.port=8080
proxy.user=
proxy.pass=
 
# Archives section
archives.dir=${repository.dir}${file.separator}archives
staf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
staf.version=330
## staf.archive value depends on os
stax.version=333
stax.archive=STAXV${stax.version}.zip
email.version=331
email.archive=EmailV${email.version}.zip
event.version=311
event.archive=EventV${event.version}.zip
eventmanager.version=332
eventmanager.archive=EventManagerV${eventmanager.version}.zip
http.version=300
http.archive=HTTPV${http.version}.zip
tomcat.version=6.0.14
tomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
tomcat.archive=apache-tomcat-${tomcat.version}.zip
 
# STAF section
staf.install.dir=${repository.dir}${file.separator}install${file.separator}staf-${os.myname}
staf.port=6500
staf.config.dir=${repository.dir}${file.separator}configs
staf.shared.dir=${shared.dir}${file.separator}staf
staf.config.stubs=${staf.shared.dir}${file.separator}staf-${staf.type}.cfg
staf.config.file=${staf.config.dir}${file.separator}staf-${staf.type}-${host.name}.cfg
staf.bin.dir=${staf.install.dir}${file.separator}bin
staf.daemon=${staf.bin.dir}${file.separator}STAFProc${extension.binary}
staf.executable=${staf.bin.dir}${file.separator}STAF${extension.binary}
staf.email.send=false
staf.email.to=
 
# Tests section
tests.dir=${basedir}${file.separator}${tests.type}
tests.shared.dir=${shared.dir}${file.separator}tests
tests.config.stubs=${tests.shared.dir}${file.separator}config.py.stubs
tests.config.file=config-${host.name}.py
tests.run.dir=${logs.dir}${file.separator}${tests.type}${file.separator}run
tests.tmp.dir=${logs.dir}${file.separator}${tests.type}${file.separator}tmp
tests.xml=${tests.shared.dir}${file.separator}runTestJob.xml
opends.port.ldap=1389
opends.port.ldaps=1636
opends.port.jmx=1689
opends.admin.dn=cn=myself
opends.admin.pwd=password
snmp.opendmk.lib.dir=
test.plan.custom=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-custom-suites.dat
test.plan.default=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-default-suites.dat
test.plan.list=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,quickstart,replication,schema,security,setup,snmp,tasks,virtualAttributes
 
# Email section
email.enabled=n
email.to=${user.name}@${host.name}
email.from=${user.name}@${host.name}
email.server.host=${host.name}
email.server.port=25
email.server.user=
email.server.pwd=