# Copy this file to ~/config/ant/opendj2.properties or ..
# Set the directory, where your opendmk libraries live
#opendmk.lib.dir = /local/share/opendmk/lib
# The repository URL to publish. If not set, ant tries to deduce it from the
# repo in use automatically. If it can't find anything, it uses a default value.
#URL_REPOSITORY =
# Set the directory, which contains the file manpages/profile-docbook.xsl .
# If this file or xsltproc cannot be found, pre-formatted man pages will
# be packaged instead. So if you prefer pre-formatted, but not so accurate
# and possibly outdated manpages or don't have xsltproc on your system,
# set it e.g. to /tmp .
#docbook.xsl.dir = /usr/share/sgml/docbook/xsl-stylesheets
# If you prefer to generate man pages for a single OS only, set this property
# to the appropriate value (solaris, linux, bsd), whereby right now there is
# no difference for linux and bsd man pages. If unset or empty, man pages for
# solaris and linux will be generated.
#man.os = solaris
# If you wanna start an OpenDJ instance via "ant run.server" and don't wanna
# have the instance data dir removed on every "clean" or "test", set this
# to a writable directory outside the source tree.
#instance.dir=/var/tmp/opendj