bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / jkstatus / build.properties.default
1 # -----------------------------------------------------------------------------
2 # build.properties.default
3 #
4 # This is an example "build.properties" file, used to customize building Tomcat
5 # for your local environment.  It defines the location of all external
6 # modules that Tomcat depends on.  Copy this file to "build.properties"
7 # in the top-level source directory, and customize it as needed.
8 #
9 # $Id: build.properties.default 892628 2009-12-20 18:01:53Z markt $
10 # -----------------------------------------------------------------------------
11
12 # ----- Compile Control Flags -----
13 compile.debug=on
14 compile.deprecation=off
15 compile.optimize=off
16
17 # ----- Path to Tomcat installation -----
18 catalina.build=/usr/local/share/tomcat-5.5
19
20 # ----- Some version dependent jar file names -----
21 commons-modeler.jar=commons-modeler-2.0.1.jar
22 commons-logging.jar=commons-logging-api-1.1.1.jar