📄 buildversion.properties
字号:
# $Id: buildversion.properties,v 1.4 2006/05/16 21:03:48 overmindx Exp $
# This file is designed to be used by any build file in JAWP project.
# Name prefix for distribution zip file and distribution folder.
#
distribution.name=jawp
# Version string constists of
# <release_number>.<subrelease_number>[.<bugfix_number>][suffix]
#
# where is optional suffix may be (one of below):
# 1) m<milestone_number> - for milestone builds
# 2) rc<release_candidate_number> - for release candidate builds
# Versions without any suffix stand for stable releases (including bugfix releases).
# bugfix_number and suffix cannot be used together.
#
distribution.version=1.0_m02
# If the distribution is build from tag, this property will contain name of this tag.
#
distribution.tag=$Name: jawp-1_0_m02 $
#if winexe is needed this should contain launch4j installation dir
launch4j.dir=D:\\dev\\java\\launch4j
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -