nicolaken    02/04/24 09:19:35

  Modified:    .        layout.xml properties.xml
  Log:
  Update to latest dev Centipede version with cents that behave correctly in the build 
dir
  and references on the main page to new Centipede features.
  Oh, and look at the grouped javadocs :-)
  Need only to reference the uml dos and I've finished for now :-)
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-poi/layout.xml
  
  Index: layout.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/layout.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- layout.xml        22 Apr 2002 11:00:17 -0000      1.7
  +++ layout.xml        24 Apr 2002 16:19:35 -0000      1.8
  @@ -42,7 +42,7 @@
      <work dir="./build/work"/>
      <documentation dir="./build/docs">
        <javadocs dir="./build/docs/javadocs"/>
  -     <test dir="./build/docs/test"/>
  +     <test dir="./build/docs/tests"/>
        <metrics dir="./build/docs/metrics"/>
      </documentation>
      <scratchpad dir="./build/scratchpad">
  
  
  
  1.10      +5 -3      jakarta-poi/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/properties.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- properties.xml    22 Apr 2002 11:00:17 -0000      1.9
  +++ properties.xml    24 Apr 2002 16:19:35 -0000      1.10
  @@ -24,9 +24,11 @@
         <tools>
            <cents repository="http://krysalis.org/jars/";>
               <!-- not currently used by POI
  -                 <antidote/>
  -                 <xmldoclet/> -->            
  -            <centipede/>
  +                 <antidote/>   
  +                 <xmldoclet/>    -->      
  +            <centipede>
  +              <javadocs group="POIFS org.apache.poi.poifs*,HSSF 
org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,"/>
  +            </centipede>
               <junit/>
               <jdepend/>
               <checkstyle/>
  
  
  


Reply via email to