forked from apache/poi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgump.xml
31 lines (29 loc) · 1.19 KB
/
gump.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<module name="jakarta-poi">
<description>POI</description>
<url href="http://jakarta.apache.org/poi/">
</url>
<cvs module="jakarta-poi" repository="jakarta">
</cvs>
<project name="jakarta-poi">
<ant buildfile="build.xml" target="dist">
</ant>
<package>org.apache.poi</package>
<depend project="commons-logging"/>
<depend project="commons-beanutils"/>
<depend project="commons-collections"/>
<depend project="commons-lang"/>
<depend project="junit"/>
<depend project="xml-xerces"/>
<work nested="build/classes"/>
<work nested="build/contrib-classes"/>
<work nested="build/scratchpad-classes"/>
<home nested="build/dist"/>
<jar name="build/dist/poi-1.10.0-dev-@@DATE@@.jar"/>
<jar name="build/dist/poi-contrib-1.10.0-dev-@@DATE@@.jar"/>
<jar name="build/dist/poi-scratchpad-1.10.0-dev-@@DATE@@.jar"/>
<javadoc module="jakarta-poi" nested="build/tmp/site/build/site/apidocs"/>
<nag to="[email protected]"
from=""Gump :-(" <[email protected]>"/>
</project>
</module>