diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 17:09:36 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 17:09:36 +0000 |
commit | 20993fb48a84d60a8c69c0c353e345f02640dd93 (patch) | |
tree | 5da4a8121632db003897927922dc898a51889a4c /src/java/org/apache/poi/util/package.html | |
parent | 383b5fd3a246f5f1f0533a899ca74785c61d3921 (diff) | |
download | poi-20993fb48a84d60a8c69c0c353e345f02640dd93.tar.gz poi-20993fb48a84d60a8c69c0c353e345f02640dd93.zip |
added package descr
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/util/package.html')
-rwxr-xr-x | src/java/org/apache/poi/util/package.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/util/package.html b/src/java/org/apache/poi/util/package.html new file mode 100755 index 0000000000..3322761d16 --- /dev/null +++ b/src/java/org/apache/poi/util/package.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +Top-level util package are classes that are useful throughout the project. These classes are +generally generic enough to be useful in any project and should be contributed elsewhere! + +<h2>Related Documentation</h2> + +For overviews, tutorials, examples, guides, and tool documentation, please see: +<ul> +<li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a> +</ul> + +<!-- Put @see and @since tags down here. --> +@see org.apache.poi.hssf +@see org.apache.poi.hpsf +</body> +</html> |