精通tomcat书籍原代码,希望大家共同学习

源代码在线查看: build.properties.sample

软件大小: 26464 K
上传用户: zhangtaoai007
关键词: tomcat 书籍 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				# -------------------------------------------------------------------
				# 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
							

相关资源