nicolaken    2002/12/20 07:26:53

  Modified:    .        module.xml
  Log:
  Updates for the new Centipede beta4. Added source dirs.
  
  Revision  Changes    Path
  1.16      +7 -1      jakarta-poi/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/module.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- module.xml        19 Dec 2002 15:27:08 -0000      1.15
  +++ module.xml        20 Dec 2002 15:26:53 -0000      1.16
  @@ -86,8 +86,14 @@
       <work nested="build/classes"/>
       <work nested="build/testcases"/>
       
  +    <!-- Build home  -->        
       <home nested="build"/>
  -
  +    
  +    <!-- Source dirs with type  -->        
  +    <code type="java/plain" dir="src/java"/>
  +    <test type="test/junit" dir="src/test"/>
  +    <documentation type="xml/forrest" dir="src/documentation"/>
  +        
       <!-- POI jars - the result of the build  -->        
       <jar name="jakarta-poi.jar"            id="poi"/>
       <jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
  
  
  

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

Reply via email to