]> git.pld-linux.org Git - packages/tomcat.git/blob - tomcat-build.properties
Up to 7.0.109; 7.x series is EOL now
[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 # ----- Default Base Path for Dependent Packages -----
28 # Please note this path must be absolute, not relative,
29 # as it is referenced with different working directory
30 # contexts by the various build scripts.
31 base.path=/usr/share/java
32
33 compile.source=1.6
34 compile.target=1.6
35 compile.debug=true
36
37 # ----- Webservices - JAX RPC -----
38 jaxrpc-lib.version=1.1-rc4
39 jaxrpc-lib.jar=${base.path}/geronimo-spec-jaxrpc.jar
40
41 # ----- Webservices - WSDL4J -----
42 wsdl4j-lib.jar=${base.path}/wsdl4j.jar
43
44 # ----- Eclipse JDT, version 3.2 or later -----
45 jdt.jar=${base.path}/org.eclipse.jdt.core.jar
46
47 # ----- Commons Daemon, version 1.0-Alpha or later -----
48 commons-daemon.jar=${base.path}/commons-daemon.jar
49
50 # ----- JUnit Unit Test Suite, version 3.7 or later -----
51 junit.jar=${base.path}/junit.jar
52
53 # What about following?
54 # # ----- JSON Libraries (for bayeux module) -----
55 # json-lib.jar=${base.path}/json.jar
56
57 # # ----- Dojo Toolkit (for bayeux module) -----
58 # dojo-js.home=${base.path}/dojo-release-1.1.1
59 # dojo-js.loc=http://download.dojotoolkit.org/release-1.1.1/dojo-release-1.1.1.tar.gz
60 # dojo-js.jar=${dojo-js.home}/dojo/dojo.js
This page took 0.086928 seconds and 3 git commands to generate.