]> git.pld-linux.org Git - packages/tomcat.git/blob - tomcat-build.properties
- java-eclipse-jdt rename
[packages/tomcat.git] / tomcat-build.properties
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 -----
28 version.major=6
29 version.minor=0
30 version.build=0
31 version.patch=0
32 version=6.0-snapshot
33
34 # ----- Default Base Path for Dependent Packages -----
35 rpm.javadir=/usr/share/java
36 rpm.libdir=/usr/lib
37
38 compile.source=1.5
39 compile.target=1.5
40 compile.debug=true
41
42
43 ant.jar=${rpm.javadir}/ant.jar
44 jdt.jar=${rpm.javadir}/org.eclipse.jdt.core.jar
45 jasper-jdt.jar=${rpm.javadir}/org.eclipse.jdt.core.jar
46
47 tomcat-dbcp.jar=${rpm.javadir}/commons-dbcp-tomcat5.jar
48 commons-pool.home=${rpm.javadir}/commons-pool-1.4-src
49 commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.4-src.tar.gz
50 commons-logging.jar=${rpm.javadir}/commons-logging.jar
51 commons-collections.jar=${rpm.javadir}/commons-collections.jar
52 commons-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.124887 seconds and 3 git commands to generate.