You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2002/05/24 17:00:05 UTC

cvs commit: jakarta-avalon-excalibur/event build.xml default.properties

proyal      02/05/24 08:00:05

  Modified:    event    build.xml default.properties
  Log:
  New TestCase for TPCThreadManager needs excalibur-instrument
  
  Revision  Changes    Path
  1.23      +1 -0      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	26 Apr 2002 01:36:21 -0000	1.22
  +++ build.xml	24 May 2002 15:00:05 -0000	1.23
  @@ -33,6 +33,7 @@
       </path>
   
       <path id="test.class.path">
  +        <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${build.testclasses}"/>
           <pathelement location="${junit.jar}"/>
           <path refid="project.class.path"/>
  
  
  
  1.8       +10 -0     jakarta-avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- default.properties	16 Apr 2002 12:00:40 -0000	1.7
  +++ default.properties	24 May 2002 15:00:05 -0000	1.8
  @@ -65,6 +65,16 @@
   avalon-framework.lib=${avalon-framework.home}/build/lib
   avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
   
  +# --------------------------------------------------
  +#          REQUIRED LIBRARIES FOR UNIT TESTS
  +# --------------------------------------------------
  +
  +# For unit testing
  +
  +# ----- Excalibur instrument, version 1.0 or later -----
  +excalibur-instrument.home=${basedir}/../instrument/dist
  +excalibur-instrument.lib=${excalibur-instrument.home}
  +excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.1.jar
   
   # --------------------------------------------------
   
  
  
  

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