nicolaken    02/04/25 15:53:41

  Modified:    .        build.xml properties.xml
               tools/cents centipede.cent.jar umldoclet.cent.jar
  Log:
  Now umldoclet creates javadocs with uml link on top.
  Changed build.xml to reflect the change.
  Minor update in centipede.cent.
  
  Revision  Changes    Path
  1.26      +1 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 22 Apr 2002 11:00:17 -0000      1.25
  +++ build.xml 25 Apr 2002 22:53:41 -0000      1.26
  @@ -275,7 +275,7 @@
              description="Compile java source code">
   
       <antcall target="call-cent">
  -      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-name"   value="umldoclet"/> 
         <param name="cent-target" value="javadocs"/> 
       </antcall>
   
  
  
  
  1.11      +5 -1      jakarta-poi/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/properties.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- properties.xml    24 Apr 2002 16:19:35 -0000      1.10
  +++ properties.xml    25 Apr 2002 22:53:41 -0000      1.11
  @@ -27,7 +27,11 @@
                    <antidote/>   
                    <xmldoclet/>    -->      
               <centipede>
  -              <javadocs group="POIFS org.apache.poi.poifs*,HSSF 
org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,"/>
  +              <javadocs group="POIFS org.apache.poi.poifs*,HSSF 
org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,">
  +                <altenative views="uml">
  +                  <uml prefix="uml-" suffix="" extension="html"/>
  +                </altenative>
  +              </javadocs>
               </centipede>
               <junit/>
               <jdepend/>
  
  
  
  1.16      +24 -28    jakarta-poi/tools/cents/centipede.cent.jar
  
        <<Binary file>>
  
  
  1.7       +23 -15    jakarta-poi/tools/cents/umldoclet.cent.jar
  
        <<Binary file>>
  
  


Reply via email to