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

jvergara
13.16.2008 889b4292c31e92e4e0f10a9539b4e067898f597e
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}