blob: 39e0a14fa3762ce9a1f53725463b5ceb0e40007f (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
<html>
<head>
<title>Apache Jakarta POI</title>
<style type="text/css">
body { color: #000000;
background-color: #ffffff; }
a:active { color: #ff0000; }
a:visited { color: #551a8b; }
a:link { color: #0000bb; }
a.title { font-weight: bold; font-size: 110%; }
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
font-weight: bold }
h1 { font-size: 180% }
h2 { font-size: 150% }
h3, h4 { font-size: 120% }
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
</style>
</head>
<body>
<table align="center" height="40" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="src/documentation/images/group-logo.gif"/></td>
<td align="center" width="100%"></td>
<td><img src="src/documentation/images/poi-logo.png"/></td>
</tr>
</table>
<hr hr="hr"/>
<div align="center" class="titlepage">
<h1>Apache Jakarta POI</h1>
<p>
<strong>Version 1.5-dev</strong>
<br br="br"/>
<strong><script language="JavaScript">
<!-- Begin
var m = document.lastModified;
var p = m.length-8;
document.write(m.substring(p, 0));
// End -->
</script></strong>
</p>
</div>
<table align="center">
<tbody>
<tr><td>
<ul>
<li> <a href="status.xml" class="title">status.xml</a>
<br br="br"/>(status of the project and community)</li>
<li> <a href="module.xml" class="title">module.xml</a>
<br br="br"/>(extended Gump descriptor of the software module)</li>
<li> <a href="build.xml" class="title">build.xml</a>
<br br="br"/>(main build file)</li>
<li> <a href="layout.xml" class="title">layout.xml</a>
<br br="br"/>(layout of the project directories)</li>
<li> <a href="properties.xml" class="title">properties.xml</a>
<br br="br"/>(properties used for building the project)</li>
</ul>
</td>
<td>
<ul>
<li> <a href="build/docs/index.html" class="title">Documentation</a>
<br br="br"/>(run "build docs" first)</li>
<li> <a href="build/docs/javadocs/index.html" class="title">Javadocs</a>
<br br="br"/>(run "build javadocs" first)</li>
<li> <a href="build/docs/tests/junit/index.html" class="title">Unit test results</a>
<br br="br"/>(run "build test" first)</li>
<li> <a href="build/docs/metrics/jdepend/index.html" class="title">Code metrics</a>
<br br="br"/>(run "build metrics" first)</li>
<li> <a href="build.number" class="title">Local build number</a>
<br br="br"/>(how many builds have been done locally)</li>
</ul>
</td>
</tr>
<tr>
<td>
<br/>
<ul>
<li> <a href="http://jakarta.apache.org/poi/" class="title"
>Project Site</a>
<br br="br"/>(online)</li>
</ul>
</td>
<td>
<br/>
<ul>
<li> <a href="http://www.krysalis.org/centipede/" class="title"
>Krysalis Centipede build system site</a>
<br br="br"/>(online)</li>
</ul>
</td>
</tr>
</tbody>
</table>
<br/>
<address>
<hr hr="hr"/>
Copyright ©2002 Apache Software Foundation. All Rights Reserved.
</address>
</body>
</html>
|