You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/01/03 19:53:21 UTC

cvs commit: jakarta-commons/logging build.properties.sample

rdonkin     02/01/03 10:53:21

  Modified:    logging  build.properties.sample
  Log:
  Added note about junit property (for running test cases)
  
  Revision  Changes    Path
  1.4       +6 -0      jakarta-commons/logging/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample	4 Dec 2001 04:28:03 -0000	1.3
  +++ build.properties.sample	3 Jan 2002 18:53:21 -0000	1.4
  @@ -1,2 +1,8 @@
   # log4j.jar - log4j classes (see http://jakarta.apache.org/log4j)
   log4j.jar=/java/log4j/log4j.jar
  +
  +#
  +# if you want to run the test cases, junit needs to be in the classpath.
  +# the build.xml uses a default value so you might not need to set this property.
  +#
  +# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar
  \ No newline at end of file
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>