]> git.pld-linux.org Git - packages/tomcat.git/blame - tomcat-build.properties
- release 2
[packages/tomcat.git] / tomcat-build.properties
CommitLineData
1d6ec01d 1# -----------------------------------------------------------------------------
2# Licensed to the Apache Software Foundation (ASF) under one or more
3# contributor license agreements. See the NOTICE file distributed with
4# this work for additional information regarding copyright ownership.
5# The ASF licenses this file to You under the Apache License, Version 2.0
6# (the "License"); you may not use this file except in compliance with
7# the License. You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# -----------------------------------------------------------------------------
17# build.properties.sample
18#
19# This is an example "build.properties" file, used to customize building
20# Tomcat for your local environment. It defines the location of all external
21# modules that Tomcat depends on. Copy this file to "build.properties"
22# in the top-level source directory, and customize it as needed.
23#
24# $Id$
25# -----------------------------------------------------------------------------
26
27# ----- Vesion Control Flags -----
28version.major=6
29version.minor=0
30version.build=0
31version.patch=0
32version=6.0-snapshot
33
34# ----- Default Base Path for Dependent Packages -----
35rpm.javadir=/usr/share/java
36rpm.libdir=/usr/lib
37
38compile.source=1.5
39compile.target=1.5
40compile.debug=true
41
42
43ant.jar=${rpm.javadir}/ant.jar
44jdt.jar=${rpm.javadir}/org.eclipse.jdt.core.jar
2ab6ab5f 45jasper-jdt.jar=${rpm.javadir}/org.eclipse.jdt.core.jar
1d6ec01d 46
47tomcat-dbcp.jar=${rpm.javadir}/commons-dbcp-tomcat5.jar
48commons-pool.home=${rpm.javadir}/commons-pool-1.4-src
49commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.4-src.tar.gz
50commons-logging.jar=${rpm.javadir}/commons-logging.jar
51commons-collections.jar=${rpm.javadir}/commons-collections.jar
52commons-daemon.jar=${rpm.javadir}/commons-daemon.jar
53
54# XXX Are these jars really needed?
55# jaxrpc-src.loc=${rpm.javadir}/geronimo-spec-jaxrpc.jar
56# wsdl4j-src.loc=${rpm.javadir}/wsdl4j-1.6.1.jar
57
58# commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
This page took 0.04894 seconds and 4 git commands to generate.