nicolaken    2003/01/01 12:31:51

  Modified:    .        module.xml
  Log:
  Changing the work dirs so that junit can find the generated interim classes
  to build and run the testcases.
  
  Revision  Changes    Path
  1.30      +2 -2      jakarta-poi/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/module.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- module.xml        1 Jan 2003 11:00:14 -0000       1.29
  +++ module.xml        1 Jan 2003 20:31:51 -0000       1.30
  @@ -97,8 +97,8 @@
       <option project="jakarta-log4j"/>
        
       <!-- Work dirs to be included in classpath  -->          
  -    <work nested="build/classes"/>
  -    <work nested="build/testcases"/>
  +    <work nested="build/jakarta-poi/classes"/>
  +    <work nested="build/jakarta-poi/junit/classes"/>
       
       <!-- Build home  -->        
       <home nested="build/jakarta-poi"/>
  
  
  

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

Reply via email to