nicolaken    02/04/03 09:04:45

  Modified:    .        build.bat build.sh build.xml
  Added:       .        build.number layout.xml module.xml properties.xml
                        status.xml
  Removed:     .        project-info.xml README.txt
  Log:
  Update of Krysalis Centipede build system to version 1.0-dev
  
  Revision  Changes    Path
  1.4       +1 -2      jakarta-poi/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.bat 16 Mar 2002 17:07:58 -0000      1.3
  +++ build.bat 3 Apr 2002 17:04:45 -0000       1.4
  @@ -1,11 +1,10 @@
   @echo off
   
   set OLD_ANT_HOME=%ANT_HOME%
  -set ANT_HOME=tools\ant
  +set ANT_HOME=tools\antipede
   
   set OLD_CLASSPATH=%CLASSPATH%
   for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i
  -for %%i in (.\tools\centipede\lib\*.jar) do call appendcp.bat %%i
   
   call %ANT_HOME%\bin\ant -listener org.apache.tools.ant.XmlLogger %1 %2 %3 %4 %5 %6 
%7 %8 %9
   
  
  
  
  1.4       +4 -4      jakarta-poi/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  16 Mar 2002 17:07:58 -0000      1.3
  +++ build.sh  3 Apr 2002 17:04:45 -0000       1.4
  @@ -6,8 +6,8 @@
     exit 1
   fi
   
  -chmod u+x ./tools/ant/bin/antRun
  -chmod u+x ./tools/ant/bin/ant
  +chmod u+x ./tools/antipede/bin/antRun
  +chmod u+x ./tools/antipede/bin/ant
   
   # ----- Verify and Set Required Environment Variables -------------------------
   
  @@ -26,10 +26,10 @@
   export CP
   unset CLASSPATH
   
  -CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S``echo ./tools/centipede/lib/*.jar 
| tr ' ' $S`"
  +CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
   export CLASSPATH
   
  -$PWD/./tools/ant/bin/ant -listener org.apache.tools.ant.XmlLogger $@ 
  +$PWD/./tools/antipede/bin/ant -listener org.apache.tools.ant.XmlLogger $@ 
   
   unset CLASSPATH
   
  
  
  
  1.6       +196 -110  jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 16 Mar 2002 17:07:58 -0000      1.5
  +++ build.xml 3 Apr 2002 17:04:45 -0000       1.6
  @@ -1,57 +1,36 @@
   <?xml version="1.0"?>
  +<?xml-stylesheet type="text/xsl" 
href="tools/antipede/resources/stylesheets/layout.xsl"?>
   <!DOCTYPE project [
  -<!-- ===========================================================================
  +  <!-- antipede -->    
  +  <!ENTITY import-antipede  SYSTEM "./tools/antipede/build.xtarget"> 
  +]>
  +<project default="interactive" basedir="." name="project build file">
   
  +<description>
   
                      * ===================================== *
                      |   Krysalis Centipede Build System     |
                      * ===================================== *      
                                        by               
                                                
  -                   Nicola Ken Barozzi <[EMAIL PROTECTED]>
  -                   Marc Johnson <mjohnson at apache dot org>       
  +                   Nicola Ken Barozzi ([EMAIL PROTECTED])
  +                   Marc Johnson ([EMAIL PROTECTED])       
                        
  -                   extends the Apache Cocoon Build System 
  -                       (http://xml.apache.org/cocoon/)
  +                     started as an extension of the
  +                     the Apache Cocoon Build System 
  +                     (http://xml.apache.org/cocoon/)
                                        by
  -                   Stefano Mazzocchi <[EMAIL PROTECTED]>
  -                   Carsten Ziegeler <[EMAIL PROTECTED]>
  +                   Stefano Mazzocchi ([EMAIL PROTECTED])
  +                   Carsten Ziegeler ([EMAIL PROTECTED])
                      
  --->    
  -<!-- =================  Main project targets and info =================  -->
  -<!ENTITY project-target     SYSTEM "./src/targets/project.xtarget"> 
  -<!ENTITY interactive-target SYSTEM "./src/targets/interactive.xtarget"> 
  -<!-- =================================================================== -->
  -
  -<!-- ======================  Scratchpad targets =======================  -->
  -<!ENTITY scratchpad-target SYSTEM "./src/scratchpad/targets/scratchpad.xtarget"> 
  -<!-- =================================================================== -->
  -
  -<!-- ========================  Contrib targets ========================  --> 
  -<!ENTITY contrib-target SYSTEM "./src/contrib/targets/contrib.xtarget">
  -<!-- =================================================================== -->
  -
  -<!-- ==================  Krysalis Centipede targets ===================  --> 
  -<!ENTITY preinit-target       SYSTEM "./tools/centipede/targets/preinit.xtarget"> 
  -<!ENTITY init-target          SYSTEM "./tools/centipede/targets/init.xtarget"> 
  -<!ENTITY compile-target       SYSTEM "./tools/centipede/targets/compile.xtarget"> 
  -<!ENTITY util-target          SYSTEM "./tools/centipede/targets/util.xtarget"> 
  -<!ENTITY dev-target           SYSTEM "./tools/centipede/targets/dev.xtarget"> 
  -<!ENTITY test-target          SYSTEM "./tools/centipede/targets/test.xtarget"> 
  -<!ENTITY robot-target         SYSTEM "./tools/centipede/targets/robot.xtarget"> 
  -<!ENTITY docs-target          SYSTEM "./tools/centipede/targets/docs.xtarget"> 
  -<!-- =================================================================== -->
  -]>
  -
  -<project default="interactive" basedir="." name="krysalis">
  -<!--
   
   Installing the build tools
   ==========================
   
  -The Krysalis build system is based on Apache Ant, which is a Java building tool
  -originally developed for the Tomcat project but now used in many other
  -Apache projects and extended by many developers.
  +The Krysalis Centipede build system is based on Apache Ant, 
  +which is a Java building tool originally developed for the Tomcat 
  +project but now used in many other Apache projects and extended 
  +by many developers.
   
   Ant is a little but very handy tool that uses a build file written in XML
   (this file) as building instructions. For more information refer to
  @@ -84,24 +63,6 @@
   tremendously the performance of the whole build system, compared to other
   tools (i.e. make or shell scripts) where a new JVM is started for each task.
   
  -
  -Building on another directory
  -=============================
  -
  -Sometimes you might want to build on an external directory to keep the
  -distribution clean: no worries, this is just an environment property away.
  -Suppose you want to use the "../build" directory instead, you simply tipe
  -
  - [unix]  ./build.sh  -Dbuild.root=../build
  - [win32] .\build.bat -Dbuild.root=..\build
  -
  -By using the -Dxxx=yyy argument, you are setting environments in the JVM: Ant
  -is designed to give higher priority to system environments to allow you to
  -modify _any_ <property> that you can find in the building instructions below,
  -so it's just a matter of understanding what property you want to change
  -and you don't have to touch this file (which you shouldn't need to do).
  -
  -
   Build targets
   =============
   
  @@ -112,12 +73,7 @@
   no less and no more.
   
   To know more about the available targets take a look at this file, which is
  -pretty self-explanatory.
  -To see al list of all targets, type
  -
  - [unix]  ./build.sh  -projecthelp
  - [win32] .\build.bat -projecthelp
  -
  +pretty self-explanatory, or run the build with "-projecthelp".
   
   Build Dependencies
   ==================
  @@ -125,63 +81,193 @@
   and added to the application. Some of these jars are already included
   in the distribution while others not.
   For each optional package which is not available, a warning can be
  -printed. If you don't like these warnings, specify the property "omit.opt.warnings"
  -(build -Domit.opt.warnings).
  +printed.
   
  -Distribution Version
  -====================
  -When preparing a distribution for release, specify the version ID on
  -the command line: -Dversion="dev-1.2.1", for example.
   
  -Specifying a subset of unit tests to be executed
  -================================================
  -Specify the package on the command line:
  --Dtest.specific="org.krysalis.p.testme" will select only the testme
  -tests to be run. If you've run any other unit tests in a prior
  -session, you'll need to specify the 'clean' target to remove
  -extraneous test classes from execution:
  +                                            Happy hacking  :)
   
  -./build.sh clean test -Dtest.specific="org/krysalis/p/testme"
  -
  -or
  +============================================================================
  +</description>
  + 
  +  <!-- =================================================================== -->
  +  <!-- Basic build targets for the project                                 -->
  +  <!-- =================================================================== -->
   
  -.\build.bat clean test -Dtest.specific="org/krysalis/p/testme"
  +  <!-- ================================== -->
  +  <!--             Interactive            -->
  +  <!-- ================================== -->
  +
  +  <target  name="interactive"   depends="-init"
  +           description="Interactive target">
  +
  +    <splash/>
  +       
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="compile"/> 
  +    </antcall>
  +
  +  </target>    
  +  
  +  <!-- ================================== -->
  +  <!--              Compile               -->
  +  <!-- ================================== -->
  +
  +  <target  name="compile"   depends="-init"
  +           description="Compile java source code">
  +           
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="compile"/> 
  +    </antcall>
  +    
  +  </target>               
   
  +  <!-- ================================== -->
  +  <!--             Build jars             -->
  +  <!-- ================================== -->
  +
  +  <target  name="jar"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="package"/> 
  +    </antcall>
  +    
  +  </target>     
   
  -                              Happy hacking from the Dev Team :)
  +  <!-- ================================== -->
  +  <!--         Build distributions        -->
  +  <!-- ================================== -->
  +
  +  <target  name="dist"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="dist"/> 
  +    </antcall>
  +    
  +  </target>     
   
  -============================================================================ -->
  +  <!-- ================================== -->
  +  <!--         Clean build dir            -->
  +  <!-- ================================== -->
  +
  +  <target  name="clean"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="clean"/> 
  +    </antcall>
  +    
  +  </target>     
   
  +  <!-- ================================== -->
  +  <!--         Run Junit tests            -->
  +  <!-- ================================== -->
  +  
  +  <target  name="test"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="junit"/> 
  +      <param name="cent-target" value="test"/> 
  +    </antcall>
    
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="junit"/> 
  +      <param name="cent-target" value="report"/> 
  +    </antcall>
  +   
  +  </target>     
  +  
  +  <!-- ================================== -->
  +  <!--    Generates the documentation     -->
  +  <!-- ================================== -->
  +  
  +  <target  name="docs"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="forrest"/> 
  +      <param name="cent-target" value="docs"/> 
  +    </antcall>
  + 
  +  </target>     
  +
  +  <!-- ================================== -->
  +  <!--       Generates the javadocs       -->
  +  <!-- ================================== -->
  +  
  +  <target  name="javadocs"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="javadocs"/> 
  +    </antcall>
  +    
  +  </target>     
  +
  +  <!-- ================================== -->
  +  <!--       Test the main module stuff   -->
  +  <!-- ================================== -->
  +  
  +  <target  name="test-module"   
  +           depends="clean, compile, test, jar, docs"
  +           description="Testing that all major targets work; useful before a 
commit"/>
  +           
  +           
  +  <!-- ================================== -->
  +  <!--        Target used by Gump         -->
  +  <!-- ================================== -->
  +  
  +  <target  name="gump"   
  +           depends="clean, compile, test, jar, docs, javadocs"
  +           description="Target used by Gump"/>
  +           
  +
  +  <!-- ================================== -->
  +  <!--        Generate all                -->
  +  <!-- ================================== -->
  +  
  +  <target  name="all"   
  +           depends="gump"
  +           description="Generate all"/>
  +           
  +  <!-- ================================== -->
  +  <!--   Create a cent.jar package        -->
  +  <!--   using an already deployed cent   -->
  +  <!-- ================================== -->
  +  
  +  <target  name="jar-cent"   depends="-init"
  +           description="Compile java source code">
  +
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="jar-cent"/> 
  +    </antcall>
  +    
  +  </target>     
  +
     <!-- =================================================================== -->
  -  <!-- external reference are relative to to **/*.xtarget;                 -->
  -  <!-- see entity decalrations at the start of this file                   -->
  -  <!-- =================================================================== -->  
  -  <!-- Pre Initialization      -->  &preinit-target;  
  -  <!-- =================================================================== -->  
  -  <!-- Project targets         -->  &project-target;    
  -  <!-- =================================================================== -->
  -  <!-- Initialization targets  -->  &init-target;  
  -  <!-- =================================================================== -->
  -  <!-- Compile targets         -->  &compile-target;  
  -  <!-- =================================================================== -->  
  -  <!-- Interactive targets     -->  &interactive-target;  
  -  <!-- =================================================================== -->
  -  <!-- Scratchpad targets      -->  &scratchpad-target;
  -  <!-- =================================================================== -->
  -  <!-- Contrib targets         -->  &contrib-target;
  -  <!-- =================================================================== -->
  -  <!-- Utility  targets        -->  &util-target;  
  -  <!-- =================================================================== -->
  -  <!-- Developer targets       -->  &dev-target;  
  -  <!-- =================================================================== -->
  -  <!-- Testcases targets       -->  &test-target;
  -  <!-- =================================================================== -->
  -  <!-- "Scripts" targets       -->  &robot-target;
  -  <!-- =================================================================== -->
  -  <!-- Documentation targets   -->  &docs-target;  
  +  <!-- Import Ant-Centipede -init targets - sets up basic build stuff               
           -->
     <!-- =================================================================== -->
  -    
  -</project>
  +  <!--  
  +        This is the target that initializes tasks and properties used
  +        commonly in every other target.
  +        
  +        Remember to add depends="-init" to every target, so that this
  +        target is called before any other.
  +                 
  +        This target is internal; to make it unusable from the commandline,
  +        its name starts with a hyphen. To make it invisible when
  +        using -projecthelp, it lacks a description.
  +  -->      
   
  -<!-- End of file -->
  +    &import-antipede;
  +      
  +</project>
  
  
  
  1.1                  jakarta-poi/build.number
  
  Index: build.number
  ===================================================================
  #Build Number for ANT. Do not edit!
  #Wed Apr 03 18:45:13 CEST 2002
  build.number=78
  
  
  
  1.1                  jakarta-poi/layout.xml
  
  Index: layout.xml
  ===================================================================
  <?xml version="1.0"?>
  <?xml-stylesheet type="text/xsl" 
href="tools/antipede/resources/stylesheets/layout.xsl"?>
  <layout dir=".">
    <library dir="./lib">
     <endorsed dir="./lib/endorsed"/>
     <core dir="./lib/core"/>
     <optional dir="./lib/optional"/>
    </library>
    <source dir="./src">
     <java dir="./src/java"/>
     <test dir="./src/testcases"/>
     <documentation dir="./src/documentation">
       <content dir="./src/documentation/xdocs">
        <xdocs dir="./src/documentation/xdocs"/>
       </content>  
       <resources dir="./src/documentation/images">
        <images dir="./src/documentation/images"/>
       </resources>  
     </documentation>
     <scratchpad dir="./src/scratchpad">
       <java dir="./src/scratchpad/src"/>
       <library dir="./src/scratchpad/lib"/>
     </scratchpad>  
     <contributions dir="./src/contrib">
       <java dir="./src/contrib/src"/>
       <library dir="./src/contrib/lib"/>
     </contributions>      
     <examples dir="./src/examples">
       <java dir="./src/examples/src"/>
       <library dir="./src/examples/lib"/>
     </examples>           
    </source>   
    <build dir="./build">
     <java dir="./build/java"/>
     <classes dir="./build/classes"/>
     <test dir="./build/testcases"/>
     <documentation dir="./build/documentation">
       <javadocs dir="./build/docs/javadocs"/>
       <test dir="./build/docs/test"/>
     </documentation>
     <work dir="./build/work"/>   
     <scratchpad dir="./build/scratchpad">
       <java dir="./build/scratchpad/java"/>
       <classes dir="./build/classes"/>          
       <library dir="./build/scratchpad/lib"/>     
     </scratchpad>  
     <contributions dir="./build/contrib">
       <java dir="./build/contrib/java"/>
       <classes dir="./build/classes"/>
       <library dir="./build/contrib/lib"/>
     </contributions>      
     <examples dir="./build/examples">
       <java dir="./build/examples/java"/>
       <classes dir="./build/classes"/>
       <library dir="./build/examples/lib"/>
     </examples>           
    </build>   
    <distributions dir="./dist">
     <source dir="./dist/src"/>
     <bin dir="./dist/bin"/>
    </distributions>   
  </layout>
  
  
  1.1                  jakarta-poi/module.xml
  
  Index: module.xml
  ===================================================================
  <?xml version="1.0"?>
  <?xml-stylesheet type="text/xsl" 
href="tools/antipede/resources/stylesheets/module.xsl"?>
  <?xml-stylesheet type="text/css" 
href="tools/antipede/resources/stylesheets/module.css"?>
  <module name="apache-poi">
  
    <url href="http://jakarta.apache.org/poi/"/>
    
    <info>
      <link id="status" href="status.xml">
        Status </link>
      <link id="properties" href="properties.xml">
        properties </link>
      <link id="layout" href="layout.xml">
        layout </link>
      <link id="build" href="build.xml">
        Build </link>
      <link id="log" href="log.xml">
        log </link>            
    </info>
    
    <cvs repository="jakarta"/> 
  
    <mailing-lists> 
      <mailing-list user="developer" 
                    mail="[EMAIL PROTECTED]" 
                    subscribe="[EMAIL PROTECTED]" 
                    unsubscribe="[EMAIL PROTECTED]"/>    
    </mailing-lists>    
     
    <description>
       The POI project consists of APIs for manipulating various file formats 
       based upon Microsoft's OLE 2 Compound Document format using pure Java.
    </description>
  
    <detailed>
       A common misconception is that POI writes Excel files. POI is the 
       name of the project. POI contains several components, one of which, 
       HSSF, writes Excel files. The following are components of the entire 
       POI project.POIFS is the oldest and most stable part of the project. 
       It is our port of the OLE 2 Compound Document Format to pure Java. 
       It supports both read and write functionality. All of our components 
       ultimately rely on it by definition. HSSF is our port of the 
       Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. 
       It supports read and write capability. HDF is our port of the 
       Microsoft Word 97 file format to pure Java. 
       It supports read and write capability. This component is in the early 
       stages of design. Jump in! 
    </detailed>
  
    <what>
      <goal>just do it</goal>
    </what>
      
    <why>
      Why not?
    </why>
    
    <licence>This software is released under the Apache Public License 1.1. 
             For detailed legal and licensing issues, please read the LICENSE.* files
             in the /legal directory.
    </licence>
    
    <credits>
      <credit>This software includes software developed by the Krysalis Project 
              (http://www.krysalis.org/).
      </credit>
    </credits>
  
    <project name="jakarta-poi">
    
       <version major="1"
               minor="5"   
               fix  ="0"   
               tag="dev"/> 
               
      <package>org.apache.poi</package>
  
      <ant target="gump" vm="1.2"/>
      
      <!-- script name="build"/> -->
      
      <!-- Project jars POI *build* strictly depends on -->
      <!-- needed for build -->
      <depend project="jakarta-ant"/>
      <depend project="xml-xerces"/>
      <depend project="xml-xalan2"/>
      <depend project="xml-cocoon2"/>
      <depend project="jtidy"/>
      <depend project="junit"/>
      <depend project="IzPress"/>
      <!-- needed for POI -->
      <depend project="commons-logging"/>
      
      <!-- Project jars POI build can use  -->    
      <option project="jakarta-log4j"/>
   
      <!-- Work dirs to be included in classpath  -->          
      <work nested="build/jakarta-poi/classes"/>
      <work nested="build/jakarta-poi/testcases"/>
      <work nested="tools/tmp/anttasks"/>
  
      <home nested="build/jakarta-poi"/>
  
      <!-- POI jars - the result of the build  -->        
      <jar name="jakarta-poi.jar"            id="poi"/>
      <jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
      <jar name="jakarta-poi-contrib.jar"    id="contrib"/>
      <jar name="jakarta-poi-examples.jar"   id="examples"/>
      
      <!-- POI Javadocs - location in the build dirs  -->         
      <javadoc parent="build/jakarta-poi/docs/apidocs"/>
      
      <!-- Getting ready for automatic site updates
      <deliver fromdir="build/jakarta-poi/docs" 
               tosite="jakarta-apache-org"
               todir="poi/" />    
      -->         
              
      <nag to="[EMAIL PROTECTED]"
           from="Sam Ruby &lt;[EMAIL PROTECTED]&gt;"/>
    </project>
  
  </module>
  
  
  
  1.1                  jakarta-poi/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0"?>
  <?xml-stylesheet type="text/xsl" 
href="tools/antipede/resources/stylesheets/properties.xsl"?>
  <!-- Project properties -->     
  <properties>
    <!-- Properties for core Ant tasks-->  
    <ant>
      <XmlLogger>
        <stylesheet uri="./tools/antipede/resources/stylesheets/log.xsl"/> 
      </XmlLogger>
    </ant>    
    
    <XmlLogger file="log.xml"/>
      
    <!-- Properties of the build -->     
    <build>
    <!-- What to tell the compiler -->
      <compiler emacs="on"
                warnings="true"
                pedantic="false"
                depend="true"
                fulldepend="true"
                debug="on"
                optimize="off"
                deprecation="on"
                nowarn="off"
                type="classic"
                vm="1.2"/>
                
    </build>           
    <forrest>
      <!-- available skins:
           jakarta-site
           scarab-site
           xml-apache-site
           cocoon-printer  -->       
      <skin name="jakarta-site"/>
    </forrest>    
    
  </properties>
  
  
  1.1                  jakarta-poi/status.xml
  
  Index: status.xml
  ===================================================================
  <?xml version="1.0"?>
  <?xml-stylesheet type="text/xsl" 
href="tools/antipede/resources/stylesheets/status.xsl"?>
  <status>
  
    <developers>
      <!-- in strict alphabetical order -->
      <person name="Andrew C. Oliver"   id="acoliver"  email="[EMAIL PROTECTED]"/>
      <person name="Glen Stampoultzis"  id="glens"     email="[EMAIL PROTECTED]"/>
      <person name="Marc Johnson"       id="mjohnson"  email="[EMAIL PROTECTED]"/>
      <person name="Nicola Ken Barozzi" id="nicolaken" email="[EMAIL PROTECTED]"/>
      <person name="Rainer Klute"       id="rainer"    email="[EMAIL PROTECTED]"/>
    </developers>
    
    <todo>
     <actions priority="high">
      <action context="code" assigned-to="acoliver">
       Do it
      </action>   
     </actions>
    </todo>
    
      <changes>
     <release version="0.1" date="2002">
      <action dev="nicolaken" type="add">
         Merged project needed info in project-info.xgump.xml
      </action>
     </release>
    </changes>  
    
  </status>
  
  


Reply via email to