rubys       2003/04/05 15:56:56

  Modified:    project  avalon-excalibur.xml
  Log:
  Various fixes for running avalon testcases
  
  Revision  Changes    Path
  1.34      +5 -1      jakarta-gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- avalon-excalibur.xml      5 Apr 2003 19:43:06 -0000       1.33
  +++ avalon-excalibur.xml      5 Apr 2003 23:56:56 -0000       1.34
  @@ -499,6 +499,7 @@
           <depend project="ant" inherit="runtime"/>
           <depend project="xml-xerces"/>
           <depend project="xml-xalan2"/>
  +        <depend project="junit"/>
   
           <!-- optional dependencies -->
           <option project="checkstyle" inherit="runtime"/>
  @@ -736,7 +737,7 @@
           <depend project="jakarta-oro"/>
   
           <work nested="loader/build/classes"/>
  -        <work nested="logger/build/testclasses"/>
  +        <work nested="loader/build/testclasses"/>
   
           <home nested="loader"/>
           <jar name="build/lib/excalibur-loader-@@DATE@@.jar"/>
  @@ -1013,6 +1014,7 @@
           <depend project="excalibur-component" id="testcase"/>
   
           <work nested="thread/build/classes"/>
  +        <work nested="thread/build/testclasses"/>
   
           <home nested="thread"/>
           <jar name="build/lib/excalibur-thread-@@DATE@@.jar"/>
  @@ -1037,6 +1039,7 @@
           <depend project="xml-xerces"/>
           <depend project="xml-xalan2"/>
           <work nested="threadcontext/build/classes"/>
  +        <work nested="threadcontext/build/testclasses"/>
   
           <home nested="threadcontext"/>
           <jar name="build/lib/excalibur-threadcontext-@@DATE@@.jar"/>
  @@ -1077,6 +1080,7 @@
           <depend project="jtidy"/>
           <depend project="xml-commons-resolver"/>
           <work nested="xmlutil/build/classes"/>
  +        <work nested="xmlutil/build/testclasses"/>
   
           <home nested="xmlutil"/>
           <jar name="build/lib/excalibur-xmlutil-@@DATE@@.jar"/>
  
  
  

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

Reply via email to