global.properties
来自「[linux.rar] - 嵌入式linux开发教程」· PROPERTIES 代码 · 共 26 行
PROPERTIES
26 行
#
# Global properties definition
#
#Internal stuff: if uncommented, the restoreFiles target will be executed
#(see the translation/build.xml ant file)
#translation.debug=on
translation.root.dir=${basedir}
translation.conf.dir=${translation.root.dir}/conf
translation.encoding=UTF-16
translation.text.dir=${translation.root.dir}/translation
translation.text.applet.dir=${translation.text.dir}/applet.utf-16/test
translation.text.CopperminePlugin.dir=${translation.text.dir}/CopperminePlugin
translation.text.temp.dir=${translation.root.dir}/translation/temp
template.lang.filename=lang.properties.template
template.lang.file=${translation.text.dir}/${template.lang.filename}
template.lang.source.file=${translation.text.applet.dir}/lang_en.properties
template.html.applet.filename=lang.html.template
template.html.applet.file=${translation.conf.dir}/${template.html.applet.filename}
template.html.dest.dir=${translation.root.dir}/html
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?