# ----------------------------------------------------------------------------- # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building # Tomcat cluster for your local environment. It defines the location of all external # modules that Tomcat depends on. Copy this file to "build.properties" # in the top-level cluster source directory, and customize it as needed. # # ----------------------------------------------------------------------------- # ----- Directories to look for dependencies ----- # We need some jar files from Tomcat to compile against. # Usually they are either in the lib subdirectory of an # installed Tomcat, or in the lib subdirectory of your # Tomcat build directory. Don't add the /lib to the # path, we'll do that in build.xml automatically. # catalina.home=C:/Programme/apache-tomcat-6.0.26 #catalina.home=/usr/local/apache-tomcat-6.0.26 # # We also need to know, where the tomcat-juli.jar is. # This should be the full path including any sub directories. # catalina.extras=C:/Programme/apache-tomcat-6.0.26/bin #catalina.extras=/usr/local/apache-tomcat-6.0.26/bin # Only needed if you want to run the test suite junit.jar=C:/Programme/junit-4.4/junit-4.4.jar junit.jar=/usr/local/junit-4.4/junit-4.4.jar compile.source=1.5 compile.target=1.5 compile.debug=true version=0.1-dev oacc.output=output oacc.build=output/build oacc.dist=output/dist oacc.release=output/release