jon         01/06/01 11:30:22

  Modified:    .        build.properties.sample
  Log:
  added ${base.path}
  
  -jon
  
  Revision  Changes    Path
  1.4       +10 -9     jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   2001/06/01 16:59:05     1.3
  +++ build.properties.sample   2001/06/01 18:30:20     1.4
  @@ -6,15 +6,17 @@
   # to "build.properties" in the same directory that contains the top level
   # "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.3 2001/06/01 16:59:05 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.4 2001/06/01 18:30:20 jon Exp $
   # -----------------------------------------------------------------------------
   
  +# The path that is base for the rest of the paths in this file.
  +base.path=/usr/local
   
   # The directory containing your binary distribution of JAXP and its
   # associated declarations.  You can customize the versions of JAXP used
   # for Catalina and Jasper below.  If you are using JAXP/1.0, replace
   # "crimson.jar" with "parser.jar"
  -jaxp.home=/usr/local/jaxp-1.1
  +jaxp.home=${base.path}/jaxp-1.1
   jaxp.parser.jar=crimson.jar
   
   # The version of JAXP that is used for Catalina
  @@ -27,27 +29,26 @@
   
   # The directory containing your binary distribution of the Java Management
   # Extensions (JMX) Reference Implementation, version 1.0 or later
  -jmx.home=/usr/local/jmx_ri_1.0
  +jmx.home=${base.path}/jmx_ri_1.0
   
   # The directory containing your binary distribution of the Java Naming and
   # Directory Interface (JNDI), version 1.2.1 or later.  (You must also add
   # "ldap.jar" into the ${jndi.home}/lib directory if you want to build and
   # use JNDIRealm.)
  -jndi.home=/usr/local/jndi_1.2.1
  +jndi.home=${base.path}/jndi_1.2.1
   
   # The directory containing your binary distribution of Java Secure Sockets
   # Extension (JSSE), version 1.0.2 or later
  -jsse.home=/usr/local/jsse1.0.2
  +jsse.home=${base.path}/jsse1.0.2
   
   # The JAR file for the JUnit unit test suite you are using.  This is required
   # only if you wish to execute the unit tests
  -#junit.jar=/usr/local/junit3.5/junit.jar
  +#junit.jar=${base.path}/junit3.5/junit.jar
   
   # The directory containing your binary distribution of the Jakarta
   # regular expressions package (jakarta-regexp), version 1.2.
  -regexp.home=/usr/local/jakarta-regexp-1.2
  +regexp.home=${base.path}/jakarta-regexp-1.2
   
   # The directory containing your binary distribution of the Servlet 2.3
   # and JSP 1.2 API classes
  -servletapi.home=/usr/local/jakarta-servletapi-4/dist
  -
  +servletapi.home=${base.path}/jakarta-servletapi-4/dist
  
  
  

Reply via email to