Skip to content

Commit 215efb8

Browse files
committed
Added a maven2 site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@382649 13f79535-47bb-0310-9956-ffa450edef68
1 parent 38644aa commit 215efb8

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

src/site/apt/index.apt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-----
2+
Jakarta Commons CSV
3+
-----
4+
Henri Yandell
5+
-----
6+
2 March 2006
7+
-----
8+
9+
Jakarta Commons CSV
10+
11+
Commons CSV was started to unify a common and simple interface for reading
12+
and writing CSV files.
13+
14+
* History
15+
16+
The library was donated by Netcetera in Switzerland.
17+

src/site/site.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
<project name="Commons CSV">
3+
<body>
4+
<links>
5+
</links>
6+
7+
<!-- TODO: proper menu -->
8+
9+
<menu name="Subproject menu">
10+
<item name="Introduction" href="/index.html" />
11+
</menu>
12+
${reports}
13+
</body>
14+
</project>

0 commit comments

Comments
 (0)