build.properties
来自「一个小公司要求给写的很简单的任务管理系统。」· PROPERTIES 代码 · 共 28 行
PROPERTIES
28 行
# 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.# main.dir=.src.dir=${main.dir}/srcbuild.dir=buildclasses.dir=${build.dir}/classesdist.dir=distjar=${dist.dir}/EbayServer.jarjavadoc.dir=${dist.dir}/javadocmain.class=ebay.server.Mainrun.cp=${cp}:${classes.dir}:${extra.run.cp}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 + -
显示快捷键?