dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix for Issue #3760 dsconfig exits abruptly when creating a component with ...
jcambon
28.01.2009
bd458262d71f8a331082e8b4d00a2f47b0eaa3fd
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opends
/
tests
/
performance
/
response-time
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
# directory names
install.dir=install
product.dir=product
tmp.dir=tmp
data.dir=data
# directory pathes
install.path=${basedir}${file.separator}${install.dir}
product.path=${install.path}${file.separator}${product.dir}
data.path=${basedir}${file.separator}${data.dir}
tmp.path=${basedir}${file.separator}${tmp.dir}