You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/06/01 18:59:06 UTC

cvs commit: jakarta-tomcat-4.0 build.properties.sample

craigmcc    01/06/01 09:59:06

  Modified:    .        build.properties.sample
  Log:
  Add an entry for junit.jar to the sample build.properties file.
  
  Revision  Changes    Path
  1.3       +5 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample	2001/05/21 21:51:22	1.2
  +++ build.properties.sample	2001/06/01 16:59:05	1.3
  @@ -6,7 +6,7 @@
   # to "build.properties" in the same directory that contains the top level
   # "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.2 2001/05/21 21:51:22 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.3 2001/06/01 16:59:05 craigmcc Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -38,6 +38,10 @@
   # 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
  +
  +# 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
   
   # The directory containing your binary distribution of the Jakarta
   # regular expressions package (jakarta-regexp), version 1.2.