Skip to content

Commit 4d86870

Browse files
committed
improved description of project and fixed title of index page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140572 13f79535-47bb-0310-9956-ffa450edef68
1 parent d2a8c83 commit 4d86870

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

project.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
<inceptionYear>2002</inceptionYear>
2424
<shortDescription>Commons IO</shortDescription>
2525
<description>
26-
Commons.IO is a package of Java utility classes for java.io's
27-
hierarchy. Classes in this package are considered to be so standard
28-
and of such high reuse as to justify existence in java.io.
26+
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
2927
</description>
3028
<logo>/images/io-logo-white.png</logo>
3129

xdocs/index.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
<!--
44
Main index
5-
$Id: index.xml,v 1.7 2004/04/18 06:16:35 bayard Exp $
5+
$Id: index.xml,v 1.8 2004/04/24 23:53:01 bayard Exp $
66
-->
77

88
<document>
9+
<properties>
10+
<title>Commons IO</title>
11+
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
12+
</properties>
913
<body>
1014

1115
<section name="Commons IO">

0 commit comments

Comments
 (0)