⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.properties

📁 仿照著名的petstore写的网上书店
💻 PROPERTIES
字号:
# Copyright 2005-2006 Sun Microsystems, Inc.  All rights reserved.  You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at: # http://developer.sun.com/berkeley_license.html# $Id: common.properties,v 1.9 2006/11/21 23:11:23 inder Exp $# This file defines the various properties needed by all projects# @Author: Inderjeet Singhhome.dir=.# By default, we use 1.5 as the source leveldefault.javac.source=1.5# By default, we use 1.5 as the target class file formatdefault.javac.target=1.5# By default, we turn on the debuggingjavac.debug=true# By default, we use detailed debuggingjavac.debuglevel=lines,vars,source# The destination directory for all the generated filesbuild.dir=${home.dir}/build  # The destination directory for all the compiled classesbuild.classes.dir=${build.dir}/classes# Directory where Java source-code is availablesrc.dir=${home.dir}/src/java# Directory where various configuration files are keptsrc.conf=${home.dir}/src/conf# Directory where end distribution is generateddist.dir=${home.dir}/dist  # Default name of the module filemodule.name=${ant.project.name}# Default package path for javadocjavadoc.packagenames=*# Default for the files to exclude while invoking javacjavac.excludes=

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -