Updated centibuild descriptor to use centiepde task.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2003-01-14 15:10:51 +00:00
parent 1865032180
commit f614117cc9
1 changed files with 13 additions and 19 deletions

View File

@ -2,33 +2,27 @@
<project default="interactive" basedir="." name="project build file">
<description>
* ===================================== *
| Krysalis Centipede Build System |
* ===================================== *
by
<description>Jakarta POI buildfile</description>
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>
<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 -->