craigmcc    01/03/23 11:23:56

  Added:       .        build.properties.sample
  Log:
  Example "build.properties" file for use in localization.  To use it, copy
  this file to "build.properties" and customize as needed.
  
  NOTE:  Do *not* check in a "build.properties" file.  That file is local to
  *your* development environment only.
  
  Revision  Changes    Path
  1.1                  jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  # -----------------------------------------------------------------------------
  # build.properties.sample
  #
  # This is an example "build.properties" file, used to customize building Struts
  # for your local environment.  Make any changes you need, and rename this file
  # to "build.properties" in the same directory that contains the Struts
  # "build.xml" file.
  #
  # $Id: build.properties.sample,v 1.1 2001/03/23 19:23:55 craigmcc Exp $
  # -----------------------------------------------------------------------------
  
  # WARNING:  The relative paths below assume that the build.xml file is in the
  # top-level directory of the jakarta-struts source distribution (as it still
  # is at the moment).  If build.xml moves to under the "build" subdirectory,
  # we will need to add an extra level of "../" to each of these paths.
  
  # The directory containing your binary distribution of Tomcat 4.0 ("Catalina"
  # is the servlet container part of this distribution), from CVS module
  # "jakarta-tomcat-4.0" at jakarta.apache.org).  This is only required
  # if you are going to execute the "deploy.catalina" target.
  catalina.home=../jakarta-tomcat-4.0/build
  
  # The directory containing your binary distribution of the Servlet API classes
  # (CVS module "jakarta-servletapi" at jakarta.apache.org).
  servletapi.home=../jakarta-servletapi
  
  # The directory containing your binary distribution of Tomcat 3.2, from CVS
  # module "jakarta-tomcat" (and branch "TOMCAT_32") at jakarta.apache.org.
  # This is only required if you are going to execute the "deploy.tomcat" target.
  tomcat.home=../build/tomcat
  
  # The directory containing your binary distribution of the Xerces XML parser,
  # from CVS module "xerces-j" at xml.apache.org.  This is only required
  # if you are going to execute the "deploy.catalina" target.
  xerces.home=../xml-xerces
  
  
  
  
  
  

Reply via email to