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