mirror of https://github.com/apache/poi.git
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:
parent
1865032180
commit
f614117cc9
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue