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">
|
<project default="interactive" basedir="." name="project build file">
|
||||||
|
|
||||||
<description>
|
<description>Jakarta POI buildfile</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>
|
|
||||||
|
|
||||||
<import file="${ant.home}/src/core/xbuild.xml"/>
|
<taskdef resource="centipede"/>
|
||||||
<taskdef file="${ant.home}/src/core/tasks.properties"/>
|
<centipede/>
|
||||||
|
|
||||||
<importcent name="java" />
|
<importcent name="java" />
|
||||||
<importcent name="junit" />
|
<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="checkstyle" />
|
||||||
<importcent name="forrest" />
|
<importcent name="forrest" />
|
||||||
<importcent name="changelog" />
|
<importcent name="changelog" />
|
||||||
<importcent name="changelog" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Basic build targets for the project -->
|
<!-- Basic build targets for the project -->
|
||||||
|
|
Loading…
Reference in New Issue