build.properties.sample

来自「精通tomcat书籍原代码,希望大家共同学习」· SAMPLE 代码 · 共 38 行

SAMPLE
38
字号
# -------------------------------------------------------------------
# build.properties.sample
#
# This is an example "build.properties" file, used to customize 
# building Jakarta Coyote for your local environment.  
# Make any changes you need, and rename this file to 
# "build.properties" 
#
# $Id: build.properties.sample 298963 2003-10-07 14:28:34Z hgomez $
# -------------------------------------------------------------------


# -------------------------------------------------------------------
# CONFIGURATION OPTIONS
# -------------------------------------------------------------------

# 


# -------------------------------------------------------------------
# EXTERNAL DEPENDENCIES 
# -------------------------------------------------------------------

# tomcat-util.jar -- Tomcat util package
tomcat-util.jar=../util/build/lib/tomcat-util.jar

# coyote.jar -- Coyote package
coyote.jar=../coyote/dist/coyote.jar

# junit.jar -- JUnit classes (http://junit.org)
junit.jar=/java/junit/junit.jar

# commons-logging.jar -- Commons Logging 1.0 package
commons-logging.jar=../lib/commons-logging.jar

# ----- Jakarta Regular Expressions Library, version 1.3 -----
regexp.jar=../lib/jakarta-regexp-1.3.jar

⌨️ 快捷键说明

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