blob: dd06f4e9b378b99973113da642e3b6fadcb4f8e2 (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?>
<!-- Build properties - these override any property specified in the build -->
<properties>
<!-- 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>
<centipede>
<tools>
<cents repository="http://krysalis.org/jars/">
<!-- not currently used by POI
<antidote/>
<xmldoclet/> -->
<centipede>
<javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,">
<altenative views="uml">
<uml prefix="uml-" suffix="" extension="html"/>
</altenative>
</javadocs>
</centipede>
<junit/>
<jdepend/>
<checkstyle/>
<javasrc/>
<umldoclet/>
<forrest>
<!-- available skins:
basic
jakarta-site
avalon-site
scarab-site
xml-apache-site
forrest-site (Work In Progress)
-->
<skin
name="avalon-site">
<navlinks>
<link1
href="http://www.apache.org/">apache</link1>
<link2
href="http://jakarta.apache.org/">jakarta</link2>
<link3
href="http://jakarta.apache.org/poi/">POI</link3>
</navlinks>
<logo>
<group
src="images/group-logo.gif"
href="http://jakarta.apache.org" />
<project
src="images/project-logo.gif"
href="http://jakarta.apache.org/poi/" />
</logo>
</skin>
</forrest>
</cents>
</tools>
</centipede>
</properties>
|