You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/12/17 21:52:30 UTC

cvs commit: jakarta-commons-sandbox/functor build.xml

rwaldhoff    2003/12/17 12:52:30

  Modified:    functor  build.xml
  Log:
  add test.home to test.classpath, so that the resource files can be found
  
  Revision  Changes    Path
  1.12      +2 -1      jakarta-commons-sandbox/functor/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	2 Apr 2003 00:07:41 -0000	1.11
  +++ build.xml	17 Dec 2003 20:52:30 -0000	1.12
  @@ -88,6 +88,7 @@
     <path id="test.classpath">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/test-classes"/>
  +    <pathelement location="${test.home}"/>
       <pathelement location="${junit.jar}"/>
     </path>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org