build.properties
来自「一个小公司要求给写的很简单的任务管理系统。」· PROPERTIES 代码 · 共 59 行
PROPERTIES
59 行
# 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:## libs.junit.classpath=<junit.jar> #main.dir=.src.dir=${main.dir}/srctest.src.dir=${main.dir}/testbuild.dir=buildclasses.dir=${build.dir}/classesdist.dir=distjar=${dist.dir}/jmx-scandir.jarjavadoc.dir=${dist.dir}/javadocbuild.test.classes.dir=${build.dir}/test/classesbuild.test.results.dir=${build.dir}/test/resultsbuild.sysclasspath=ignore# E.g.: cp=lib/x.jar:lib/y.jarcp=extra.run.cp=# To be able to run the test-suite, set the following property:# libs.junit.classpath=...javac.test.classpath=\ ${classes.dir}:\ ${libs.junit.classpath}main.agent.class=com.sun.jmx.examples.scandir.ScanDirAgentmain.client.class=com.sun.jmx.examples.scandir.ScanDirClientmain.class=${main.client.class}run.jvmargs=-Djava.util.logging.config.file=logging.propertiescommon.jvmargs=${run.jvmargs} -Djavax.net.ssl.keyStore=keystore -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=truststore -Djavax.net.ssl.trustStorePassword=trustwordclient.jvmargs=${common.jvmargs}agent.jvmargs=${common.jvmargs} -Dcom.sun.management.config.file=src/etc/management.properties -Dscandir.config.file=src/etc/testconfig.xmlclient.args=localhost 4545run.cp=${cp}:${classes.dir}:${extra.run.cp}run.test.classpath=${run.cp}:${build.test.classes.dir}debug=truedeprecation=false# Update this variable if need be to point to the JDK 6 location.# nbjdk.home=${basedir}/../../..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?