# IMPORTANT NOTE
#
# If you made a private copy of this project you may have to update the
# nbjdk.home variable at the end of this file.
#
# To be able to run the test-suite, you will also have to set the
# variable:
#
#
main.dir=.
test.src.dir=${main.dir}/test
build.dir=build
classes.dir=${build.dir}/classes
dist.dir=dist
jar=${dist.dir}/jmx-scandir.jar
javadoc.dir=${dist.dir}/javadoc
build.sysclasspath=ignore
cp=
# To be able to run the test-suite, set the following property:
# libs.junit.classpath=...
${classes.dir}:\
common.jvmargs=${run.jvmargs} -Djavax.net.ssl.keyStore=keystore -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=truststore -Djavax.net.ssl.trustStorePassword=trustword
agent.jvmargs=${common.jvmargs} -Dcom.sun.management.config.file=src/etc/management.properties -Dscandir.config.file=src/etc/testconfig.xml
client.args=localhost 4545
debug=true
deprecation=false
# Update this variable if need be to point to the JDK 6 location.
#
nbjdk.home=${basedir}/../../..