buildversion.properties
来自「Java mulitplayer strategy game. Adaptati」· PROPERTIES 代码 · 共 24 行
PROPERTIES
24 行
# $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 + =
减小字号Ctrl + -
显示快捷键?