rwaldhoff    2003/10/27 09:20:10

  Modified:    primitives build.properties.sample
  Log:
  * change from binary to ascii
  * fix path of commons-collections-testframework
  
  Revision  Changes    Path
  1.2       +9 -9      jakarta-commons/primitives/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   13 Oct 2003 22:43:09 -0000      1.1
  +++ build.properties.sample   27 Oct 2003 17:20:10 -0000      1.2
  @@ -1,9 +1,9 @@
  -# The directory containing your binary distribution of JUnit, 
  -# version 3.7 or later
  -junit.home = /usr/local/junit3.7
  -
  -# The pathname of the "junit.jar" JAR file
  -junit.jar = ${junit.home}/junit.jar
  -
  -# The pathname of the collections-testframework.jar
  -collections-testframework.jar = ${junit.home}/commons-collections-testframework.jar
  \ No newline at end of file
  +# The directory containing your binary distribution of JUnit, 
  +# version 3.7 or later
  +junit.home = /usr/local/junit3.7
  +
  +# The pathname of the "junit.jar" JAR file
  +junit.jar = ${junit.home}/junit.jar
  +
  +# The pathname of the collections-testframework.jar
  +collections-testframework.jar=../target/commons-collections-testframework.jar
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to