📄 218f025ab99d001c1557a899b06c072e
字号:
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Copyright(c) 2003 Jordi Martin Perez
# $Id: build.properties,v 1.3 2004/07/29 20:13:55 piratis Exp $
###################
#javadoc properties
###################
# doc folder
doc.dir = docs
# output dir
javadoc.dir = ${doc.dir}/api
############################
# build & compile properties
############################
# antenna build tasks (antenna.sourceforbe.net)
# need to locate the home dir of your WTK (1.x for J2MEGL!)
#wtk.home = /home/piratis/devel/j2me/WTK104
wtk.home = /devel/WTK104
# source dir
build.src = src/java
# output dir
build.out = verified
# lib isuues
lib.dir = lib
lib.antenna = ${lib.dir}/antenna-bin-0.9.12.jar
# distribution name
build.name = j2megl
# distribution version
build.version = 0.0.7
##################
# demos properties
##################
# demo release dir
build.demo.dir = dist
# demo jar/midlet name
build.demo.name = ${build.name}-demos
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -