# build.properties.sample # ----------------------- # # ============================================================================== # Copyright 2004 The Apache Software Foundation. # # Licensed 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. # ============================================================================== # # This file contains example property settings that you would use to customzie # your build environment to build the Struts Shale Library from # source code. To use this file, make a copy of it in "build.properties" and # customize the values as required. # # $Id: $ # # Root directory into which you have unpacked the Shale Framework release. # This value *must* be set correctly for the build to function, unless you # have overridden *all* of the following settings that are based on # "root.dir" or "lib.dir". root.dir=${basedir} # Fully qualified pathname of the directory into which you have unpacked # a binary distribution of the JavaServer Faces Reference Implementation jsfri.dir=/usr/local/jsf-1_1_01 # FindBugs Output File findbugs.outputFile=${root.dir}/find-bugs.html # Name of the library repository directory into which we will download # our dependencies lib.dir=${root.dir}/lib # The absolute or relative pathname of the JavaServer Faces # implementation #jsf.home = ${lib.dir}/jsf-ri jsf.home = ${lib.dir}/myfaces # The absolute pathname of the JavaServer Faces API jar file # for your implementation #jsf-api.jar = ${jsf.home}/jsf-api.jar jsf-api.jar = ${jsf.home}/myfaces-api.jar # The absolute pathname of the JavaServer Faces implementation jar file # for your implementation #jsf-impl.jar = ${jsf.home}/jsf-impl.jar jsf-impl.jar = ${jsf.home}/myfaces-impl.jar # The absolute or relative pathname of the Apache Struts # distribution struts.home = /usr/local/jakarta-struts # (OPTIONAL) The absolute or relative pathname to the "dist" directory # of the Spring Framework distribution (version 1.2.2 or later) spring.home=${lib.dir}/springframework # (Optional) The absolute or relative pathname of the directory containing # the "findbugs" tool (http://findbugs.sourceforge/net/) findbugs.home = /usr/local/findbugs-0.8.6 # (Optional) The absolute or relative pathname of the directory containing # an installed copy of Sun Java Studio Creator 2 creator2.home=${user.home}/sun/Creator2 # (Optional) The path to a Tomcat 5.5.x installation tomcat55.home=c:/java/apache-tomcat-5.5.15 # (Optional) The path to a Tomcat 5.0.x installation tomcat50.home=c:/java/jakarta-tomcat-5.0.28