You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2003/01/14 16:10:51 UTC

cvs commit: jakarta-poi centibuild.xml

nicolaken    2003/01/14 07:10:51

  Modified:    .        centibuild.xml
  Log:
  Updated centibuild descriptor to use centiepde task.
  
  Revision  Changes    Path
  1.6       +13 -19    jakarta-poi/centibuild.xml
  
  Index: centibuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/centibuild.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- centibuild.xml	24 Dec 2002 07:35:05 -0000	1.5
  +++ centibuild.xml	14 Jan 2003 15:10:51 -0000	1.6
  @@ -2,33 +2,27 @@
   
   <project default="interactive" basedir="." name="project build file">
   
  -<description>
  -                   * ===================================== *
  -                   |   Krysalis Centipede Build System     |
  -                   * ===================================== *
  -                                     by               
  -                                             
  -                   Nicola Ken Barozzi (nicolaken@apache.org)
  -                   Marc Johnson (mjohnson@apache.org)       
  -                   
  -                   
  -                   For a simple interactive build, simply 
  -                   run the build script (build.bar or build.sh)
  -</description>
  +  <description>Jakarta POI buildfile</description>
    
  -    <import file="${ant.home}/src/core/xbuild.xml"/>
  -    <taskdef file="${ant.home}/src/core/tasks.properties"/>
  +    <taskdef resource="centipede"/>
  +    <centipede/>
       
       <importcent name="java" />
       <importcent name="junit" />
  -        
  -    <!-- commenting these out till the base build works on Gump
  +    
  +   <!-- These work locally, but still need to be set in Gump
  +      
  +    <importcent name="doxygen-gpl" />
  +    <importcent name="pmd" />
  +    <importcent name="statcvs-gpl" />
  +    <importcent name="nounit-gpl" />
  +    <importcent name="dir2xml" />
  +    <importcent name="essmodel-gpl" />
       <importcent name="checkstyle" />
       <importcent name="forrest" />
       <importcent name="changelog" />
  -    <importcent name="changelog" />    
  -    -->
       
  +    -->
               
     <!-- =================================================================== -->
     <!-- Basic build targets for the project                                 -->